[meta-freescale] [3rdparty][PATCH][sumo 2/4] nitrogen*.conf: switch to standard boot.scr script

Gary Bisson gary.bisson at boundarydevices.com
Tue Jul 10 06:21:06 PDT 2018


Signed-off-by: Gary Bisson <gary.bisson at boundarydevices.com>
---
 conf/machine/nitrogen6sx.conf     | 2 +-
 conf/machine/nitrogen6x-lite.conf | 2 +-
 conf/machine/nitrogen6x.conf      | 2 +-
 conf/machine/nitrogen7.conf       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/machine/nitrogen6sx.conf b/conf/machine/nitrogen6sx.conf
index 1dec579..c526ba9 100644
--- a/conf/machine/nitrogen6sx.conf
+++ b/conf/machine/nitrogen6sx.conf
@@ -19,7 +19,7 @@ PREFERRED_PROVIDER_virtual/kernel_use-mainline-bsp ??= "linux-fslc"
 # wic support
 WKS_FILE = "sdimage-bootpart.wks"
 IMAGE_BOOT_FILES_append = " \
-    6x_bootscript-${MACHINE};6x_bootscript \
+    boot.scr-${MACHINE};boot.scr \
 "
 WKS_FILE_DEPENDS = " \
     u-boot-script-boundary \
diff --git a/conf/machine/nitrogen6x-lite.conf b/conf/machine/nitrogen6x-lite.conf
index 04b24eb..470c800 100644
--- a/conf/machine/nitrogen6x-lite.conf
+++ b/conf/machine/nitrogen6x-lite.conf
@@ -19,7 +19,7 @@ PREFERRED_PROVIDER_virtual/kernel_use-mainline-bsp ??= "linux-fslc"
 # wic support
 WKS_FILE = "sdimage-bootpart.wks"
 IMAGE_BOOT_FILES_append = " \
-    6x_bootscript-${MACHINE};6x_bootscript \
+    boot.scr-${MACHINE};boot.scr \
 "
 WKS_FILE_DEPENDS = " \
     u-boot-script-boundary \
diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
index 9073d80..ff52561 100644
--- a/conf/machine/nitrogen6x.conf
+++ b/conf/machine/nitrogen6x.conf
@@ -53,7 +53,7 @@ PREFERRED_PROVIDER_virtual/kernel_use-mainline-bsp ??= "linux-fslc"
 # wic support
 WKS_FILE = "sdimage-bootpart.wks"
 IMAGE_BOOT_FILES_append = " \
-    6x_bootscript-${MACHINE};6x_bootscript \
+    boot.scr-${MACHINE};boot.scr \
 "
 WKS_FILE_DEPENDS = " \
     u-boot-script-boundary \
diff --git a/conf/machine/nitrogen7.conf b/conf/machine/nitrogen7.conf
index 0f1a58e..388c4a3 100644
--- a/conf/machine/nitrogen7.conf
+++ b/conf/machine/nitrogen7.conf
@@ -19,7 +19,7 @@ PREFERRED_PROVIDER_virtual/kernel_use-mainline-bsp ??= "linux-fslc"
 # wic support
 WKS_FILE = "sdimage-bootpart.wks"
 IMAGE_BOOT_FILES_append = " \
-    6x_bootscript-${MACHINE};6x_bootscript \
+    boot.scr-${MACHINE};boot.scr \
 "
 WKS_FILE_DEPENDS = " \
     u-boot-script-boundary \
-- 
2.18.0



More information about the meta-freescale mailing list