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
This commit is contained in:
Marcin Juszkiewicz
2007-06-27 13:19:32 +00:00
parent 0b7225001f
commit 3d36dc7dd0
6 changed files with 5 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
# Copyright (C) 2007 OpenedHand Ltd.
#
require poky-image.inc
inherit poky-image

View File

@@ -4,4 +4,4 @@
IMAGE_FEATURES += "apps-core"
require poky-image.inc
inherit poky-image

View File

@@ -7,7 +7,7 @@ IMAGE_INSTALL = "task-poky-boot"
IMAGE_LINGUAS = " "
require poky-image.inc
inherit poky-image
# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/"

View File

@@ -4,4 +4,4 @@
IMAGE_FEATURES += "apps-core apps-pda"
require poky-image.inc
inherit poky-image

View File

@@ -4,4 +4,4 @@
IMAGE_FEATURES += "apps-core apps-pda dev-tools dev-pkgs dbg-pkgs"
require poky-image.inc
inherit poky-image