[oe] [meta-handheld][PATCH 2/2] ben-nanonote: clean machine conf according to oe-core rules

Apelete Seketeli apelete at seketeli.net
Mon Apr 1 09:13:26 UTC 2013


The following changes were done to comply with oe-core rules:
- use DEFAULTTUNE from conf/machine/include/tune-mips32.inc in oe-core
  repository instead of setting TARGET_ARCH,
- remove IMAGE_FSTYPES setting, this is done in distro configuration.

Signed-off-by: Apelete Seketeli <apelete at seketeli.net>
---
 conf/machine/ben-nanonote.conf       |    3 ---
 conf/machine/include/tune-mips32.inc |    3 ---
 2 files changed, 6 deletions(-)
 delete mode 100644 conf/machine/include/tune-mips32.inc

diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf
index e53cb3f..1ce5815 100644
--- a/conf/machine/ben-nanonote.conf
+++ b/conf/machine/ben-nanonote.conf
@@ -2,7 +2,6 @@
 #@NAME: Ben Nanonote
 #@DESCRIPTION: Machine configuration for the Qi-Hardware's Ben Nanonote
 
-TARGET_ARCH = "mipsel"
 require conf/machine/include/tune-mips32.inc
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote"
@@ -11,8 +10,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote"
 #KERNEL_IMAGETYPE = "uImage"
 KERNEL_IMAGETYPE = "vmlinux.bin"
 
-IMAGE_FSTYPES =+ "jffs2"
-
 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
 PREFERRED_VERSION_xserver-kdrive = "1.3.0.0"
 
diff --git a/conf/machine/include/tune-mips32.inc b/conf/machine/include/tune-mips32.inc
deleted file mode 100644
index 67edca2..0000000
--- a/conf/machine/include/tune-mips32.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-TARGET_CC_ARCH = "-march=mips32"
-FEED_ARCH = "${TARGET_ARCH}"
-BASE_PACKAGE_ARCH = "${TARGET_ARCH}"
-- 
1.7.10.4





More information about the Openembedded-devel mailing list