[oe-commits] org.oe.dev hx2000: Add ushbost to MACHINE_FEATURES, don't include kernels in images, add tarballs to output types

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Sep 2 19:46:14 UTC 2007


hx2000: Add ushbost to MACHINE_FEATURES, don't include kernels in images, add tarballs to output types

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: d52a54d5f2ae378fe03f9c8d4cfb66d2d6a45d41
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d52a54d5f2ae378fe03f9c8d4cfb66d2d6a45d41
Files:
1
conf/machine/hx2000.conf
Diffs:

#
# mt diff -rc34acf5b611b91cf6be74330c549676a8e0ba4f3 -rd52a54d5f2ae378fe03f9c8d4cfb66d2d6a45d41
#
# 
# 
# patch "conf/machine/hx2000.conf"
#  from [884c37b87fed0d37bcb72dad7d84504b3e4e4c88]
#    to [4c388078f8a393457e2d370a6d0b8321e53a27dc]
# 
============================================================
--- conf/machine/hx2000.conf	884c37b87fed0d37bcb72dad7d84504b3e4e4c88
+++ conf/machine/hx2000.conf	4c388078f8a393457e2d370a6d0b8321e53a27dc
@@ -15,11 +15,11 @@ EXTRA_IMAGECMD_jffs2 = "; sumtool -i ${D
 			  -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.jffs2 \
 			  -e 256KiB -p"
 
-IMAGE_FSTYPES ?= "jffs2"
+IMAGE_FSTYPES ?= "jffs2 tar.bz2"
 
 MODUTILS = "26"	
 
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget screen"
+MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost screen"
 
 PCMCIA_MANAGER = "pcmciautils"
 
@@ -44,3 +44,7 @@ module_autoload_g_ether = "g_ether"
 
 #FIXME: this should be controlled by a userspace utility later.
 module_autoload_g_ether = "g_ether"
+
+# Don't include kernels in standard images
+RDEPENDS_kernel-base = ""
+KERNEL_IMAGETYPE = "zImage"






More information about the Openembedded-commits mailing list