diff options
author | Richard Purdie <richard@openedhand.com> | 2007-10-11 21:57:02 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-10-11 21:57:02 +0000 |
commit | c09f9e8b051b676cf48787b1d9fbcab99ae04359 (patch) | |
tree | d2be3dcd1951385495941620b5670277e0147c05 /meta/packages | |
parent | 532361b00aab739928fdcb767d74f99d253d0b06 (diff) | |
download | poky-c09f9e8b051b676cf48787b1d9fbcab99ae04359.tar.gz |
poky-image-sato-cd: Fix dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2870 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/images/poky-image-sato-cd.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/images/poky-image-sato-cd.bb b/meta/packages/images/poky-image-sato-cd.bb index d68156e783..7c1d774e74 100644 --- a/meta/packages/images/poky-image-sato-cd.bb +++ b/meta/packages/images/poky-image-sato-cd.bb | |||
@@ -1,5 +1,4 @@ | |||
1 | DESCRIPTION = "Bootable CD" | 1 | DESCRIPTION = "Bootable CD" |
2 | DEPENDS = "poky-image-sato" | ||
3 | 2 | ||
4 | COMPATIBLE_MACHINE = "bootcdx86" | 3 | COMPATIBLE_MACHINE = "bootcdx86" |
5 | 4 | ||
@@ -9,4 +8,6 @@ INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext2" | |||
9 | LABELS = "poky" | 8 | LABELS = "poky" |
10 | APPEND = "root=/dev/ram0" | 9 | APPEND = "root=/dev/ram0" |
11 | 10 | ||
11 | do_bootimg[depends] += "poky-image-sato:do_rootfs" | ||
12 | |||
12 | inherit bootimg | 13 | inherit bootimg |