Hi, > On 20 Apr 2021, at 00:08, Christopher Clark via lists.yoctoproject.org > <[email protected]> wrote: > > The latest Xen Test Framework has removed the gcc-multilib dependency. > > Signed-off-by: Christopher Clark <[email protected]>
XTF is compiling properly in a project without multilib for x86_64. Reviewed-by: Bertrand Marquis <[email protected]> Cheers Bertrand > --- > recipes-extended/xen/xtf_git.bb | 21 ++------------------- > 1 file changed, 2 insertions(+), 19 deletions(-) > > diff --git a/recipes-extended/xen/xtf_git.bb b/recipes-extended/xen/xtf_git.bb > index db08643..3580324 100644 > --- a/recipes-extended/xen/xtf_git.bb > +++ b/recipes-extended/xen/xtf_git.bb > @@ -6,7 +6,7 @@ LICENSE = "BSD-2-Clause" > # > https://static.sched.com/hosted_files/xendeveloperanddesignsummit2017/79/xtf.pdf > > SRC_URI = "git://xenbits.xen.org/xtf" > -SRCREV = "8ab15139728a8efd3ebbb60beb16a958a6a93fa1" > +SRCREV = "b0bc49846c154b79243f39d461a4515804bcaf53" > > COMPATIBLE_HOST = '(x86_64.*).*-linux' > > @@ -18,23 +18,6 @@ S = "${WORKDIR}/git" > > inherit python3native > > -# To build 32-bit binaries some files from 32-bit glibc are needed. > -# To enable multilib, please add the following to your local.conf -: > -# > -# require conf/multilib.conf > -# MULTILIBS = "multilib:lib32" > -# DEFAULTTUNE_virtclass-multilib-lib32 = "x86" > - > -# Use this multilib prefix for x86 32-bit to match local.conf: > -MLPREFIX32 = "lib32-" > -# Add the multilib 32-bit glibc to DEPENDS only when necessary: > -# The DEPENDS on a multilib 32-bit glibc is only added when target is x86-64 > -# This x86-64 override is never intended for native use, so clear that. > -GLIBC32 = "" > -GLIBC32_x86-64 = "${MLPREFIX32}glibc" > -GLIBC32_class-native = "" > -DEPENDS += "${GLIBC32}" > - > PACKAGES = "${PN}" > > FILES_${PN} = " \ > @@ -47,7 +30,7 @@ RDEPENDS_${PN} = " \ > " > > do_compile() { > - oe_runmake CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS} > -I${RECIPE_SYSROOT}/../${MLPREFIX32}recipe-sysroot/usr/include" \ > + oe_runmake CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}" \ > CPP="${CPP}" \ > OBJCOPY="${OBJCOPY}" \ > PYTHON="${PYTHON}" > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6430): https://lists.yoctoproject.org/g/meta-virtualization/message/6430 Mute This Topic: https://lists.yoctoproject.org/mt/82222260/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
