mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-17 02:59:59 +02:00
u-boot-script-gateworks-imx: fix bootscript source
Currently, the recipe uses the script found relative to ${THISDIR}.
Using ${THISDIR} prevents other recipes from using FILESEXTRAPATHS to
overwrite the default boot script. This commit fixes this by using
${WORKDIR} instead.
Signed-off-by: Jean-François Têtu <jean-francois.tetu@savoirfairelinux.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
(cherry picked from commit e7b82f00de
)
This commit is contained in:
parent
9613dbc02c
commit
04a0a43364
|
@ -8,7 +8,7 @@ DESTDIR = "/boot"
|
|||
S = "${WORKDIR}"
|
||||
|
||||
do_compile() {
|
||||
bootscript="${THISDIR}/u-boot-script-gateworks-imx/6x_bootscript-yocto.txt"
|
||||
bootscript="${WORKDIR}/6x_bootscript-yocto.txt"
|
||||
echo "bootscript == $bootscript"
|
||||
|
||||
uboot-mkimage -A arm -O linux -T script -C none -a 0 -e 0 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user