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 <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
