mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
oh-image metadata rearrangement to support minimal images. Minimal target is oh-image-minimal
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@351 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -11,8 +11,10 @@ DEPENDS = "\
|
|||||||
task-oh"
|
task-oh"
|
||||||
|
|
||||||
RDEPENDS = "\
|
RDEPENDS = "\
|
||||||
task-bootstrap \
|
task-oh-boot \
|
||||||
|
task-oh-boot-extras \
|
||||||
task-oh-base \
|
task-oh-base \
|
||||||
|
task-oh-standard \
|
||||||
task-oh-devel \
|
task-oh-devel \
|
||||||
${XSERVER} "
|
${XSERVER} "
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,21 @@
|
|||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
export IMAGE_BASENAME = "oh-image-minimal"
|
||||||
|
|
||||||
|
GUI_MACHINE_CLASS ?= "none"
|
||||||
|
|
||||||
|
XSERVER ?= "xserver-kdrive-fbdev"
|
||||||
|
|
||||||
|
DEPENDS = "task-oh"
|
||||||
|
|
||||||
|
RDEPENDS = "\
|
||||||
|
task-oh-boot \
|
||||||
|
task-oh-boot-min-extras \
|
||||||
|
task-oh-base \
|
||||||
|
${XSERVER} "
|
||||||
|
|
||||||
|
export IPKG_INSTALL = "${RDEPENDS}"
|
||||||
|
#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
|
||||||
|
|
||||||
|
inherit image_ipk
|
||||||
|
LICENSE = MIT
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
PR = "r9"
|
PR = "r10"
|
||||||
|
|
||||||
export IMAGE_BASENAME = "oh-image"
|
export IMAGE_BASENAME = "oh-image"
|
||||||
|
|
||||||
@@ -6,13 +6,13 @@ GUI_MACHINE_CLASS ?= "none"
|
|||||||
|
|
||||||
XSERVER ?= "xserver-kdrive-fbdev"
|
XSERVER ?= "xserver-kdrive-fbdev"
|
||||||
|
|
||||||
DEPENDS = "\
|
DEPENDS = "task-oh"
|
||||||
task-bootstrap \
|
|
||||||
task-oh"
|
|
||||||
|
|
||||||
RDEPENDS = "\
|
RDEPENDS = "\
|
||||||
task-bootstrap \
|
task-oh-boot \
|
||||||
|
task-oh-boot-extras \
|
||||||
task-oh-base \
|
task-oh-base \
|
||||||
|
task-oh-standard \
|
||||||
${XSERVER} "
|
${XSERVER} "
|
||||||
|
|
||||||
export IPKG_INSTALL = "${RDEPENDS}"
|
export IPKG_INSTALL = "${RDEPENDS}"
|
||||||
|
|||||||
@@ -1,12 +1,48 @@
|
|||||||
PACKAGES = "task-oh-base task-oh-devel"
|
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"
|
DESCRIPTION = "Tasks for OpenedHand Poky"
|
||||||
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
|
MAINTAINER = "Richard Purdie <richard@openedhand.com>"
|
||||||
PR = "r24"
|
PR = "r27"
|
||||||
|
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
|
RDEPENDS_task-oh-boot := "\
|
||||||
|
base-files \
|
||||||
|
base-passwd \
|
||||||
|
busybox \
|
||||||
|
initscripts \
|
||||||
|
netbase \
|
||||||
|
sysvinit \
|
||||||
|
sysvinit-pidof \
|
||||||
|
tinylogin \
|
||||||
|
modutils-initscripts \
|
||||||
|
fuser \
|
||||||
|
setserial \
|
||||||
|
linux-hotplug \
|
||||||
|
module-init-tools-depmod"
|
||||||
|
|
||||||
|
RDEPENDS_task-oh-boot-extras := "\
|
||||||
|
${BOOTSTRAP_EXTRA_RDEPENDS}"
|
||||||
|
|
||||||
|
RDEPENDS_task-oh-boot-min-extras := "\
|
||||||
|
kernel \
|
||||||
|
udev \
|
||||||
|
sysfsutils \
|
||||||
|
${PCMCIA_MANAGER} \
|
||||||
|
apm \
|
||||||
|
udev-utils"
|
||||||
|
|
||||||
RDEPENDS_task-oh-base := "\
|
RDEPENDS_task-oh-base := "\
|
||||||
matchbox \
|
matchbox \
|
||||||
|
xserver-kdrive-common \
|
||||||
|
xserver-nodm-init \
|
||||||
|
udev \
|
||||||
|
sysfsutils \
|
||||||
|
leafpad \
|
||||||
|
gtk+ "
|
||||||
|
|
||||||
|
RDEPENDS_task-oh-standard := "\
|
||||||
|
dropbear \
|
||||||
|
portmap \
|
||||||
matchbox-poky \
|
matchbox-poky \
|
||||||
matchbox-keyboard \
|
matchbox-keyboard \
|
||||||
matchbox-stroke \
|
matchbox-stroke \
|
||||||
@@ -18,26 +54,20 @@ RDEPENDS_task-oh-base := "\
|
|||||||
matchbox-applet-inputmanager \
|
matchbox-applet-inputmanager \
|
||||||
matchbox-applet-startup-monitor \
|
matchbox-applet-startup-monitor \
|
||||||
xcursor-transparent-theme \
|
xcursor-transparent-theme \
|
||||||
xserver-kdrive-common \
|
zaurusd \
|
||||||
xserver-nodm-init \
|
|
||||||
chkhinge26 \
|
|
||||||
usbinit \
|
usbinit \
|
||||||
settings-daemon \
|
settings-daemon \
|
||||||
gtk+ \
|
|
||||||
gtk-clearlooks-engine \
|
gtk-clearlooks-engine \
|
||||||
eds-dbus \
|
eds-dbus \
|
||||||
contacts \
|
contacts \
|
||||||
dates \
|
dates \
|
||||||
web \
|
web \
|
||||||
pcmanfm \
|
pcmanfm \
|
||||||
leafpad \
|
|
||||||
puzzles \
|
puzzles \
|
||||||
kf \
|
kf \
|
||||||
rxvt-unicode \
|
rxvt-unicode \
|
||||||
xhost \
|
xhost \
|
||||||
ttf-bitstream-vera \
|
ttf-bitstream-vera \
|
||||||
udev \
|
|
||||||
sysfsutils \
|
|
||||||
xauth \
|
xauth \
|
||||||
avahi-daemon \
|
avahi-daemon \
|
||||||
gdk-pixbuf-loader-png \
|
gdk-pixbuf-loader-png \
|
||||||
@@ -72,4 +102,3 @@ RRECOMMENDS_task-oh-devel := "\
|
|||||||
# lttng-modules
|
# lttng-modules
|
||||||
|
|
||||||
|
|
||||||
LICENSE = "MIT"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user