mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
machine/qemu: Add qemu-config as an essential machine speicfic dependency and drop specific distro config
(From OE-Core rev: 617b8f2ae26a6b4ac57795fead39ef20b1f92ecc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -19,3 +19,4 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||
#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "qemu-config"
|
||||
|
||||
@@ -30,6 +30,6 @@ XSERVER ?= "xserver-xf86-dri-lite \
|
||||
GLIBC_ADDONS = "nptl"
|
||||
GLIBC_EXTRA_OECONF = "--with-tls"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d"
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
|
||||
|
||||
TARGET_CC_ARCH = "-m64"
|
||||
|
||||
@@ -29,6 +29,6 @@ XSERVER ?= "xserver-xf86-dri-lite \
|
||||
GLIBC_ADDONS = "nptl"
|
||||
GLIBC_EXTRA_OECONF = "--with-tls"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d"
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d"
|
||||
|
||||
TARGET_CC_ARCH = "-march=i586"
|
||||
|
||||
Reference in New Issue
Block a user