diff options
Diffstat (limited to 'meta/classes/image_ipk.bbclass')
-rw-r--r-- | meta/classes/image_ipk.bbclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/classes/image_ipk.bbclass b/meta/classes/image_ipk.bbclass index c2f1c8d682..6c47e29f68 100644 --- a/meta/classes/image_ipk.bbclass +++ b/meta/classes/image_ipk.bbclass | |||
@@ -1,13 +1,16 @@ | |||
1 | inherit rootfs_ipk | 1 | inherit rootfs_ipk |
2 | 2 | ||
3 | # We need to follow RDEPENDS and RRECOMMENDS for images | 3 | # We need to recursively follow RDEPENDS and RRECOMMENDS for images |
4 | BUILD_ALL_DEPS = "1" | 4 | BUILD_ALL_DEPS = "1" |
5 | do_rootfs[recrdeptask] = "do_package" | ||
5 | 6 | ||
6 | # Images are generally built explicitly, do not need to be part of world. | 7 | # Images are generally built explicitly, do not need to be part of world. |
7 | EXCLUDE_FROM_WORLD = "1" | 8 | EXCLUDE_FROM_WORLD = "1" |
8 | 9 | ||
9 | USE_DEVFS ?= "0" | 10 | USE_DEVFS ?= "0" |
10 | 11 | ||
12 | PR = "${DATE}-${TIME}" | ||
13 | |||
11 | DEPENDS += "makedevs-native" | 14 | DEPENDS += "makedevs-native" |
12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 15 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
13 | 16 | ||