mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00: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
@@ -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 ; "
|
||||
@@ -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
|
||||
@@ -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