mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
poky-image*-dev: Add -dev Images contianing headers and libraries
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
bc9d2fbfd4
commit
daabbc6306
15
meta/recipes-core/images/poky-image-minimal-dev.bb
Normal file
15
meta/recipes-core/images/poky-image-minimal-dev.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenedHand Ltd.
|
||||
#
|
||||
IMAGE_INSTALL = "task-poky-boot ${ROOTFS_PKGMANAGE}"
|
||||
|
||||
IMAGE_FEATURES += "dev-pkgs"
|
||||
|
||||
IMAGE_LINGUAS = " "
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit poky-image
|
||||
|
||||
# remove not needed ipkg informations
|
||||
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
|
||||
9
meta/recipes-extended/images/poky-image-lsb-dev.bb
Normal file
9
meta/recipes-extended/images/poky-image-lsb-dev.bb
Normal file
@@ -0,0 +1,9 @@
|
||||
IMAGE_FEATURES += "apps-console-core dev-pkgs "
|
||||
|
||||
IMAGE_INSTALL = "\
|
||||
${POKY_BASE_INSTALL} \
|
||||
task-poky-basic \
|
||||
task-poky-lsb \
|
||||
"
|
||||
|
||||
inherit poky-image
|
||||
9
meta/recipes-sato/images/poky-image-sato-dev.bb
Normal file
9
meta/recipes-sato/images/poky-image-sato-dev.bb
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Copyright (C) 2007 OpenedHand Ltd.
|
||||
#
|
||||
|
||||
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} dev-pkgs"
|
||||
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit poky-image
|
||||
Reference in New Issue
Block a user