[oe-commits] org.oe.dev netbook-pro: finish conversion to task-base

koen commit openembedded-commits at lists.openembedded.org
Wed Oct 18 16:42:42 UTC 2006


netbook-pro: finish conversion to task-base

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: ababfa8bd3fab87a1aed09c4ec844c11af41a729
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ababfa8bd3fab87a1aed09c4ec844c11af41a729
Files:
1
conf/machine/netbook-pro.conf
Diffs:

#
# mt diff -r51bc364905429674bba8ef33067ece3fb4b57957 -rababfa8bd3fab87a1aed09c4ec844c11af41a729
#
# 
# 
# patch "conf/machine/netbook-pro.conf"
#  from [ef3dc6ea33e4490dca9cf892120045685bd71dfb]
#    to [5838bbb62e0b22902b1e98e006dacaf7ac414d76]
# 
============================================================
--- conf/machine/netbook-pro.conf	ef3dc6ea33e4490dca9cf892120045685bd71dfb
+++ conf/machine/netbook-pro.conf	5838bbb62e0b22902b1e98e006dacaf7ac414d76
@@ -5,7 +5,7 @@ TARGET_ARCH = "arm"
 INHERIT += "linux-kernel-base"
 
 TARGET_ARCH = "arm"
-IPKG_EXTRA_ARCHS = "armv5te"
+IPKG_EXTRA_ARCHS = "arm armv4 armv4t armv5te"
 
 PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel"
 
@@ -17,15 +17,6 @@ MACHINE_FEATURES = "kernel26 touchscreen
 
 MACHINE_FEATURES = "kernel26 touchscreen keyboard apm alsa pcmcia bluetooth irda usbhost"
 
-#ship in rootfs:
-NBP_MODULES = 	" apm \
-                  pcmcia-core \
-                  ipv6 "
-BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${NBP_MODULES}', d)}"
-BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools"
-
-GPE_EXTRA_INSTALL += "gpe-mini-browser"
-
 # used by sysvinit_2
 SERIAL_CONSOLE = "115200 ttySA0 vt100"
 






More information about the Openembedded-commits mailing list