[oe-commits] org.oe.dev devimage-image: Add more content.

pfalcon commit openembedded-commits at lists.openembedded.org
Fri Jul 13 10:56:32 UTC 2007


devimage-image: Add more content.
* I lied about udev, it's needed for firmware loading. At least it's not 
started by default.
* Few other things, likes pcmciautils.
* Add ability to include own stuff, like kernel images.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 107f64009b7f463883400621043d17f0a8ff4d1c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=107f64009b7f463883400621043d17f0a8ff4d1c
Files:
1
packages/images/devimage-image.bb
Diffs:

#
# mt diff -r244367946edd2e107d611367e71371627b2c397f -r107f64009b7f463883400621043d17f0a8ff4d1c
#
# 
# 
# patch "packages/images/devimage-image.bb"
#  from [522d69564f125613dfe3c1b5d6ddabb988157140]
#    to [e7df38db8d9f517f454ccf08a2c09078f3fdc580]
# 
============================================================
--- packages/images/devimage-image.bb	522d69564f125613dfe3c1b5d6ddabb988157140
+++ packages/images/devimage-image.bb	e7df38db8d9f517f454ccf08a2c09078f3fdc580
@@ -1,11 +1,16 @@
 # Image for kernel debugging and development testing
-# Contains minimal userspace shim (no udev, etc.), but all useful 
-# "kernel userspace" utilities (feel free to add missing).
+# It includes all useful "kernel userspace" utilities, but
+# only shell and dropbear are loaded by default.
 # Allows to login via serial and real console or SSH
 LICENSE = "MIT"
-PR = "r1"
+PR = "r2"
 
-RDEPENDS = "devimage busybox dropbear module-init-tools wireless-tools wpa-supplicant irda-utils acx-firmware"
+DEVIMAGE_EXTRA_RDEPENDS ?= ""
+RDEPENDS = "devimage busybox dropbear udev \
+            module-init-tools pcmciautils \
+	    wireless-tools wpa-supplicant \
+	    irda-utils acx-firmware \
+	    ${DEVIMAGE_EXTRA_RDEPENDS}"
 
 export IMAGE_BASENAME = "devimage"
 export IMAGE_LINGUAS = ""






More information about the Openembedded-commits mailing list