* [meta-handheld][PATCH 1/3] meta-handheld: remove TARGET_ARCH from machine configurations
@ 2013-10-12 23:00 Andrea Adami
2013-10-12 23:00 ` [meta-handheld][PATCH 2/3] meta-handheld: remove obsolete refs to kdrive Andrea Adami
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Andrea Adami @ 2013-10-12 23:00 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
conf/machine/h1910.conf | 2 --
conf/machine/h1940.conf | 10 +++++-----
conf/machine/h2200.conf | 2 --
conf/machine/h3900.conf | 2 --
conf/machine/h4000.conf | 2 --
conf/machine/h5000.conf | 2 --
conf/machine/include/palm.inc | 2 --
conf/machine/jornada56x.conf | 1 -
conf/machine/jornada6xx.conf | 2 --
conf/machine/jornada7xx.conf | 2 --
conf/machine/palmtt.conf | 2 --
conf/machine/palmz71.conf | 2 --
conf/machine/rx1950.conf | 1 -
conf/machine/rx3000.conf | 1 -
conf/machine/simpad.conf | 2 --
15 files changed, 5 insertions(+), 30 deletions(-)
diff --git a/conf/machine/h1910.conf b/conf/machine/h1910.conf
index bd84cfb..59588dd 100644
--- a/conf/machine/h1910.conf
+++ b/conf/machine/h1910.conf
@@ -5,8 +5,6 @@
#
# Hardware-based properties
#
-TARGET_ARCH = "arm"
-
require conf/machine/include/tune-xscale.inc
VOLATILE_STORAGE_SIZE = "64"
diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf
index 19e7662..9a1864e 100644
--- a/conf/machine/h1940.conf
+++ b/conf/machine/h1940.conf
@@ -2,7 +2,11 @@
#@NAME: h1940
#@DESCRIPTION: Machine configuration for the HP iPAQ h1930 and h1940
-TARGET_ARCH = "arm"
+#
+# Hardware-based properties
+#
+# tune for armv4t
+require conf/machine/include/tune-arm920t.inc
# Set preferred providers
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
@@ -18,13 +22,9 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_FEATURES = "kernel26 touchscreen apm bluetooth irda usbgadget screen vfat"
-
# Some extra configuration
VOLATILE_STORAGE_SIZE = "64"
ROOT_FLASH_SIZE = "32"
SERIAL_CONSOLE = "115200 ttySAC2 vt100"
USE_VT = "0"
-# tune for armv4t
-require conf/machine/include/tune-arm920t.inc
-
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf
index 7dbf4f1..d07b4bb 100644
--- a/conf/machine/h2200.conf
+++ b/conf/machine/h2200.conf
@@ -5,8 +5,6 @@
#
# Hardware-based properties
#
-TARGET_ARCH = "arm"
-
#Compile with armv5te optimizations, incompatible with armv4(t) cpus
require conf/machine/include/tune-xscale.inc
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf
index 3b5107d..6b75888 100644
--- a/conf/machine/h3900.conf
+++ b/conf/machine/h3900.conf
@@ -5,8 +5,6 @@
#
# Hardware-based properties
#
-TARGET_ARCH = "arm"
-
require conf/machine/include/tune-xscale.inc
ROOT_FLASH_SIZE = "32"
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf
index 937b626..2cd3e81 100644
--- a/conf/machine/h4000.conf
+++ b/conf/machine/h4000.conf
@@ -5,8 +5,6 @@
#
# Hardware-based properties
#
-TARGET_ARCH = "arm"
-
require conf/machine/include/tune-xscale.inc
ROOT_FLASH_SIZE = "32"
diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf
index 73fbf17..b11670d 100644
--- a/conf/machine/h5000.conf
+++ b/conf/machine/h5000.conf
@@ -5,8 +5,6 @@
#
# Hardware-based properties
#
-TARGET_ARCH = "arm"
-
require conf/machine/include/tune-xscale.inc
ROOT_FLASH_SIZE = "32"
diff --git a/conf/machine/include/palm.inc b/conf/machine/include/palm.inc
index 5394855..f38e027 100644
--- a/conf/machine/include/palm.inc
+++ b/conf/machine/include/palm.inc
@@ -2,8 +2,6 @@
# Hardware-based properties
#
-TARGET_ARCH = "arm"
-
SERIAL_CONSOLE = "115200 ttyS0"
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
diff --git a/conf/machine/jornada56x.conf b/conf/machine/jornada56x.conf
index a42dd8c..da820d8 100644
--- a/conf/machine/jornada56x.conf
+++ b/conf/machine/jornada56x.conf
@@ -2,7 +2,6 @@
#@NAME: HP Jornada 56x
#@DESCRIPTION: Machine configuration for the SA1100 based HP Jornada 56x palmtop computer
-TARGET_ARCH = "arm"
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf
index 7070510..a11ad29 100644
--- a/conf/machine/jornada6xx.conf
+++ b/conf/machine/jornada6xx.conf
@@ -2,8 +2,6 @@
#@NAME: HP Jornada 680
#@DESCRIPTION: Machine configuration for the HITACHI SH3 based HP Jornada 6xx palmtop computer
-TARGET_ARCH = "sh3"
-
require conf/machine/include/tune-sh3.inc
MACHINE_FEATURES = "kernel26 alsa pcmcia irda keyboard touchscreen screen vfat"
diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf
index ade334e..22bd120 100644
--- a/conf/machine/jornada7xx.conf
+++ b/conf/machine/jornada7xx.conf
@@ -2,8 +2,6 @@
#@NAME: HP Jornada 7xx
#@DESCRIPTION: Machine configuration for the SA1110 based HP Jornada 7xx palmtop computer
-TARGET_ARCH = "arm"
-
require conf/machine/include/tune-strongarm1100.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada7xx"
diff --git a/conf/machine/palmtt.conf b/conf/machine/palmtt.conf
index 4326af9..3e99f5e 100644
--- a/conf/machine/palmtt.conf
+++ b/conf/machine/palmtt.conf
@@ -2,8 +2,6 @@
#@NAME: Palm Tungsten T
#@DESCRIPTION: Machine configuration for Palm Tungsten T/T2
-TARGET_ARCH = "arm"
-
MACHINE_GUI_CLASS = "bigscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "320"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
diff --git a/conf/machine/palmz71.conf b/conf/machine/palmz71.conf
index 0a7f274..5ac7be3 100644
--- a/conf/machine/palmz71.conf
+++ b/conf/machine/palmz71.conf
@@ -2,8 +2,6 @@
#@NAME: Palm Zire 71
#@DESCRIPTION: Machine configuration for Palm Zire 71
-TARGET_ARCH = "arm"
-
PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "linux-palm-omap1"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
diff --git a/conf/machine/rx1950.conf b/conf/machine/rx1950.conf
index a64dc27..5faf7e1 100644
--- a/conf/machine/rx1950.conf
+++ b/conf/machine/rx1950.conf
@@ -5,7 +5,6 @@
#
# Hardware-based properties
#
-TARGET_ARCH = "arm"
# Samsung S3C2xxx CPU
require conf/machine/include/tune-arm920t.inc
diff --git a/conf/machine/rx3000.conf b/conf/machine/rx3000.conf
index ab89fbf..e1a4e70 100644
--- a/conf/machine/rx3000.conf
+++ b/conf/machine/rx3000.conf
@@ -5,7 +5,6 @@
#
# Hardware-based properties
#
-TARGET_ARCH = "arm"
# Samsung S3C2xxx CPU
require conf/machine/include/tune-arm920t.inc
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf
index 0c57554..373d95e 100644
--- a/conf/machine/simpad.conf
+++ b/conf/machine/simpad.conf
@@ -2,8 +2,6 @@
#@NAME: SIEMENS SIMpad SL4, SIEMENS SIMpad CL4, SIEMENS SIMpad SLC, Telekom T-Sinus PAD
#@DESCRIPTION: Machine configuration for the SA1100 based SIEMENS SIMpad and Telekom T-Sinus PAD devices
-TARGET_ARCH = "arm"
-
MACHINE_FEATURES = "apm pcmcia irda screen touchscreen vfat kernel26"
PREFERRED_PROVIDER_virtual/kernel = "linux"
--
1.8.1.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* [meta-handheld][PATCH 2/3] meta-handheld: remove obsolete refs to kdrive
2013-10-12 23:00 [meta-handheld][PATCH 1/3] meta-handheld: remove TARGET_ARCH from machine configurations Andrea Adami
@ 2013-10-12 23:00 ` Andrea Adami
2013-10-12 23:00 ` [meta-handheld][PATCH 3/3] meta-handheld: remove obsolete refs to kernel26 MACHINE_FEATURE Andrea Adami
2013-10-13 12:27 ` [meta-handheld][PATCH 1/3] meta-handheld: remove TARGET_ARCH from machine configurations Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Andrea Adami @ 2013-10-12 23:00 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
conf/machine/ben-nanonote.conf | 5 -----
conf/machine/h1910.conf | 1 -
conf/machine/h1940.conf | 1 -
conf/machine/h2200.conf | 1 -
conf/machine/h3900.conf | 1 -
conf/machine/h4000.conf | 1 -
conf/machine/h5000.conf | 1 -
conf/machine/include/motorola-ezx-base.inc | 2 --
conf/machine/include/palm.inc | 2 --
conf/machine/jornada56x.conf | 1 -
conf/machine/jornada6xx.conf | 6 ------
conf/machine/jornada7xx.conf | 4 ----
conf/machine/palmtt.conf | 1 -
conf/machine/palmz71.conf | 1 -
conf/machine/rx3000.conf | 1 -
conf/machine/simpad.conf | 2 --
16 files changed, 31 deletions(-)
diff --git a/conf/machine/ben-nanonote.conf b/conf/machine/ben-nanonote.conf
index 1ce5815..a66e996 100644
--- a/conf/machine/ben-nanonote.conf
+++ b/conf/machine/ben-nanonote.conf
@@ -10,11 +10,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-ben-nanonote"
#KERNEL_IMAGETYPE = "uImage"
KERNEL_IMAGETYPE = "vmlinux.bin"
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-PREFERRED_VERSION_xserver-kdrive = "1.3.0.0"
-
-XSERVER = "xserver-kdrive-fbdev"
-
#ScreenInfo
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "320"
diff --git a/conf/machine/h1910.conf b/conf/machine/h1910.conf
index 59588dd..b7b79b1 100644
--- a/conf/machine/h1910.conf
+++ b/conf/machine/h1910.conf
@@ -18,7 +18,6 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen vfat"
# Software/packages selection
#
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
EXTRA_IMAGECMD_h1910_jffs2 = "-e 0x4000 -p -n"
diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf
index 9a1864e..3d430ce 100644
--- a/conf/machine/h1940.conf
+++ b/conf/machine/h1940.conf
@@ -9,7 +9,6 @@
require conf/machine/include/tune-arm920t.inc
# Set preferred providers
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "linux"
KERNEL_IMAGETYPE = "uImage"
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf
index d07b4bb..d1d10b8 100644
--- a/conf/machine/h2200.conf
+++ b/conf/machine/h2200.conf
@@ -19,7 +19,6 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadge
#
# Software/packages selection
#
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
MACHINE_ESSENTIAL_EXTRA_RDEPENDS = " kernel h2200-bootloader "
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf
index 6b75888..a995ced 100644
--- a/conf/machine/h3900.conf
+++ b/conf/machine/h3900.conf
@@ -18,7 +18,6 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth usbgadget scree
# Software/packages selection
#
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
MACHINE_EXTRA_RDEPENDS = "kernel ipaq-boot-params"
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf
index 2cd3e81..a5c13bd 100644
--- a/conf/machine/h4000.conf
+++ b/conf/machine/h4000.conf
@@ -18,7 +18,6 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget
# Software/packages selection
#
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware ${PCMCIA_MANAGER}"
MACHINE_EXTRA_RRECOMMENDS = "kernel-module-snd-h4000-audio \
diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf
index b11670d..bd84fc3 100644
--- a/conf/machine/h5000.conf
+++ b/conf/machine/h5000.conf
@@ -18,7 +18,6 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usb
# Software/packages selection
#
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
EXTRA_IMAGECMD_jffs2 = "-e 0x40000 -p ; echo '${IMAGE_NAME} ${IMAGE_NAME}.rootfs.jffs2 - root' >> ${DEPLOY_DIR_IMAGE}/reflash.ctl"
# Ship complete set of modules ('kernel-modules') for easier debug purposes
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc
index 1d5c8f8..665872d 100644
--- a/conf/machine/include/motorola-ezx-base.inc
+++ b/conf/machine/include/motorola-ezx-base.inc
@@ -33,8 +33,6 @@ MACHINE_FEATURES += " iwmmxt"
#
PREFERRED_PROVIDER_virtual/kernel ?= "openezx-kernel"
MODUTILS = "26"
-XSERVER = "xserver-kdrive-fbdev"
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
IMAGE_FSTYPES ?= "jffs2"
EXTRA_IMAGECMD_jffs2 = "--pad=14680064 --little-endian --eraseblock=0x20000 -n"
diff --git a/conf/machine/include/palm.inc b/conf/machine/include/palm.inc
index f38e027..cf39391 100644
--- a/conf/machine/include/palm.inc
+++ b/conf/machine/include/palm.inc
@@ -15,8 +15,6 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth irda usbgadget scree
PREFERRED_PROVIDER_virtual/kernel = "linux-hackndev-2.6"
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-
module_autoload_sa1100-rtc = "sa1100-rtc"
module_autoload_snd-ac97-bus = "snd-ac97-bus"
module_autoload_apm_power = "apm_power"
diff --git a/conf/machine/jornada56x.conf b/conf/machine/jornada56x.conf
index da820d8..4258a51 100644
--- a/conf/machine/jornada56x.conf
+++ b/conf/machine/jornada56x.conf
@@ -2,7 +2,6 @@
#@NAME: HP Jornada 56x
#@DESCRIPTION: Machine configuration for the SA1100 based HP Jornada 56x palmtop computer
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules module-init-tools"
diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf
index a11ad29..6b1fa68 100644
--- a/conf/machine/jornada6xx.conf
+++ b/conf/machine/jornada6xx.conf
@@ -10,10 +10,4 @@ MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada6xx"
PREFERRED_VERSION_linux-jlime-jornada6xx = "2.6.17"
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-PREFERRED_VERSION_xserver-kdrive = "1.3.0.0"
-
-XSERVER = "xserver-kdrive-fbdev"
-
-
SYSVINIT_ENABLED_GETTYS = "1 2"
diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf
index 22bd120..d07ffd6 100644
--- a/conf/machine/jornada7xx.conf
+++ b/conf/machine/jornada7xx.conf
@@ -8,10 +8,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada7xx"
MACHINE_FEATURES = "kernel26 apm alsa pcmcia irda keyboard touchscreen screen vfat"
MACHINE_EXTRA_RDEPENDS = "kernel-modules bluez-dtl1-workaround"
-PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
-PREFERRED_VERSION_xserver-kdrive = "1.3.0.0"
-XSERVER = "xserver-kdrive-fbdev"
-
#screeninfo
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "640"
diff --git a/conf/machine/palmtt.conf b/conf/machine/palmtt.conf
index 3e99f5e..f80d511 100644
--- a/conf/machine/palmtt.conf
+++ b/conf/machine/palmtt.conf
@@ -6,7 +6,6 @@ MACHINE_GUI_CLASS = "bigscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "320"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "linux-palm-omap1"
SERIAL_CONSOLE ?= "115200 ttyS0"
diff --git a/conf/machine/palmz71.conf b/conf/machine/palmz71.conf
index 5ac7be3..aa820c7 100644
--- a/conf/machine/palmz71.conf
+++ b/conf/machine/palmz71.conf
@@ -2,7 +2,6 @@
#@NAME: Palm Zire 71
#@DESCRIPTION: Machine configuration for Palm Zire 71
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
PREFERRED_PROVIDER_virtual/kernel = "linux-palm-omap1"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
diff --git a/conf/machine/rx3000.conf b/conf/machine/rx3000.conf
index e1a4e70..1808038 100644
--- a/conf/machine/rx3000.conf
+++ b/conf/machine/rx3000.conf
@@ -20,7 +20,6 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget
# Software/packages selection
#
PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6"
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
MACHINE_EXTRA_RDEPENDS = "tiinit acx-firmware"
MACHINE_EXTRA_RRECOMMENDS = "kernel-module-acx \
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf
index 373d95e..d3d7a1e 100644
--- a/conf/machine/simpad.conf
+++ b/conf/machine/simpad.conf
@@ -16,5 +16,3 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "800"
MACHINE_DISPLAY_HEIGHT_PIXELS= "600"
SERIAL_CONSOLE = "ttySA0 115200 vt100"
USE_VT = "0"
-
-PREFERRED_PROVIDER_xserver = "xserver-kdrive"
--
1.8.1.5
^ permalink raw reply related [flat|nested] 4+ messages in thread* [meta-handheld][PATCH 3/3] meta-handheld: remove obsolete refs to kernel26 MACHINE_FEATURE
2013-10-12 23:00 [meta-handheld][PATCH 1/3] meta-handheld: remove TARGET_ARCH from machine configurations Andrea Adami
2013-10-12 23:00 ` [meta-handheld][PATCH 2/3] meta-handheld: remove obsolete refs to kdrive Andrea Adami
@ 2013-10-12 23:00 ` Andrea Adami
2013-10-13 12:27 ` [meta-handheld][PATCH 1/3] meta-handheld: remove TARGET_ARCH from machine configurations Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Andrea Adami @ 2013-10-12 23:00 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
conf/machine/h1910.conf | 2 +-
conf/machine/h1940.conf | 2 +-
conf/machine/h2200.conf | 2 +-
conf/machine/h3800.conf | 2 +-
conf/machine/h3900.conf | 2 +-
conf/machine/h4000.conf | 2 +-
conf/machine/h5000.conf | 2 +-
conf/machine/include/motorola-ezx-base.inc | 2 +-
conf/machine/include/palm.inc | 2 +-
conf/machine/jornada6xx.conf | 2 +-
conf/machine/jornada7xx.conf | 2 +-
conf/machine/rokre2.conf | 2 +-
conf/machine/rx1950.conf | 2 +-
conf/machine/rx3000.conf | 2 +-
conf/machine/simpad.conf | 2 +-
15 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/conf/machine/h1910.conf b/conf/machine/h1910.conf
index b7b79b1..e70690d 100644
--- a/conf/machine/h1910.conf
+++ b/conf/machine/h1910.conf
@@ -12,7 +12,7 @@ ROOT_FLASH_SIZE = "16"
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda usbgadget screen vfat"
+MACHINE_FEATURES = "touchscreen apm alsa irda usbgadget screen vfat"
#
# Software/packages selection
diff --git a/conf/machine/h1940.conf b/conf/machine/h1940.conf
index 3d430ce..84acd04 100644
--- a/conf/machine/h1940.conf
+++ b/conf/machine/h1940.conf
@@ -19,7 +19,7 @@ UBOOT_ENTRYPOINT = "0x30108000"
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-MACHINE_FEATURES = "kernel26 touchscreen apm bluetooth irda usbgadget screen vfat"
+MACHINE_FEATURES = "touchscreen apm bluetooth irda usbgadget screen vfat"
# Some extra configuration
VOLATILE_STORAGE_SIZE = "64"
diff --git a/conf/machine/h2200.conf b/conf/machine/h2200.conf
index d1d10b8..33ce737 100644
--- a/conf/machine/h2200.conf
+++ b/conf/machine/h2200.conf
@@ -14,7 +14,7 @@ ROOT_FLASH_SIZE = "32"
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget screen vfat"
+MACHINE_FEATURES = "touchscreen apm alsa pcmcia bluetooth irda usbgadget screen vfat"
#
# Software/packages selection
diff --git a/conf/machine/h3800.conf b/conf/machine/h3800.conf
index a13ed48..0319ce3 100644
--- a/conf/machine/h3800.conf
+++ b/conf/machine/h3800.conf
@@ -3,6 +3,6 @@
#@DESCRIPTION: Machine configuration for the Compaq iPAQ 38xx devices
#this machine will be primarily focussed on the 2.6 port
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda usbgadget screen vfat"
+MACHINE_FEATURES = "touchscreen apm alsa pcmcia bluetooth irda usbgadget screen vfat"
require conf/machine/h3600.conf
diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf
index a995ced..ceb5b05 100644
--- a/conf/machine/h3900.conf
+++ b/conf/machine/h3900.conf
@@ -12,7 +12,7 @@ VOLATILE_STORAGE_SIZE = "64"
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth usbgadget screen vfat"
+MACHINE_FEATURES = "touchscreen apm alsa irda bluetooth usbgadget screen vfat"
#
# Software/packages selection
diff --git a/conf/machine/h4000.conf b/conf/machine/h4000.conf
index a5c13bd..3e048a2 100644
--- a/conf/machine/h4000.conf
+++ b/conf/machine/h4000.conf
@@ -12,7 +12,7 @@ VOLATILE_STORAGE_SIZE = "64"
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen vfat"
+MACHINE_FEATURES = "touchscreen apm alsa irda bluetooth wifi usbgadget screen vfat"
#
# Software/packages selection
diff --git a/conf/machine/h5000.conf b/conf/machine/h5000.conf
index bd84fc3..c30aa36 100644
--- a/conf/machine/h5000.conf
+++ b/conf/machine/h5000.conf
@@ -12,7 +12,7 @@ VOLATILE_STORAGE_SIZE = "64"
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost screen vfat"
+MACHINE_FEATURES = "touchscreen apm alsa pcmcia bluetooth irda wifi usbgadget usbhost screen vfat"
#
# Software/packages selection
diff --git a/conf/machine/include/motorola-ezx-base.inc b/conf/machine/include/motorola-ezx-base.inc
index 665872d..3931389 100644
--- a/conf/machine/include/motorola-ezx-base.inc
+++ b/conf/machine/include/motorola-ezx-base.inc
@@ -25,7 +25,7 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
MACHINE_DISPLAY_ORIENTATION = "0"
MACHINE_DISPLAY_PPI = "180"
-MACHINE_FEATURES = "alsa apm bluetooth kernel26 keyboard phone screen touchscreen usbgadget usbhost vfat"
+MACHINE_FEATURES = "alsa apm bluetooth keyboard phone screen touchscreen usbgadget usbhost vfat"
MACHINE_FEATURES += " iwmmxt"
#
diff --git a/conf/machine/include/palm.inc b/conf/machine/include/palm.inc
index cf39391..fee7493 100644
--- a/conf/machine/include/palm.inc
+++ b/conf/machine/include/palm.inc
@@ -7,7 +7,7 @@ SERIAL_CONSOLE = "115200 ttyS0"
# Use tune-xscale per default. Machine independent feeds should be built with tune-strongarm.
require conf/machine/include/tune-xscale.inc
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa bluetooth irda usbgadget screen ext2 vfat"
+MACHINE_FEATURES = "touchscreen apm alsa bluetooth irda usbgadget screen ext2 vfat"
#
# Software/packages selection
diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf
index 6b1fa68..5afecbf 100644
--- a/conf/machine/jornada6xx.conf
+++ b/conf/machine/jornada6xx.conf
@@ -4,7 +4,7 @@
require conf/machine/include/tune-sh3.inc
-MACHINE_FEATURES = "kernel26 alsa pcmcia irda keyboard touchscreen screen vfat"
+MACHINE_FEATURES = "alsa pcmcia irda keyboard touchscreen screen vfat"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada6xx"
diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf
index d07ffd6..d9f05df 100644
--- a/conf/machine/jornada7xx.conf
+++ b/conf/machine/jornada7xx.conf
@@ -5,7 +5,7 @@
require conf/machine/include/tune-strongarm1100.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada7xx"
-MACHINE_FEATURES = "kernel26 apm alsa pcmcia irda keyboard touchscreen screen vfat"
+MACHINE_FEATURES = "apm alsa pcmcia irda keyboard touchscreen screen vfat"
MACHINE_EXTRA_RDEPENDS = "kernel-modules bluez-dtl1-workaround"
#screeninfo
diff --git a/conf/machine/rokre2.conf b/conf/machine/rokre2.conf
index 1a99c87..468924c 100644
--- a/conf/machine/rokre2.conf
+++ b/conf/machine/rokre2.conf
@@ -5,6 +5,6 @@
require conf/machine/include/motorola-ezx-base.inc
# there is no touchscreen
-MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost keyboard screen"
+MACHINE_FEATURES = "apm alsa bluetooth usbgadget usbhost keyboard screen"
MACHINE_FEATURES += "iwmmxt"
diff --git a/conf/machine/rx1950.conf b/conf/machine/rx1950.conf
index 5faf7e1..8214e62 100644
--- a/conf/machine/rx1950.conf
+++ b/conf/machine/rx1950.conf
@@ -14,7 +14,7 @@ VOLATILE_STORAGE_SIZE = "64"
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda wifi usbgadget screen vfat"
+MACHINE_FEATURES = "touchscreen apm alsa irda wifi usbgadget screen vfat"
#
# Software/packages selection
diff --git a/conf/machine/rx3000.conf b/conf/machine/rx3000.conf
index 1808038..2a41d87 100644
--- a/conf/machine/rx3000.conf
+++ b/conf/machine/rx3000.conf
@@ -14,7 +14,7 @@ VOLATILE_STORAGE_SIZE = "64"
MACHINE_GUI_CLASS = "smallscreen"
MACHINE_DISPLAY_WIDTH_PIXELS = "240"
MACHINE_DISPLAY_HEIGHT_PIXELS = "320"
-MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget screen vfat"
+MACHINE_FEATURES = "touchscreen apm alsa irda bluetooth wifi usbgadget screen vfat"
#
# Software/packages selection
diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf
index d3d7a1e..787dfb0 100644
--- a/conf/machine/simpad.conf
+++ b/conf/machine/simpad.conf
@@ -2,7 +2,7 @@
#@NAME: SIEMENS SIMpad SL4, SIEMENS SIMpad CL4, SIEMENS SIMpad SLC, Telekom T-Sinus PAD
#@DESCRIPTION: Machine configuration for the SA1100 based SIEMENS SIMpad and Telekom T-Sinus PAD devices
-MACHINE_FEATURES = "apm pcmcia irda screen touchscreen vfat kernel26"
+MACHINE_FEATURES = "apm pcmcia irda screen touchscreen vfat"
PREFERRED_PROVIDER_virtual/kernel = "linux"
--
1.8.1.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-handheld][PATCH 1/3] meta-handheld: remove TARGET_ARCH from machine configurations
2013-10-12 23:00 [meta-handheld][PATCH 1/3] meta-handheld: remove TARGET_ARCH from machine configurations Andrea Adami
2013-10-12 23:00 ` [meta-handheld][PATCH 2/3] meta-handheld: remove obsolete refs to kdrive Andrea Adami
2013-10-12 23:00 ` [meta-handheld][PATCH 3/3] meta-handheld: remove obsolete refs to kernel26 MACHINE_FEATURE Andrea Adami
@ 2013-10-13 12:27 ` Paul Eggleton
2 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-10-13 12:27 UTC (permalink / raw)
To: openembedded-devel
On Sunday 13 October 2013 01:00:23 Andrea Adami wrote:
> --- a/conf/machine/jornada6xx.conf
> +++ b/conf/machine/jornada6xx.conf
> @@ -2,8 +2,6 @@
> #@NAME: HP Jornada 680
> #@DESCRIPTION: Machine configuration for the HITACHI SH3 based HP Jornada
> 6xx palmtop computer
>
> -TARGET_ARCH = "sh3"
> -
> require conf/machine/include/tune-sh3.inc
Not that this machine probably works currently anyway, but I noticed we had a
copy of tune-sh3.inc in meta-handheld; I've removed this when applying this
patch since OE-Core has had a proper version of this inc file for a long time.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-10-13 12:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-12 23:00 [meta-handheld][PATCH 1/3] meta-handheld: remove TARGET_ARCH from machine configurations Andrea Adami
2013-10-12 23:00 ` [meta-handheld][PATCH 2/3] meta-handheld: remove obsolete refs to kdrive Andrea Adami
2013-10-12 23:00 ` [meta-handheld][PATCH 3/3] meta-handheld: remove obsolete refs to kernel26 MACHINE_FEATURE Andrea Adami
2013-10-13 12:27 ` [meta-handheld][PATCH 1/3] meta-handheld: remove TARGET_ARCH from machine configurations Paul Eggleton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.