[meta-freescale] [3rdparty PATCH 1/4] u-boot-script-boundary: Enable 'use-mainline-bsp' support

Otavio Salvador otavio at ossystems.com.br
Fri Mar 24 13:12:13 PDT 2017


To easy the test with Linux mainline, we are making use of the new
'use-mainline-bsp' override.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
index e4108f9..d3ba7a8 100644
--- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
+++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
@@ -12,7 +12,8 @@ S = "${WORKDIR}/git"
 
 inherit deploy
 
-BOOTSCRIPT ?= "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto-3.14.txt"
+BOOTSCRIPT ??= "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto-3.14.txt"
+BOOTSCRIPT_use-mainline-bsp ??= "${S}/board/boundary/nitrogen6x/6x_bootscript-mainline.txt"
 
 UPGRADESCRIPT = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt"
 
-- 
2.12.1



More information about the meta-freescale mailing list