diff --git a/recipes-bsp/u-boot/u-boot-script-gateworks-imx.bb b/recipes-bsp/u-boot/u-boot-script-gateworks-imx.bb index 47de839..5023f37 100644 --- a/recipes-bsp/u-boot/u-boot-script-gateworks-imx.bb +++ b/recipes-bsp/u-boot/u-boot-script-gateworks-imx.bb @@ -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 \