aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2015-04-18 23:20:58 +0200
committerAndrea Adami <andrea.adami@gmail.com>2015-04-18 23:58:06 +0200
commit3f29b22a550afda263eb48c6d81f05c3f82456d9 (patch)
tree88e5ebcedfe0dd9837c8dab6fb591f1ad2d74560 /conf
parent824b971f8abc45a8ac8bca784a43d371f05325e5 (diff)
downloadmeta-handheld-3f29b22a550afda263eb48c6d81f05c3f82456d9.tar.gz
jornada: remove unmaintained machines and kernels
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/jornada56x.conf17
-rw-r--r--conf/machine/jornada6xx.conf13
-rw-r--r--conf/machine/jornada7xx.conf20
3 files changed, 0 insertions, 50 deletions
diff --git a/conf/machine/jornada56x.conf b/conf/machine/jornada56x.conf
deleted file mode 100644
index 645f128..0000000
--- a/conf/machine/jornada56x.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-#@TYPE: Machine
-#@NAME: HP Jornada 56x
-#@DESCRIPTION: Machine configuration for the SA1100 based HP Jornada 56x palmtop computer
-
-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"
-
-JFFS2_ERASEBLOCK = "0x40000"
-# For NOR flash we need the cleanmarkers so override the defaults
-EXTRA_IMAGECMD_jffs2 = "-p -l -e ${JFFS2_ERASEBLOCK}"
-
-SERIAL_CONSOLE = "115200 ttySA0"
-
-MACHINE_FEATURES_append_jornada56x = " qvga"
-
-require conf/machine/include/tune-strongarm1100.inc
diff --git a/conf/machine/jornada6xx.conf b/conf/machine/jornada6xx.conf
deleted file mode 100644
index 5afecbf..0000000
--- a/conf/machine/jornada6xx.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-#@TYPE: Machine
-#@NAME: HP Jornada 680
-#@DESCRIPTION: Machine configuration for the HITACHI SH3 based HP Jornada 6xx palmtop computer
-
-require conf/machine/include/tune-sh3.inc
-
-MACHINE_FEATURES = "alsa pcmcia irda keyboard touchscreen screen vfat"
-MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada6xx"
-PREFERRED_VERSION_linux-jlime-jornada6xx = "2.6.17"
-
-SYSVINIT_ENABLED_GETTYS = "1 2"
diff --git a/conf/machine/jornada7xx.conf b/conf/machine/jornada7xx.conf
deleted file mode 100644
index c988694..0000000
--- a/conf/machine/jornada7xx.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-#@TYPE: Machine
-#@NAME: HP Jornada 7xx
-#@DESCRIPTION: Machine configuration for the SA1110 based HP Jornada 7xx palmtop computer
-
-require conf/machine/include/tune-strongarm1100.inc
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-jornada7xx"
-MACHINE_FEATURES = "apm alsa pcmcia irda keyboard touchscreen screen vfat"
-MACHINE_EXTRA_RDEPENDS = "kernel-modules bluez-dtl1-workaround"
-
-JFFS2_ERASEBLOCK = "0x40000"
-# For NOR flash we need the cleanmarkers so override the defaults
-EXTRA_IMAGECMD_jffs2 = "-p -l -e ${JFFS2_ERASEBLOCK}"
-
-#screeninfo
-MACHINE_GUI_CLASS = "smallscreen"
-MACHINE_DISPLAY_WIDTH_PIXELS = "640"
-MACHINE_DISPLAY_HEIGHT_PIXELS = "240"
-
-SYSVINIT_ENABLED_GETTYS = "1 2 3 4 5 6"