diff options
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 |
