PACKAGE_ARCH = "${MACHINE_ARCH}" is defined in u-boot.inc. Remove the
package arch here to be consistent with upstreamSigned-off-by: Manjukumar Matha <[email protected]> --- recipes-bsp/u-boot/u-boot-xlnx.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-xlnx.inc b/recipes-bsp/u-boot/u-boot-xlnx.inc index defe17e..8ec6698 100644 --- a/recipes-bsp/u-boot/u-boot-xlnx.inc +++ b/recipes-bsp/u-boot/u-boot-xlnx.inc @@ -9,9 +9,7 @@ UBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('UBRANCH', True) ! SRC_URI = "${UBOOTURI};branch=${UBRANCH}" S = "${WORKDIR}/git" -PACKAGE_ARCH = "${MACHINE_ARCH}" FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" FILESEXTRAPATHS_prepend := "${@'${THISDIR}/u-boot-xlnx/${XILINX_RELEASE_VERSION}:' if d.getVar('XILINX_RELEASE_VERSION') else ''}" - -- 2.7.4 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
