scripts: move yocto build scripts into build_inf_yocto
[pti/rtp.git] / scripts / build_inf_yocto / meta-patches / nxp-lx2xxx / 0001-Revert-nxp-lx2xxx-remove-preempt-rt-related-file.patch
1 From e49c87267262cb7172281007717e45acd3918278 Mon Sep 17 00:00:00 2001
2 From: Jackie Huang <jackie.huang@windriver.com>
3 Date: Thu, 7 Nov 2019 08:58:44 +0000
4 Subject: [PATCH] Revert "nxp-lx2xxx: remove preempt-rt related file"
5
6 This reverts commit 3fa6ccab0f46ecdaa6f0f528633c6d53f3cc5f62.
7 ---
8  README                                            | 2 +-
9  recipes-kernel/linux/linux-yocto-rt_4.18.bbappend | 3 +++
10  2 files changed, 4 insertions(+), 1 deletion(-)
11  create mode 100755 recipes-kernel/linux/linux-yocto-rt_4.18.bbappend
12
13 diff --git a/README b/README
14 index ff42782..73a1d36 100755
15 --- a/README
16 +++ b/README
17 @@ -166,7 +166,7 @@ Note: Use 'i2c mw 66 50 20;sf probe 0:0' to program DEV#1, while use
18  NXP provides a pre-built image which contains U-Boot, RCW, etc.
19  Please download it through:
20  
21 - wget http://www.nxp.com/lgfiles/sdk/lsdk1903/firmware_lx2160ardb_uboot_xspiboot.img
22 + wget http://www.nxp.com/lgfiles/sdk/lsdk1906/firmware_lx2160ardb_uboot_xspiboot.img
23  and burn it to the target board under the U-Boot prompt using the commands below:
24  
25  $i2c mw 66 50 20;sf probe 0:0;
26 diff --git a/recipes-kernel/linux/linux-yocto-rt_4.18.bbappend b/recipes-kernel/linux/linux-yocto-rt_4.18.bbappend
27 new file mode 100755
28 index 0000000..07c6519
29 --- /dev/null
30 +++ b/recipes-kernel/linux/linux-yocto-rt_4.18.bbappend
31 @@ -0,0 +1,3 @@
32 +require linux-yocto-nxp-lx2xxx.inc
33 +
34 +KBRANCH_nxp-lx2xxx  = "v4.18/standard/preempt-rt/nxp-ls/lsdk-1906/${KMACHINE}"
35 -- 
36 2.18.1
37