[meta-freescale] [PATCH] [meta-fsl-arm] conf: Remove 'kernel26' feature

Fabio Estevam festevam at gmail.com
Wed Mar 13 06:54:58 PDT 2013


From: Fabio Estevam <fabio.estevam at freescale.com>

'kernel26' feature has been already removed in oe-core.

No need to keep this anymore.

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
 conf/machine/imx31pdk.conf |    2 +-
 conf/machine/imx35pdk.conf |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/imx31pdk.conf b/conf/machine/imx31pdk.conf
index 0bb7aa7..a121146 100644
--- a/conf/machine/imx31pdk.conf
+++ b/conf/machine/imx31pdk.conf
@@ -25,5 +25,5 @@ IMAGE_FSTYPES = "ubi jffs2 tar.bz2"
 MKUBIFS_ARGS = "-m 2048 -e 129024 -c 2030"
 UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512"
 
-MACHINE_FEATURES += "kernel26 ext3 bluetooth ext2 screen"
+MACHINE_FEATURES += "ext3 bluetooth ext2 screen"
 
diff --git a/conf/machine/imx35pdk.conf b/conf/machine/imx35pdk.conf
index 29d1c6a..2de8baf 100644
--- a/conf/machine/imx35pdk.conf
+++ b/conf/machine/imx35pdk.conf
@@ -27,4 +27,4 @@ JFFS2_ERASEBLOCK = "0x20000"
 
 IMAGE_FSTYPES += "jffs2 tar.bz2"
 
-MACHINE_FEATURES += "kernel26 ext2 ext3 screen"
+MACHINE_FEATURES += "ext2 ext3 screen"
-- 
1.7.9.5




More information about the meta-freescale mailing list