[oe-commits] org.oe.dev neuros osd image: add dbus and qt/e, attempt to use mdev

koen commit oe at amethyst.openembedded.net
Wed Jul 9 16:42:18 UTC 2008


neuros osd image: add dbus and qt/e, attempt to use mdev

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 9a6c7bec4be483b56e6305d978adce9e49f1e29c
ViewMTN: http://monotone.openembedded.org/revision/info/9a6c7bec4be483b56e6305d978adce9e49f1e29c
Files:
1
packages/images/neuros-osd-base-image.bb
Diffs:

#
# mt diff -rae00760854aae829460c79c1907ca952c25f5a02 -r9a6c7bec4be483b56e6305d978adce9e49f1e29c
#
#
#
# patch "packages/images/neuros-osd-base-image.bb"
#  from [c917176930daa9aa78c1264ea7bc13edf825a943]
#    to [55e02451a61b84f5d6c47acfeab218b9afea1c42]
#
============================================================
--- packages/images/neuros-osd-base-image.bb	c917176930daa9aa78c1264ea7bc13edf825a943
+++ packages/images/neuros-osd-base-image.bb	55e02451a61b84f5d6c47acfeab218b9afea1c42
@@ -1,7 +1,15 @@
 # This image is intended to be the base for further neuros images
 
+inherit image
+
+export IMAGE_BASENAME = "Neuros-OSD2-base-image"
+
+PR = "r1"
+
 # Select which Secure Shell Daemon gets included into the rootfs
 DISTRO_SSH_DAEMON ?= "dropbear"
+DISTRO_DEV_MANAGER = "mdev"
+PREFERRED_PROVIDER_hotplug = "mdev"
 
 # Include a timestamp that initscripts can use to set the time to a 
 # more sane value after a reboot  
@@ -9,10 +17,10 @@ IMAGE_INSTALL = "task-boot \
 
 IMAGE_INSTALL = "task-boot \
                  util-linux-mount util-linux-umount \
+                 e2fsprogs dosfstools \
+                 wireless-tools zd1211-firmware \
                  ${DISTRO_SSH_DAEMON} \
-	         "
+                 qt-embedded dbus \
+                "
 
 IMAGE_LINGUAS = ""
-
-inherit image
-






More information about the Openembedded-commits mailing list