summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2006-10-04merge of '1eda19994e5c81f91c763811b4933f6a997fc501'Paul Sokolovsky11
and '22493c02a81dce48bd16714e4afc99389ea3fd30'
2006-10-04various packages: Add/adjust SECTION.Paul Sokolovsky11
2006-10-04ipaq-pxa270.conf: first step towards removing BOOTSTRAP_Philipp Zabel1
2006-10-04qemu-native.inc: Do not overwrite EXTRA_OECONF, append to it.Paul Sokolovsky1
2006-10-04glibc-package.bbclass: Add supersecret -r switch to qemu userspace emulator,Paul Sokolovsky1
which allows to override kernel version report to guest apps (otherwise, host kernel version is used, which causes "Kernel too old" errors in glibc startup code in guess, if host kernel is older than 2.6.14-something). Tested with qemu 0.8.2 (and yes, I couldn't find -r switch in qemu doc, taken from a mail by Paul Brook, qemu co-maintainer).
2006-10-04merge of '4406e0f8d2846e24e63874a31dd5fddea1dcdbad'Paul Sokolovsky1
and '60e987f715a76c533a624e9f7fab56ff0374dd5d'
2006-10-04xcalibrate_git: Add latest xcalibrate from X.org's git.Paul Sokolovsky1
* Was forgotten to be added, the same as xcalibrateext_git before ;-(.
2006-10-04merge of 'd70f986456dbed534668139d7aff0d7ddbd4d10e'Koen Kooi1
and 'e0c1d149111b1270a0ae00ae100635a5a0be3051'
2006-10-04angstrom 2007.1: prefer hh-pxa cvs for htcuniversalKoen Kooi1
2006-10-04merge of '223327fd3033fa458005719c617ffb6c13746e86'Koen Kooi12
and 'ce63e148eb0ac86cb7f827f18f543498d1950b15'
2006-10-04task-angstrom: decrease overlap with task-base some moreKoen Kooi1
2006-10-04htcuniversal: add MACHINE_FEATURESKoen Kooi1
2006-10-04merge of '520c4478756706e455646c210bc2cd1c7df9e2f6'Graeme Gregory1
and 'ce640ed0373acabc788ee1eb2ecd97c7f980dff5'
2006-10-04udev-092/udev.rules udev-097/udev.rules udev-100/udev.rules : Add ruleGraeme Gregory3
to create UART devices for s3c24XX CPUs.
2006-10-04gdbm: Fix breakage introduced by koen. Breaking X because Y is broken is not ↵Richard Purdie1
acceptable behaviour, neither is just telling other people to fix the problem. This hack is also broken in numerous other ways and is a total abuse of PACKAGES_DYANMIC which is meant for a very specific use only (splitting packages when the packages names are unknown prior to splitting). No, I'm not happy.
2006-10-04merge of 'c0c96c93651e80c74259da321b816cfa0c76a7a1'Graeme Gregory4
and 'e81ad8bbd55788f8132544a64394420053252ebf'
2006-10-04conf/machine/smdk2440.conf, packages/linux/linux-smdk2440_2.6.18.bb : InitialGraeme Gregory4
support for the Meritech smdk2440/2442 dev boards.
2006-10-04python: fixed manifest to NOT rdepend on libraries - shlibs code will do it ↵Marcin Juszkiewicz3
in correct way
2006-10-04disapproval of revision 'bc5677e9c976a0343cf5804e7e3ef53a9a8fc47b'Koen Kooi1
2006-10-04python: python has been broken long enough with recent bitbakes, so lets do ↵Koen Kooi1
PACKAGES_DYNAMIC="python*". Feel free to properly fix it.
2006-10-04gdbm: add PACKAGES_DYNAMIC to satisfy pythonKoen Kooi1
2006-10-04perl modules: Update the SRC_URI on all the modules to use PV to refer toJamie Lenehan24
the version so upgrades are easier.
2006-10-04perl: Add a new set of perl modules related to testing.Jamie Lenehan15
2006-10-04libalgorithm-diff-perl: Fix up RDEPENDS, there was one " too many and oneJamie Lenehan1
dependency listed twice.
2006-10-04perl: For native perl module packages determine the actual non-nativeJamie Lenehan26
package name to require from the name of the native package. This makes all native files identical which makes adding new ones easier.
2006-10-04perl: Add the perl Text::Diff module and the Algorithm::Diff module itJamie Lenehan4
requires.
2006-10-03perl: Add Perl6::Junction perl module. This provides support for theJamie Lenehan1
perl6 style junction operators in perl5.
2006-10-03perl: Add the Math::BigInt::GMP cpan module. This provides a faster, gmpJamie Lenehan1
based, implementation of Math::BigInt.
2006-10-03libnet-ip-perl: Net::IP required Math::BigInt to function, so add toJamie Lenehan1
RDEPENDS.
2006-10-03perl 5.8.7: Manually add some dependencies for the math-bigintJamie Lenehan1
modules which are not picked up by the script which was used to generate the automatic dependencies. They way they are used makes it difficult to automatically detect that these are needed.
2006-10-03cpan.bbclass: If a module attempts to use LDDFLAGS to link then it will beJamie Lenehan1
linking against the host libraries. Modify LDDFLAGS as part of the other modifications that already occur.
2006-10-04linux/linux-jlime-jornada7xx_2.6.17.bb : Fix typoKristoffer Ericson1
* Removed typo in src_uri -"m"
2006-10-04packages/linux/linux-jlime-jornada7xx : Addition of 2.6.18 PackageKristoffer Ericson4
* Addition of jornada7xx 2.6.18 package with patches
2006-10-03merge of '10d887a6bc65bb22550e2964935e1dea718ab462'Koen Kooi2
and '5a0ba6276c9c5a55e17b2681a1d2220b37d09582'
2006-10-03perl 5.8.7: Enable threading in perl for sh4 to fix modules thatJamie Lenehan1
check for threading availability. Since perl-native is used to compile modules, and perl-native is built with threading enabled, any modules that check for threading think that it's available. However when you attempt to use the module on the target it complains about missing symbols (those related to threading). The two options to fix this are to enable threading in perl or to disable it in perl-native. I've tested the later and will use that since I have some modules that required threading. This change is still needed for all the other targets.
2006-10-03libusb: package libusbpp into separate package so libusb will not RDEPEND on ↵Marcin Juszkiewicz2
libstdc++
2006-10-03perl: Another sh3/sh4 shared library fix. Modules build built withJamie Lenehan6
cpan.bbclass were being linked using ld instead of gcc, which often breaks on sh. Override the LD settings so any cpan modules that compile c/c++ code use gcc to link. Bump the PR on the effected modules.
2006-10-03task-base: add usbutils for usbhost machinesMarcin Juszkiewicz1
2006-10-03apt: update to 0.6.46, hack do_install to work around missing .so filesKoen Kooi7
* not tested on device
2006-10-03apt: sync with pokyKoen Kooi11
2006-10-03dpkg: sync with pokyKoen Kooi6
2006-10-03gcc-cross: bump PRKoen Kooi3
2006-10-03gcc-cross: package libgcc-dev (named libgcc-s-dev :(Marcin Juszkiewicz2
applied changes from 515587ac4598d7ab78bd946632a31cf94fa79bf8 (.oz354x) through 33d804e082e0702e05818192cfab8a8610605d88
2006-10-03oz.conf: switch to binutils 2.16 - this version works OK on deviceMarcin Juszkiewicz1
2006-10-03task-native-sdk: one simple package to install all needed to build some ↵Marcin Juszkiewicz1
stuff on device applied changes from 2b11f3f4bb122d1defb22c4476aa035bed79c754 (.oz354x) through e119a23d0f38807146843c508cad69961c2ccdf7
2006-10-03mx31ads: Added VFP hard float supportLiam Girdwood1
2006-10-03angstrom: don't use linux-oz as provider for hostap-modules for ipaq-pxa270Koen Kooi1
2006-10-02merge of 0b5e6bdf56efa0e135a5c541490fd6bfdbe9c8d0Michael Lauer5
and b4ec3864cbd2f012682dcfb6d013d215a83b72df
2006-10-02add scsi idle: turn off SCSI disks when idleRobert Demski5
2006-10-02zlib-native: stage zlib.h, spotted by Leon WoestenbergKoen Kooi1