From 1d324ed486925a0f12cd90435346946464e1a2f6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 6 Jan 2007 19:53:21 +0000 Subject: add an .inc for those poor clueless users that demand opie support but surprisingly do not want to do anything to support it --- .../opie-users-are-too-stupid-too-put-this-in-local.conf.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/distro/include/opie-users-are-too-stupid-too-put-this-in-local.conf.inc (limited to 'conf') diff --git a/conf/distro/include/opie-users-are-too-stupid-too-put-this-in-local.conf.inc b/conf/distro/include/opie-users-are-too-stupid-too-put-this-in-local.conf.inc new file mode 100644 index 0000000000..978a0ab73e --- /dev/null +++ b/conf/distro/include/opie-users-are-too-stupid-too-put-this-in-local.conf.inc @@ -0,0 +1,7 @@ +# Opie +#use 1337 mt version of opie to have a webbrowser +PALMTOP_USE_MULTITHREADED_QT = "yes" +QTE_VERSION = "2.3.10" +OPIE_VERSION = "1.2.2" +require conf/distro/include/preferred-opie-versions.inc +- -- cgit v1.2.3 From 1b187b9967c3f9cb057b6beed4fa35f2382aebb2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 6 Jan 2007 19:59:46 +0000 Subject: make include zecke compliant --- .../opie-users-are-too-stupid-to-put-this-in-local.conf.inc | 6 ++++++ .../opie-users-are-too-stupid-too-put-this-in-local.conf.inc | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) create mode 100644 conf/distro/include/opie-users-are-too-stupid-to-put-this-in-local.conf.inc delete mode 100644 conf/distro/include/opie-users-are-too-stupid-too-put-this-in-local.conf.inc (limited to 'conf') diff --git a/conf/distro/include/opie-users-are-too-stupid-to-put-this-in-local.conf.inc b/conf/distro/include/opie-users-are-too-stupid-to-put-this-in-local.conf.inc new file mode 100644 index 0000000000..7898f7b349 --- /dev/null +++ b/conf/distro/include/opie-users-are-too-stupid-to-put-this-in-local.conf.inc @@ -0,0 +1,6 @@ +# Opie +#use 1337 mt version of opie to have a webbrowser +PALMTOP_USE_MULTITHREADED_QT = "yes" +QTE_VERSION = "2.3.10" +OPIE_VERSION = "1.2.2" +require conf/distro/include/preferred-opie-versions.inc diff --git a/conf/distro/include/opie-users-are-too-stupid-too-put-this-in-local.conf.inc b/conf/distro/include/opie-users-are-too-stupid-too-put-this-in-local.conf.inc deleted file mode 100644 index 978a0ab73e..0000000000 --- a/conf/distro/include/opie-users-are-too-stupid-too-put-this-in-local.conf.inc +++ /dev/null @@ -1,7 +0,0 @@ -# Opie -#use 1337 mt version of opie to have a webbrowser -PALMTOP_USE_MULTITHREADED_QT = "yes" -QTE_VERSION = "2.3.10" -OPIE_VERSION = "1.2.2" -require conf/distro/include/preferred-opie-versions.inc -- -- cgit v1.2.3 From 0a5d6e6d97f345848ee3cd44e6d49ecfb65f543f Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Sat, 6 Jan 2007 20:35:13 +0000 Subject: devkitidp-pxa255 2.6.11: drop this version --- conf/machine/devkitidp-pxa255.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'conf') diff --git a/conf/machine/devkitidp-pxa255.conf b/conf/machine/devkitidp-pxa255.conf index 029246a8c2..468c2ebd7d 100644 --- a/conf/machine/devkitidp-pxa255.conf +++ b/conf/machine/devkitidp-pxa255.conf @@ -5,12 +5,12 @@ TARGET_ARCH = "arm" GUI_MACHINE_CLASS = "bigscreen" -PACKAGE_EXTRA_ARCHS = "armv5te" +PACKAGE_EXTRA_ARCHS = "armv4 armv5te" -PREFERRED_PROVIDER_virtual/bootloader = "uboot-${MACHINE}" -PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" - -BOOTSTRAP_EXTRA_RDEPENDS += "uboot-${MACHINE} ${MACHINE}-kernel" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot" +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}" +PREFERRED_VERSION_u-boot = "1.1.6" +UBOOT_MACHINE = "pxa255_idp_config" require conf/machine/include/tune-xscale.conf @@ -20,4 +20,6 @@ SERIAL_CONSOLE = "115200 ttyS0" # used by opie-collections.inc ROOT_FLASH_SIZE = "32" +MACHINE_FEATURES = "kernel26 pcmcia usbhost usbgadget pcmcia touchscreen alsa" +MACHINE_TASK_PROVIDER = "task-base" -- cgit v1.2.3