mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
u-boot-script-boundary: Enable 'use-mainline-bsp' support
To easy the test with Linux mainline, we are making use of the new 'use-mainline-bsp' override. Change-Id: Icd44182b5c9fc49feb2f06a4c20d595046b14866 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
ca3b9fb496
commit
0e4d346f31
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user