summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2012-10-17 19:24:04 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2012-10-18 20:32:58 +0200
commit2d5af5b65d5154214ea20a8ddc177dcf2eae958e (patch)
tree438b13f7c14b0fad9173129a05a121696fe08bda /recipes
parent0d12fcb5a33463f701873b41acfc01922171b519 (diff)
angstrom-lxde-image: remove sysvinit scripts which interfere with systemd remove psplash which interfers with systemd nvsamples now compile and run, build ipk again
Diffstat (limited to 'recipes')
-rw-r--r--recipes/images/angstrom-lxde-image.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/images/angstrom-lxde-image.bb b/recipes/images/angstrom-lxde-image.bb
index 8e51cdf..f9ce766 100644
--- a/recipes/images/angstrom-lxde-image.bb
+++ b/recipes/images/angstrom-lxde-image.bb
@@ -13,6 +13,9 @@ require trdx-image-fstype.inc
#create the file /etc/timestamp
IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp"
+#remove interfering sysv scripts
+ROOTFS_POSTINSTALL_COMMAND = "for i in ${IMAGE_ROOTFS}/etc/rc0.d ${IMAGE_ROOTFS}/etc/rc1.d ${IMAGE_ROOTFS}/etc/rc2.d ${IMAGE_ROOTFS}/etc/rc3.d ${IMAGE_ROOTFS}/etc/rc4.d ${IMAGE_ROOTFS}/etc/rc5.d ${IMAGE_ROOTFS}/etc/rc6.d ${IMAGE_ROOTFS}/etc/rcS.d ; do rm -f $i/*dropbear $i/*avahi-daemon $i/*dbus-1 $i/*lxdm $i/*ntpd $i/*syslog $i/*ofono $i/*alsa-state $i/*networking $i/*udev-late-mount $i/*sendsigs $i/*save-rtc.sh $i/*umountnfs.sh $i/*portmap $i/*umountfs $i/*halt $i/*rmnologin.sh $i/*reboot; rm -f $i/*banner.sh $i/*sysfs.sh $i/*checkroot.sh $i/*alignment.sh $i/*mountall.sh $i/*populate-volatile.sh $i/*devpts.sh $i/*hostname.sh $i/*portmap $i/*mountnfs.sh $i/*bootmisc.sh ; done"
+
#IMAGE_LINGUAS = ""
IMAGE_LINGUAS = "en-us"
#IMAGE_LINGUAS = "de-de fr-fr en-gb en-us pt-br es-es kn-in ml-in ta-in"
@@ -32,8 +35,7 @@ CONMANPKGS_libc-uclibc = ""
DEPENDS += "gst-plugins-good gst-plugins-bad gst-plugins-ugly"
#deploy the OpenGL ES headers to the sysroot
-#this package does not compile with hf
-#DEPENDS += "nvsamples"
+DEPENDS += "nvsamples"
#build some ipk which are needed together with CAN, but do not yet install them
DEPENDS += "canutils libsocketcan iproute2"
@@ -68,14 +70,12 @@ libwnck \
libxres \
makedevs \
mime-support \
-sysvinit \
xcursor-transparent-theme \
zeroconf \
"
IMAGE_INSTALL += " \
${IMAGE_INSTALL_CLASSIC} \
- virtual-psplash \
angstrom-packagegroup-boot \
task-basic \
udev-extra-rules \