From bd09d63e72ba6b106c1b62c4cdf34b8b1255aac4 Mon Sep 17 00:00:00 2001 From: Marco Franceschetti Date: Fri, 5 Jul 2013 10:23:29 +0200 Subject: [PATCH] add PACKAGE_ARCH --- recipes-bsp/u-boot/u-boot_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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} }