[oe-commits] org.oe.dev machine/wrap: Add task-base related settings.

lenehan commit openembedded-commits at lists.openembedded.org
Mon Nov 27 05:21:12 UTC 2006


machine/wrap: Add task-base related settings.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: 84e864958ae17a54d87b8a3c718346275a9c7cf2
ViewMTN: http://monotone.openembedded.org/revision.psp?id=84e864958ae17a54d87b8a3c718346275a9c7cf2
Files:
1
conf/machine/wrap.conf
Diffs:

#
# mt diff -r2cc7d534d22812fa0a49f283ba863f1f8635723c -r84e864958ae17a54d87b8a3c718346275a9c7cf2
#
# 
# 
# patch "conf/machine/wrap.conf"
#  from [99b8a2cb165428033263d30ed5ea80296065bac0]
#    to [88a675dd9a29d8f936a390585569714355040143]
# 
============================================================
--- conf/machine/wrap.conf	99b8a2cb165428033263d30ed5ea80296065bac0
+++ conf/machine/wrap.conf	88a675dd9a29d8f936a390585569714355040143
@@ -1,9 +1,9 @@ TARGET_ARCH = "i486"
 #@TYPE: Machine
 #@NAME: WRAP1 / WRAP2 wireless router boards
 #@DESCRIPTION: Machine configuration for the PC Engines WRAP (Wireless Router Application Platform) boards.
 
 TARGET_ARCH = "i486"
-PACKAGE_EXTRA_ARCHS = "i386"
+PACKAGE_EXTRA_ARCHS = "i386 x86"
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-wrap-geode"
 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
@@ -21,8 +21,11 @@ IMAGE_FSTYPE ?= "tar.gz"
 # partition on the compact flash card being used.
 IMAGE_FSTYPE ?= "tar.gz"
 
-# Extra items to include in the fs image
-BOOTSTRAP_EXTRA_RDEPENDS += "kernel pciutils udev kernel-modules grub"
+# Things to include in the fs image
+MACHINE_FEATURES = "kernel26 pci ext2"
+MACHINE_TASK_PROVIDER = "task-base"
+# The kernel and grub need to installed to boot from flash
+MACHINE_EXTRA_RDEPENDS = "kernel grub"
 
 # Minimal device table is fine
 IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt"






More information about the Openembedded-commits mailing list