On 16 May 2017 at 07:32, Manjukumar Matha <[email protected]> wrote: > PACKAGE_ARCH = "${MACHINE_ARCH}" is defined in u-boot.inc. Remove the > package arch here to be consistent with upstream > > Signed-off-by: Manjukumar Matha <[email protected]>
Reviewed-by: Nathan Rossi <[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 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
