1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
+1 -1
View File
@@ -2,4 +2,4 @@
# Copyright (C) 2007 OpenedHand Ltd. # Copyright (C) 2007 OpenedHand Ltd.
# #
require poky-image.inc inherit poky-image
+1 -1
View File
@@ -4,4 +4,4 @@
IMAGE_FEATURES += "apps-core" IMAGE_FEATURES += "apps-core"
require poky-image.inc inherit poky-image
+1 -1
View File
@@ -7,7 +7,7 @@ IMAGE_INSTALL = "task-poky-boot"
IMAGE_LINGUAS = " " IMAGE_LINGUAS = " "
require poky-image.inc inherit poky-image
# remove not needed ipkg informations # remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/" ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/"
+1 -1
View File
@@ -4,4 +4,4 @@
IMAGE_FEATURES += "apps-core apps-pda" IMAGE_FEATURES += "apps-core apps-pda"
require poky-image.inc inherit poky-image
+1 -1
View File
@@ -4,4 +4,4 @@
IMAGE_FEATURES += "apps-core apps-pda dev-tools dev-pkgs dbg-pkgs" IMAGE_FEATURES += "apps-core apps-pda dev-tools dev-pkgs dbg-pkgs"
require poky-image.inc inherit poky-image