mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
poky-image-sato-cd: Fix dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2870 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
532361b00a
commit
c09f9e8b05
|
|
@ -1,5 +1,4 @@
|
|||
DESCRIPTION = "Bootable CD"
|
||||
DEPENDS = "poky-image-sato"
|
||||
|
||||
COMPATIBLE_MACHINE = "bootcdx86"
|
||||
|
||||
|
|
@ -9,4 +8,6 @@ INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext2"
|
|||
LABELS = "poky"
|
||||
APPEND = "root=/dev/ram0"
|
||||
|
||||
do_bootimg[depends] += "poky-image-sato:do_rootfs"
|
||||
|
||||
inherit bootimg
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user