mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:19:40 +01:00
packages/meta: Make sdk its own target (oh-image-sdk), refine the oh-image-devel package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@501 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -6,18 +6,15 @@ GUI_MACHINE_CLASS ?= "none"
|
||||
|
||||
XSERVER ?= "xserver-kdrive-fbdev"
|
||||
|
||||
DEPENDS = "\
|
||||
task-bootstrap \
|
||||
task-oh \
|
||||
task-oh-sdk"
|
||||
|
||||
DEPENDS = "task-oh"
|
||||
|
||||
RDEPENDS = "\
|
||||
task-oh-boot \
|
||||
task-oh-boot-extras \
|
||||
task-oh-base \
|
||||
task-oh-standard \
|
||||
task-oh-devel \
|
||||
task-oh-sdk \
|
||||
task-oh-devtools \
|
||||
task-oh-testapps \
|
||||
${XSERVER} "
|
||||
|
||||
export IPKG_INSTALL = "${RDEPENDS}"
|
||||
|
||||
27
openembedded/packages/meta/oh-image-sdk.bb
Normal file
27
openembedded/packages/meta/oh-image-sdk.bb
Normal file
@@ -0,0 +1,27 @@
|
||||
PR = "r9"
|
||||
|
||||
export IMAGE_BASENAME = "oh-sdk"
|
||||
|
||||
GUI_MACHINE_CLASS ?= "none"
|
||||
|
||||
XSERVER ?= "xserver-kdrive-fbdev"
|
||||
|
||||
DEPENDS = "\
|
||||
task-oh \
|
||||
task-oh-sdk"
|
||||
|
||||
RDEPENDS = "\
|
||||
task-oh-boot \
|
||||
task-oh-boot-extras \
|
||||
task-oh-base \
|
||||
task-oh-standard \
|
||||
task-oh-devtools \
|
||||
task-oh-testapps \
|
||||
task-oh-sdk \
|
||||
${XSERVER} "
|
||||
|
||||
export IPKG_INSTALL = "${RDEPENDS}"
|
||||
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
|
||||
|
||||
inherit image_ipk
|
||||
LICENSE = MIT
|
||||
@@ -1,7 +1,15 @@
|
||||
PACKAGES = "task-oh-base task-oh-devel task-oh-boot task-oh-standard task-oh-boot-extras task-oh-boot-min-extras"
|
||||
DESCRIPTION = "Tasks for OpenedHand Poky"
|
||||
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
|
||||
PR = "r36"
|
||||
PR = "r37"
|
||||
|
||||
PACKAGES = "\
|
||||
task-oh-base \
|
||||
task-oh-boot \
|
||||
task-oh-standard \
|
||||
task-oh-boot-extras \
|
||||
task-oh-boot-min-extras \
|
||||
task-oh-devtools \
|
||||
task-oh-testapps"
|
||||
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
@@ -92,24 +100,24 @@ RDEPENDS_task-oh-standard_append_akita = " zaurusd "
|
||||
|
||||
PACKAGE_ARCH_task-oh-standard = "${MACHINE_ARCH}"
|
||||
|
||||
# minimo \
|
||||
# teleport \
|
||||
# xst \
|
||||
# libgtkstylus \
|
||||
# detect-stylus \
|
||||
# xrdb \
|
||||
|
||||
|
||||
RDEPENDS_task-oh-devel = "\
|
||||
tslib-calibrate \
|
||||
tslib-tests \
|
||||
RDEPENDS_task-oh-devtools = "\
|
||||
oprofile \
|
||||
gdb \
|
||||
strace \
|
||||
lttng-viewer"
|
||||
|
||||
RRECOMMENDS_task-oh-devel = "\
|
||||
RRECOMMENDS_task-oh-devtools = "\
|
||||
kernel-module-oprofile"
|
||||
# lttng-modules
|
||||
|
||||
RDEPENDS_task-oh-testapps = "\
|
||||
tslib-calibrate \
|
||||
tslib-tests \
|
||||
lrzsz \
|
||||
alsa-utils-amixer \
|
||||
alsa-utils-aplay"
|
||||
|
||||
|
||||
# minimo \
|
||||
# teleport \
|
||||
# xst \
|
||||
# libgtkstylus \
|
||||
# xrdb \
|
||||
|
||||
Reference in New Issue
Block a user