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:
Otavio Salvador 2017-03-23 14:35:29 -03:00
parent ca3b9fb496
commit 0e4d346f31

View File

@ -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"