From 1c3e8b64288b1532cbf0eec66733ceecbbddcc12 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 27 Jul 2006 07:04:29 +0000 Subject: h3900.conf: remove h5xxx bits --- conf/machine/h3900.conf | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'conf') diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 1611ed431a..17991f89f0 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -1,6 +1,6 @@ #@TYPE: Machine -#@NAME: Compaq iPAQ 39xx, Compaq iPAQ 54xx, Compaq iPAQ 55xx -#@DESCRIPTION: Machine configuration for the Compaq iPAQ 39xx, Compaq iPAQ 54xx, and Compaq iPAQ 55xx devices +#@NAME: Compaq iPAQ 39xx +#@DESCRIPTION: Machine configuration for the Compaq iPAQ 39xx KERNEL ?= "kernel24" #KERNEL ?= "kernel26" @@ -17,11 +17,10 @@ EXTRA_IMAGECMD_h3900_jffs2 = "-e 0x40000 -p" ROOT_FLASH_SIZE = "32" BOOTSTRAP_EXTRA_RDEPENDS = "kernel ipaq-boot-params ${@linux_module_packages('${H3900_MODULES}', d)}" -BOOTSTRAP_EXTRA_RDEPENDS_append_kernel24 = " at76c503a-modules" BOOTSTRAP_EXTRA_RDEPENDS_append_kernel26 = " udev module-init-tools" -H3900_MODULES_kernel24 = "g_ether pxa2xx_udc h3900_asic h5400_asic pxa_ir h5400_buzzer h5400_fsi mmc_h5400 usb-ohci-h5400 mmc_asic3 mtdchar h5400-audio h3900-uda1380" -H3900_MODULES_kernel26 = " h3900_lcd h5400_lcd asic2_adcts g_ether apm h5400_battery h3900_battery pcmcia-core" +H3900_MODULES_kernel24 = "g_ether pxa2xx_udc h3900_asic nmc_asic3 mtdchar h3900-uda1380" +H3900_MODULES_kernel26 = " h3900_lcd asic2_adcts g_ether apm h3900_battery pcmcia-core" # pxa2xx_udc is built in to the kernel SERIAL_CONSOLE = "115200 tts/0 vt100" -- cgit v1.2.3 From 4ef932c6ce0f68746ad01226072b11a0a9504ca6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 27 Jul 2006 08:47:44 +0000 Subject: h5xxx.conf: fix include for tune-xscale --- conf/machine/h5xxx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/h5xxx.conf b/conf/machine/h5xxx.conf index 758793f7a7..a2ca9b55a0 100644 --- a/conf/machine/h5xxx.conf +++ b/conf/machine/h5xxx.conf @@ -32,4 +32,4 @@ USE_VT = "0" GUI_MACHINE_CLASS = "smallscreen" -include conf/machine/tune-xscale.conf +include conf/machine/include/tune-xscale.conf -- cgit v1.2.3 From 9f5db45a0b3c5efddf695d0fe7d919f3636e1804 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 27 Jul 2006 10:34:31 +0000 Subject: h3900.conf,h5xxx.conf: inherit linuxmodules --- conf/machine/h3900.conf | 2 ++ conf/machine/h5xxx.conf | 2 ++ 2 files changed, 4 insertions(+) (limited to 'conf') diff --git a/conf/machine/h3900.conf b/conf/machine/h3900.conf index 17991f89f0..65cce6ce81 100644 --- a/conf/machine/h3900.conf +++ b/conf/machine/h3900.conf @@ -5,6 +5,8 @@ KERNEL ?= "kernel24" #KERNEL ?= "kernel26" +INHERIT += "linux_modules" + OVERRIDES =. "${KERNEL}:" TARGET_ARCH = "arm" diff --git a/conf/machine/h5xxx.conf b/conf/machine/h5xxx.conf index a2ca9b55a0..32e9304cdb 100644 --- a/conf/machine/h5xxx.conf +++ b/conf/machine/h5xxx.conf @@ -7,6 +7,8 @@ KERNEL ?= "kernel24" OVERRIDES =. "${KERNEL}:" +INHERIT += "linux_modules" + TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "armv4 armv4t armv5e armv5te ipaqpxa" PREFERRED_PROVIDER_xserver = "xserver-kdrive" -- cgit v1.2.3 From 2dbbccecdb8f308df046e2e0d1b0ed516e634e6c Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Fri, 28 Jul 2006 09:16:37 +0000 Subject: conf/distro/openzaurus-unstable.conf: prefer 2.15.x of binutils to fix #1183 To fix bug #1183 we will use binutils 2.15.94.0.1 again. We do this by setting the PREFERRED_VERSION to this version. --- conf/distro/openzaurus-unstable.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 14372b5b9e..4a50d24f52 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -50,8 +50,8 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" -PREFERRED_VERSION_binutils-cross = "2.16" -PREFERRED_VERSION_binutils = "2.16" +PREFERRED_VERSION_binutils-cross = "2.15.94.0.1" +PREFERRED_VERSION_binutils = "2.15.94.0.1" # # Opie -- cgit v1.2.3 From 976cfc388b399cf4bdcdb9ed91db383519cdeeac Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 28 Jul 2006 18:08:07 +0000 Subject: oz-unstable: use sane-srcdates --- conf/distro/openzaurus-unstable.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf index 4a50d24f52..e8eef43b70 100644 --- a/conf/distro/openzaurus-unstable.conf +++ b/conf/distro/openzaurus-unstable.conf @@ -10,6 +10,8 @@ CVS_TARBALL_STASH = "\ http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \ http://www.oesources.org/source/current/" + +require conf/distro/include/sane-srcdates.inc require conf/distro/include/openzaurus.inc DISTRO_TYPE = "debug" -- cgit v1.2.3 From e485a5d542a24109c8ab97e58916359efc0cd044 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Fri, 28 Jul 2006 21:34:45 +0000 Subject: conf/bitbake.conf: allow new field custom for TARGET_SYS some architecture has no sub-arch like msp430, so we should honor this because otherwise the configure-scripts for binutils and gcc won't work the right way --- conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index d446d40b8f..4d99f0885e 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -51,7 +51,7 @@ HOST_CC_ARCH = "${TARGET_CC_ARCH}" TARGET_ARCH = "INVALID" TARGET_OS = "INVALID" TARGET_VENDOR = "${BUILD_VENDOR}" -TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}-${TARGET_OS}" +TARGET_SYS = "${TARGET_ARCH}${TARGET_VENDOR}${@['-' + bb.data.getVar('TARGET_OS', d, 1), ''][bb.data.getVar('TARGET_OS', d, 1) == ('' or 'custom')]}" TARGET_PREFIX = "${TARGET_SYS}-" TARGET_CC_ARCH = "" -- cgit v1.2.3 From 288326b7c1d4d07c3685959a32ffbb19a0a85225 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 29 Jul 2006 08:51:05 +0000 Subject: angstrom: catch up with virtual/libx11 --- conf/distro/angstrom-2006.9.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf index fbb2814453..30e75b1ffe 100644 --- a/conf/distro/angstrom-2006.9.conf +++ b/conf/distro/angstrom-2006.9.conf @@ -22,7 +22,7 @@ FEED_URIS += " \ perl##${ANGSTROM_URI}/unstable/feed/perl \ python##${ANGSTROM_URI}/unstable/feed/python \ debug##${ANGSTROM_URI}/unstable/feed/debug \ - ${MACHINE}##${ANGSTROM_URI}/usntable/feed/machine/${MACHINE}" + ${MACHINE}##${ANGSTROM_URI}/unstable/feed/machine/${MACHINE}" # base##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/base \ # ${MACHINE}##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/${MACHINE} \ # updates##${ANGSTROM_URI}/releases/${DISTRO_VERSION}/feed/updates" @@ -74,7 +74,7 @@ PREFERRED_PROVIDER_virtual/db-native ?= "db-native" PREFERRED_PROVIDER_virtual/xserver ?= xserver-kdrive # Others: -PREFERRED_PROVIDER_x11 ?= "diet-x11" +PREFERRED_PROVIDER_vrtual/libx11 ?= "diet-x11" PREFERRED_PROVIDER_gconf ?= gconf-dbus PREFERRED_PROVIDER_gnome-vfs ?= gnome-vfs-dbus PREFERRED_PROVIDER_tslib ?= tslib -- cgit v1.2.3 From 9b8c9b6b3a7f465ef006f0c83d342ea1aa21070e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 29 Jul 2006 09:59:58 +0000 Subject: angstrom: stop misspelling virtual --- conf/distro/angstrom-2006.9.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf index 30e75b1ffe..123ea28ed1 100644 --- a/conf/distro/angstrom-2006.9.conf +++ b/conf/distro/angstrom-2006.9.conf @@ -74,7 +74,7 @@ PREFERRED_PROVIDER_virtual/db-native ?= "db-native" PREFERRED_PROVIDER_virtual/xserver ?= xserver-kdrive # Others: -PREFERRED_PROVIDER_vrtual/libx11 ?= "diet-x11" +PREFERRED_PROVIDER_virtual/libx11 ?= "diet-x11" PREFERRED_PROVIDER_gconf ?= gconf-dbus PREFERRED_PROVIDER_gnome-vfs ?= gnome-vfs-dbus PREFERRED_PROVIDER_tslib ?= tslib -- cgit v1.2.3 From 7b7aeae1fb3ba438619e5026d2f217623b3ac90c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 29 Jul 2006 13:07:18 +0000 Subject: angstrom: prefer a newer dbus --- conf/distro/angstrom-2006.9.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf index 123ea28ed1..f428b484af 100644 --- a/conf/distro/angstrom-2006.9.conf +++ b/conf/distro/angstrom-2006.9.conf @@ -107,7 +107,7 @@ PREFERRED_VERSION_busybox = "1.2.0" PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e" PREFERRED_VERSION_orinoco-modules_h3900 = "0.13e" -PREFERRED_VERSION_dbus ?= "0.61" +PREFERRED_VERSION_dbus ?= "0.90" PREFERRED_VERSION_gstreamer ?= "0.10.6" PREFERRED_PROVIDER_hostap-conf ?= "hostap-conf" -- cgit v1.2.3 From aac8a07867779a2eed6d353e3bfc047a6a3dada0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 29 Jul 2006 17:23:45 +0000 Subject: netbook-pro.conf: prefer xserver-kdrive-epson --- conf/machine/netbook-pro.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/machine/netbook-pro.conf b/conf/machine/netbook-pro.conf index e4c108c071..d3b6e81be0 100755 --- a/conf/machine/netbook-pro.conf +++ b/conf/machine/netbook-pro.conf @@ -12,7 +12,8 @@ PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" #don't try to access tty1 USE_VT = "0" - +#use the epson xserver +XSERVER = "xserver-kdrive-epson" #ship in rootfs: NBP_MODULES = " apm \ @@ -21,7 +22,7 @@ NBP_MODULES = " apm \ BOOTSTRAP_EXTRA_RRECOMMENDS += " ${@linux_module_packages('${NBP_MODULES}', d)}" BOOTSTRAP_EXTRA_RDEPENDS_append = " udev module-init-tools" -GPE_EXTRA_INSTALL += "gpe-mini-browser tinymail" +GPE_EXTRA_INSTALL += "gpe-mini-browser" # used by sysvinit_2 SERIAL_CONSOLE = "115200 ttySA0 vt100" -- cgit v1.2.3 From cafc6f882f7101636ddd07939e388e75624e7a02 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 29 Jul 2006 17:25:57 +0000 Subject: angstrom-2006.9: dbus 0.90 doesn't include glib bindings, so we'll use 0.62 for now --- conf/distro/angstrom-2006.9.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/distro/angstrom-2006.9.conf b/conf/distro/angstrom-2006.9.conf index f428b484af..a387a102bb 100644 --- a/conf/distro/angstrom-2006.9.conf +++ b/conf/distro/angstrom-2006.9.conf @@ -107,7 +107,7 @@ PREFERRED_VERSION_busybox = "1.2.0" PREFERRED_VERSION_orinoco-modules_h3600 = "0.13e" PREFERRED_VERSION_orinoco-modules_h3900 = "0.13e" -PREFERRED_VERSION_dbus ?= "0.90" +PREFERRED_VERSION_dbus ?= "0.62" PREFERRED_VERSION_gstreamer ?= "0.10.6" PREFERRED_PROVIDER_hostap-conf ?= "hostap-conf" -- cgit v1.2.3 From aa543faf919c0340961dfafd4bdc3d3067adea68 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 29 Jul 2006 17:35:20 +0000 Subject: netbook-pro.conf: create initrd directory --- conf/machine/netbook-pro.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/netbook-pro.conf b/conf/machine/netbook-pro.conf index d3b6e81be0..fb8b521a3c 100755 --- a/conf/machine/netbook-pro.conf +++ b/conf/machine/netbook-pro.conf @@ -35,6 +35,7 @@ udevdir = "/dev" GUI_MACHINE_CLASS = "bigscreen" - +#The initrd needs /initrd present to be able to do pivot_root +ROOTFS_POSTPROCESS_COMMAND += " mkdir -p ${IMAGE_ROOTFS}/initrd; " include conf/machine/include/tune-xscale.conf -- cgit v1.2.3 From b38ef584b041214e046153d9c979f86256dd7457 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 29 Jul 2006 17:42:35 +0000 Subject: zaurus-clamshell.conf: add working jffs2 summary support. (contributed by o-hand.com) --- conf/machine/include/zaurus-clamshell.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/machine/include/zaurus-clamshell.conf b/conf/machine/include/zaurus-clamshell.conf index da6c28c6e2..f85c2a1221 100644 --- a/conf/machine/include/zaurus-clamshell.conf +++ b/conf/machine/include/zaurus-clamshell.conf @@ -12,9 +12,12 @@ IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --faketime \ ${T}/${IMAGE_NAME}.rootfs.jffs2 > ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img" # add a summary to the jffs2 file to make it mount a lot faster -#EXTRA_IMAGECMD_jffs2 += "&& sumtool -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.img \ -# -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs-summary.img \ -# --eraseblock=0x4000" +EXTRA_IMAGECMD_jffs2 += "&& sumtool -i ${T}/${IMAGE_NAME}.rootfs.jffs2 \ + -o ${T}/${IMAGE_NAME}.rootfs.jffs2.summary \ + --eraseblock=0x4000 -l -p" +IMAGE_CMD_jffs2 += "; cat ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin \ + ${T}/${IMAGE_NAME}.rootfs.jffs2.summary > ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.summary.img" + GUI_MACHINE_CLASS = "bigscreen" GPE_EXTRA_INSTALL += "gaim sylpheed" -- cgit v1.2.3 From ab200f3815379c7d4f7e790e5b60c02d6fdf866f Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 31 Jul 2006 09:57:55 +0000 Subject: Change -dbg objects to use .debug directory. Fixes various FILES issues. --- conf/bitbake.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 4d99f0885e..f12cca15f0 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -118,8 +118,8 @@ FILES_${PN}-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la \ ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \ /lib/*.a /lib/*.o ${datadir}/aclocal" FILES_${PN}-locale = "${datadir}/locale" -FILES_${PN}-dbg = "${bindir}/*.dbg ${sbindir}/*.dbg ${libexecdir}/*.dbg ${libdir}/lib*.so.*.dbg \ - /bin/*.dbg /sbin/*.dbg /lib/*.so*.dbg ${libdir}/${PN}/*.dbg" +FILES_${PN}-dbg = "${bindir}/.debug ${sbindir}/.debug ${libexecdir}/.debug ${libdir}/.debug \ + /bin/.debug /sbin/.debug /lib/.debug ${libdir}/${PN}/.debug" # File manifest -- cgit v1.2.3 From 60a95145ce57c6116be31bd197a406e368102fc4 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 31 Jul 2006 11:46:09 +0000 Subject: akita, spitz, ipaq-pxa270: accept iwmmxt binaries --- conf/machine/akita.conf | 1 + conf/machine/ipaq-pxa270.conf | 2 +- conf/machine/spitz.conf | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/machine/akita.conf b/conf/machine/akita.conf index 89c0d031ee..005a70e664 100644 --- a/conf/machine/akita.conf +++ b/conf/machine/akita.conf @@ -4,5 +4,6 @@ include conf/machine/include/zaurus-clamshell.conf include conf/machine/include/zaurus-clamshell-2.6.conf +IPKG_EXTRA_ARCHS += "armv4 armv4t iwmmxt" ROOT_FLASH_SIZE = "58" diff --git a/conf/machine/ipaq-pxa270.conf b/conf/machine/ipaq-pxa270.conf index 359f8296d8..f509cd0a5d 100644 --- a/conf/machine/ipaq-pxa270.conf +++ b/conf/machine/ipaq-pxa270.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the iPAQ with a pxa27x CPU devices TARGET_ARCH = "arm" -IPKG_EXTRA_ARCHS = "armv4 armv5te ipaqpxa hx4700" +IPKG_EXTRA_ARCHS = "armv4 armv4t iwmmxt armv5te ipaqpxa hx4700" #use this for a hx47xx ipaq PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa-2.6" diff --git a/conf/machine/spitz.conf b/conf/machine/spitz.conf index f78dd7a3b9..3d80a41486 100644 --- a/conf/machine/spitz.conf +++ b/conf/machine/spitz.conf @@ -5,6 +5,8 @@ include conf/machine/include/zaurus-clamshell.conf include conf/machine/include/zaurus-clamshell-2.6.conf +IPKG_EXTRA_ARCHS += "armv4 armv4t iwmmxt" + PIVOTBOOT_EXTRA_RDEPENDS += "pivotinit ${PCMCIA_MANAGER}" PIVOTBOOT_EXTRA_RRECOMMENDS += "" -- cgit v1.2.3