summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2007-02-20insane.bbclass: we really don't want packages with the wrong architecture, ↵Koen Kooi1
so do bb.fatal instead if bb.error symptom: ERROR: Architecture did not match (20 to 3) on /work/ppc603e-angstrom-linux/udev-092-r15/install/udev/sbin/scsi_id This means OE detected type 3 (i386) while it expected type 20 (powerpc), most likely caused by some fool hardcoding 'gcc' as compiler
2007-02-20arm-linux site: add ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4}Koen Kooi1
2007-02-20packages/apache2/apache2-2.2.3: Fix wrong assuption about ptr length during ↵Stelios Koroneos2
configure To be able to compile you need to add ac_cv_sizeof_long_p in the site file of your arch (if not allready there)
2007-02-20site/powerpc-linux-uclib: Add ac_cv_sizeof_long_pStelios Koroneos1
2007-02-20site/powerpc-linux: Add ac_cv_sizeof_long_pStelios Koroneos1
2007-02-20site/ix86-common: Add ac_cv_sizeof_long_pStelios Koroneos1
2007-02-20msmtp_1.4.10.bb : a sendmail replacement for use in clients like mutt.Graeme Gregory2
2007-02-20merge of '8443ed9b025cfb5d5ec77c591f236b1227a47c5f'Paul Sokolovsky1
and '9f76011f540635ac4104daec3ece0816c9b7f1ea'
2007-02-20linux-hackndev-2.6 svn: Hackndev's SVN trunk now is 2.6.20.Paul Sokolovsky1
2007-02-20bash: unified, bumped PRMarcin Juszkiewicz3
2007-02-20bash: create /etc/shells before using itMarcin Juszkiewicz2
2007-02-20rootfs_ipk/package-index: created function to update deploy dirs and made ↵Marcin Juszkiewicz2
package-index use it
2007-02-20package-index: catch up with recent package_ipk changesKoen Kooi1
2007-02-20merge of 'dfe542a129a68cf1ad09b99b69533dacab99aa45'Koen Kooi1
and 'f8ba681a759e18c7e1b2aa54b3dae1efb1b41eea'
2007-02-20package_ipk, rootfs_ipk: Add patch from Marcin and Koen to sort ipkgs into ↵Koen Kooi2
per architecture subdirs of deploy/ipk see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-February/001462.html
2007-02-19merge of '4c745bba392cfbeb0cf77848b5c125b61d003df4'Koen Kooi1
and 'a4676fba67b8fd694663c29eff37d616ac133b40'
2007-02-19initscripts/initscripts-1.0/jornada6xx/devices : Cleanups & AdditionsKristoffer Ericson1
* Addition of /dev/ttySC0 - 2 + /dev/irda0 (with correct maj/min) * Removal of ttySAx
2007-02-19insane.bbclass: report, but don't die on broken .la filesKoen Kooi1
2007-02-19/packages/uclibc/uclibc-svn: Add config for i486Stelios Koroneos3
Since the default now for x86 target is arch=i486 this is need for uclibc to build Bump PR
2007-02-19uclibc_0.9.28.bb: Bump PRStelios Koroneos1
2007-02-19/packages/uclibc/uclibc-0.9.28: Add config for i486Stelios Koroneos2
Since the default now for x86 target is arch=i486 this is need for uclibc to build
2007-02-19/packages/linux: Add kernel 2.6.20 for efikaStelios Koroneos35
2007-02-19angstrom: inherit the new and improved insane.bbclass by default so everyone ↵Koen Kooi1
shares and enjoys our QA efforts
2007-02-19task-openmoko: fall back to matchbox-panel-1 since the default session ↵Koen Kooi1
script still uses version 1 instead of version 2
2007-02-19merge of '1204e87a453bbdf170c23aa9d255e81dff83b89c'OpenEmbedded Project1
and '65003f86cc1c1103afc51869cf2d4a63f8d88613'
2007-02-19merge of '8d32cbe07454eff5b14e5fb3516faffd68cc9a72'OpenEmbedded Project1
and 'f1b01b4d8de851be420cc84f9859d3c0a22ce1d5'
2007-02-19classes/insane.bbclass: missing import os was added in the .so checkHolger Freyther1
2007-02-19merge of '44766714d588caf0607b7f0e513a17f06efead43'Holger Freyther1
and '7eec4d1323cba61be89ecb9fa8d18fca19b81780'
2007-02-19classes/insane.bbclass: check stages .pc and .la for sanityHolger Freyther1
native ones: .la files should have installed=yes (at least I believe this). And somehow some believe this as well, some don't though... some like fakeroot love to install two .la files... non-native: .la should have installed=no both: should not point to tmp/work. libgettext and libltdl(libtool) fails this... happy fixing and arguing
2007-02-19gpe-conf: remove 0.2.2, add 0.2.4Florian Boor1
2007-02-19xserver-common: Make 0.14 default again after uploading the source package.Florian Boor1
2007-02-19mb-panel-2: rreplace mb-panel-1Koen Kooi1
2007-02-19classes/insane.bbclass: Make the .so-check check for symlinks (merge poky ↵Holger Freyther1
r1258,r1195) The .so check now looks for symlinks ending with .so. These are a typical trait of -dev packages and kills a lot of false positives. This was authored by ross and was taken from the poky svn repository.
2007-02-19classes/insane.bbclass: Remove whitespaceHolger Freyther1
2007-02-19esound: sed out insanity in configure.acKoen Kooi1
2007-02-19insane.bbclass: fix some more ',' vs '%' issuesKoen Kooi1
2007-02-19insane.bbclass: fixesKoen Kooi1
* change "," to "%" so python doesn't die if an error occurs * spell architecture correctly * add arm/eabi tupple that works for stripped binaries, but fails for -dbg binaries (abiversion 0 vs 97)
2007-02-19insane.bbclass: added ia64, alpha, hppa, m68k, mips, s390, sparc based on ↵Marcin Juszkiewicz1
Debian packages
2007-02-19insane.bbclass: added dict entries for mipsel, i386, x86_64Marcin Juszkiewicz1
x86_64 can not be detected properly with this code - needed change: - ELFFile.my_assert(self.data[ELFFile.EI_CLASS], chr(ELFFile.ELFCLASS32)) # only 32 bits + ELFFile.my_assert(self.data[ELFFile.EI_CLASS], chr(ELFFile.ELFCLASS64))
2007-02-19merge of '6a082250c6cd3fb922881d5729805a86eb61e646'OpenEmbedded Project13
and 'e28e771e310bd57f5612859b2188e316aec06191'
2007-02-19merge of '971d18af52c7881e09c9f5ffa43d9bf33216ce83'Rolf Leggewie22
and 'cc76392ac5a7b1ccde5981fd2e02094b88a5240a'
2007-02-19prefer openzaurus-sa kernel and 64-0 layout for collie.Rolf Leggewie1
2007-02-19samba: Make fetching more robust (closes 1885). Unify some more. Sanitize.Rolf Leggewie9
2007-02-18merge of '7cd8f588a839cdf3733e1712ce77ad9483fb8a5c'Holger Freyther1
and 'd92fd0f199ef1e65543bc5f96bbd038d21d71169'
2007-02-18classes/insane.bbclass: Be less verboseHolger Freyther1
2007-02-18classes/insane.bbclass: Add a small elf reader and check ABI,ARCH and EndianHolger Freyther1
Add a small ELF parser and read OSABI, ABIVERSION, ENDIAN and MACHINE. This code compares TARGET_OS and TARGET_ARCH to a list of known versions. Currently we have values for linux and linux-uclibc for arm, armeb and powerpc. mips, i386, amd64, ia64 are missing. ABI wise ARM EABI is missing as well, but koen is likely to enter the values into the documented dict
2007-02-18ucslugc: Make sure THUMB_INTERWORK is set, and add the missing :slugos OVERRIDERod Whitby1
2007-02-18merge of '7dd39d970da822322caaf29a4249342459392331'Paul Sokolovsky1
and 'd94ee355628e9063a134381c44e9976fa66935a4'
2007-02-18task-angstrom-x11: Bump PR for latest change.Paul Sokolovsky1
2007-02-18merge of '298ab982441af9bf434a3f67fd164b26e09ff6b7'Paul Sokolovsky1
and 'fc57f4efdbe6430b26905dd44e510d7b2ecc81d0'