mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
task-base: Removed RDEPEND on task-poky-boot
It is now neccesarry for each distro to specify a POKY_EXTRA_RDEPENDS for a relevant boot task. This has been added in poky and moblin distros.
This commit is contained in:
@@ -105,7 +105,7 @@ LOCALE_UTF8_ONLY = "1"
|
||||
|
||||
DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci"
|
||||
|
||||
POKY_EXTRA_RDEPENDS = ""
|
||||
POKY_EXTRA_RDEPENDS = "task-poky-boot"
|
||||
POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config"
|
||||
POKY_EXTRA_RDEPENDS_qemuarmv6 = "qemu-config"
|
||||
POKY_EXTRA_RDEPENDS_qemuarmv7 = "qemu-config"
|
||||
|
||||
Reference in New Issue
Block a user