diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-27 13:19:32 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-06-27 13:19:32 +0000 |
commit | 3d36dc7dd031a2180d91ca5ae1d07e4e6948a79e (patch) | |
tree | 5c49c2e27dcdc8314c776b63628b54ae2d46ab62 /meta/packages/images/poky-image-minimal.bb | |
parent | 0b7225001fbce304341a2ae8b290f2b3ebc28565 (diff) | |
download | poky-3d36dc7dd031a2180d91ca5ae1d07e4e6948a79e.tar.gz |
poky-image.bbclass: new class used for making Poky images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2031 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images/poky-image-minimal.bb')
-rw-r--r-- | meta/packages/images/poky-image-minimal.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/images/poky-image-minimal.bb b/meta/packages/images/poky-image-minimal.bb index 88c04666db..3274a0861b 100644 --- a/meta/packages/images/poky-image-minimal.bb +++ b/meta/packages/images/poky-image-minimal.bb | |||
@@ -7,7 +7,7 @@ IMAGE_INSTALL = "task-poky-boot" | |||
7 | 7 | ||
8 | IMAGE_LINGUAS = " " | 8 | IMAGE_LINGUAS = " " |
9 | 9 | ||
10 | require poky-image.inc | 10 | inherit poky-image |
11 | 11 | ||
12 | # remove not needed ipkg informations | 12 | # remove not needed ipkg informations |
13 | ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/" | 13 | ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/" |