mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
u-boot-script-boundary: Fix build for imx6qsabrelite
When MACHINE was set to imx6qsabrelite no bootscript.txt was found. Fix the same for the 6x_upgrade script while at it. There is only one upgrade script shared by all boards, so use it independent of the MACHINE. Signed-off-by: Christoph Settgast <christoph.settgast@methodpark.de> Tested-By: Eric Nelson <eric.nelson@boundarydevices.com> Acked-By: Eric Nelson <eric.nelson@boundarydevices.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
6cb2754448
commit
db1052bd0b
|
@ -13,10 +13,10 @@ S = "${WORKDIR}/git"
|
|||
inherit deploy
|
||||
|
||||
BOOTSCRIPT = "${S}/board/boundary/${MACHINE}/6x_bootscript-yocto.txt"
|
||||
BOOTSCRIPT_nitrogen6x = "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto.txt"
|
||||
BOOTSCRIPT_nitrogen6x-lite = "${S}/board/boundary/nit6xlite/6x_bootscript-yocto.txt"
|
||||
|
||||
UPGRADESCRIPT = "${S}/board/boundary/${MACHINE}/6x_upgrade.txt"
|
||||
UPGRADESCRIPT_nitrogen6x-lite = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt"
|
||||
UPGRADESCRIPT = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt"
|
||||
|
||||
do_mkimage () {
|
||||
# allow deploy to use the ${MACHINE} name to simplify things
|
||||
|
|
Loading…
Reference in New Issue
Block a user