mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
poky: install rsync in qemu images (requested by Rob)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3329 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -249,8 +249,8 @@ DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi"
|
||||
DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost"
|
||||
|
||||
POKY_EXTRA_RDEPENDS = ""
|
||||
POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config"
|
||||
POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config"
|
||||
POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config rsync"
|
||||
POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config rsync"
|
||||
|
||||
DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user