mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
poky.conf: Add multiarch to DISTRO_FEATURES
It makes sense to support a variety of different archiectures in utilities such as binutils so add multiarch to DISTRO_FEATURES. [YOCTO #3120] (From meta-yocto rev: 2912fb5a9f24a5d114c4e5a11d64610a839235c3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -11,7 +11,7 @@ TARGET_VENDOR = "-poky"
|
||||
LOCALCONF_VERSION = "1"
|
||||
LAYER_CONF_VERSION ?= "6"
|
||||
|
||||
DISTRO_FEATURES_append = " largefile opengl"
|
||||
DISTRO_FEATURES_append = " largefile opengl multiarch"
|
||||
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.4%"
|
||||
PREFERRED_VERSION_linux-yocto_qemux86 ?= "3.4%"
|
||||
|
||||
Reference in New Issue
Block a user