diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:38:23 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-02-10 11:38:23 +0000 |
| commit | 31116d6c7e368c42bcfdf2dba2000b2203f08e85 (patch) | |
| tree | 9737ea7c974da46ca2a9ee4acad8aabb9cbb2bac /openembedded/classes/image_ipk.bbclass | |
| parent | 9df0203e2b27ef3ae28b60447df6b91be7be81dc (diff) | |
| download | poky-31116d6c7e368c42bcfdf2dba2000b2203f08e85.tar.gz | |
Update bbclasses from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@266 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/classes/image_ipk.bbclass')
| -rw-r--r-- | openembedded/classes/image_ipk.bbclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openembedded/classes/image_ipk.bbclass b/openembedded/classes/image_ipk.bbclass index 5fdd340673..c2f1c8d682 100644 --- a/openembedded/classes/image_ipk.bbclass +++ b/openembedded/classes/image_ipk.bbclass | |||
| @@ -1,11 +1,15 @@ | |||
| 1 | inherit rootfs_ipk | 1 | inherit rootfs_ipk |
| 2 | 2 | ||
| 3 | # We need to follow RDEPENDS and RRECOMMENDS for images | ||
| 4 | BUILD_ALL_DEPS = "1" | ||
| 5 | |||
| 3 | # Images are generally built explicitly, do not need to be part of world. | 6 | # Images are generally built explicitly, do not need to be part of world. |
| 4 | EXCLUDE_FROM_WORLD = "1" | 7 | EXCLUDE_FROM_WORLD = "1" |
| 5 | 8 | ||
| 6 | USE_DEVFS ?= "0" | 9 | USE_DEVFS ?= "0" |
| 7 | 10 | ||
| 8 | DEPENDS += "makedevs-native" | 11 | DEPENDS += "makedevs-native" |
| 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 9 | 13 | ||
| 10 | def get_image_deps(d): | 14 | def get_image_deps(d): |
| 11 | import bb | 15 | import bb |
