diff options
| -rw-r--r-- | meta-yocto/conf/distro/poky.conf | 7 | ||||
| -rw-r--r-- | meta/conf/machine/include/qemu.inc | 1 | ||||
| -rw-r--r-- | meta/conf/machine/qemux86-64.conf | 2 | ||||
| -rw-r--r-- | meta/conf/machine/qemux86.conf | 2 |
4 files changed, 3 insertions, 9 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index f13a67f393..3a66a76e77 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
| @@ -32,13 +32,6 @@ LOCALE_UTF8_ONLY = "0" | |||
| 32 | DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci" | 32 | DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci" |
| 33 | 33 | ||
| 34 | POKY_EXTRA_RDEPENDS = "task-core-boot" | 34 | POKY_EXTRA_RDEPENDS = "task-core-boot" |
| 35 | POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config" | ||
| 36 | POKY_EXTRA_RDEPENDS_qemuarmv6 = "qemu-config" | ||
| 37 | POKY_EXTRA_RDEPENDS_qemuarmv7 = "qemu-config" | ||
| 38 | POKY_EXTRA_RDEPENDS_qemumips = "qemu-config" | ||
| 39 | POKY_EXTRA_RDEPENDS_qemuppc = "qemu-config" | ||
| 40 | POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config" | ||
| 41 | POKY_EXTRA_RDEPENDS_qemux86-64 = "qemu-config" | ||
| 42 | 35 | ||
| 43 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" | 36 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" |
| 44 | DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet" | 37 | DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet" |
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 61281bf516..bd409830e8 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
| @@ -19,3 +19,4 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | |||
| 19 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 19 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
| 20 | 20 | ||
| 21 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | 21 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" |
| 22 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "qemu-config" | ||
diff --git a/meta/conf/machine/qemux86-64.conf b/meta/conf/machine/qemux86-64.conf index 182759adfe..ca91388978 100644 --- a/meta/conf/machine/qemux86-64.conf +++ b/meta/conf/machine/qemux86-64.conf | |||
| @@ -30,6 +30,6 @@ XSERVER ?= "xserver-xf86-dri-lite \ | |||
| 30 | GLIBC_ADDONS = "nptl" | 30 | GLIBC_ADDONS = "nptl" |
| 31 | GLIBC_EXTRA_OECONF = "--with-tls" | 31 | GLIBC_EXTRA_OECONF = "--with-tls" |
| 32 | 32 | ||
| 33 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d" | 33 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" |
| 34 | 34 | ||
| 35 | TARGET_CC_ARCH = "-m64" | 35 | TARGET_CC_ARCH = "-m64" |
diff --git a/meta/conf/machine/qemux86.conf b/meta/conf/machine/qemux86.conf index f1a0939ebc..8b14731436 100644 --- a/meta/conf/machine/qemux86.conf +++ b/meta/conf/machine/qemux86.conf | |||
| @@ -29,6 +29,6 @@ XSERVER ?= "xserver-xf86-dri-lite \ | |||
| 29 | GLIBC_ADDONS = "nptl" | 29 | GLIBC_ADDONS = "nptl" |
| 30 | GLIBC_EXTRA_OECONF = "--with-tls" | 30 | GLIBC_EXTRA_OECONF = "--with-tls" |
| 31 | 31 | ||
| 32 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "v86d" | 32 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" |
| 33 | 33 | ||
| 34 | TARGET_CC_ARCH = "-march=i586" | 34 | TARGET_CC_ARCH = "-march=i586" |
