diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb index b20e2a2..f6ec7b4 100644 --- a/recipes-bsp/u-boot/u-boot_git.bb +++ b/recipes-bsp/u-boot/u-boot_git.bb @@ -18,6 +18,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" S = "${WORKDIR}/git" +PACKAGE_ARCH = "${MACHINE_ARCH}" + do_install_prepend() { cp ${S}/spl/sunxi-spl.bin ${S} }