summaryrefslogtreecommitdiffstats
path: root/meta/packages/images/poky-image-minimal.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-06-27 13:19:32 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-06-27 13:19:32 +0000
commit3d36dc7dd031a2180d91ca5ae1d07e4e6948a79e (patch)
tree5c49c2e27dcdc8314c776b63628b54ae2d46ab62 /meta/packages/images/poky-image-minimal.bb
parent0b7225001fbce304341a2ae8b290f2b3ebc28565 (diff)
downloadpoky-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.bb2
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
8IMAGE_LINGUAS = " " 8IMAGE_LINGUAS = " "
9 9
10require poky-image.inc 10inherit poky-image
11 11
12# remove not needed ipkg informations 12# remove not needed ipkg informations
13ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/" 13ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/"