Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-02-20 | classes/insane.bbclass: No use to make it bb.fatal if we return False... | Holger Freyther | 1 | |
The idea of insane.bbclass is to report all issues found at once. This is why the checks return True if no error was found and False if at least one was found. At the end of all check runs we will see if at least one check failed and call bb.fatal | ||||
2007-02-20 | insane.bbclass: we really don't want packages with the wrong architecture, ↵ | Koen Kooi | 1 | |
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-20 | arm-linux site: add ac_cv_sizeof_long_p=${ac_cv_sizeof_long_p=4} | Koen Kooi | 1 | |
2007-02-20 | packages/apache2/apache2-2.2.3: Fix wrong assuption about ptr length during ↵ | Stelios Koroneos | 2 | |
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-20 | site/powerpc-linux-uclib: Add ac_cv_sizeof_long_p | Stelios Koroneos | 1 | |
2007-02-20 | site/powerpc-linux: Add ac_cv_sizeof_long_p | Stelios Koroneos | 1 | |
2007-02-20 | site/ix86-common: Add ac_cv_sizeof_long_p | Stelios Koroneos | 1 | |
2007-02-20 | msmtp_1.4.10.bb : a sendmail replacement for use in clients like mutt. | Graeme Gregory | 2 | |
2007-02-20 | merge of '8443ed9b025cfb5d5ec77c591f236b1227a47c5f' | Paul Sokolovsky | 1 | |
and '9f76011f540635ac4104daec3ece0816c9b7f1ea' | ||||
2007-02-20 | linux-hackndev-2.6 svn: Hackndev's SVN trunk now is 2.6.20. | Paul Sokolovsky | 1 | |
2007-02-20 | bash: unified, bumped PR | Marcin Juszkiewicz | 3 | |
2007-02-20 | bash: create /etc/shells before using it | Marcin Juszkiewicz | 2 | |
2007-02-20 | rootfs_ipk/package-index: created function to update deploy dirs and made ↵ | Marcin Juszkiewicz | 2 | |
package-index use it | ||||
2007-02-20 | package-index: catch up with recent package_ipk changes | Koen Kooi | 1 | |
2007-02-20 | merge of 'dfe542a129a68cf1ad09b99b69533dacab99aa45' | Koen Kooi | 1 | |
and 'f8ba681a759e18c7e1b2aa54b3dae1efb1b41eea' | ||||
2007-02-20 | package_ipk, rootfs_ipk: Add patch from Marcin and Koen to sort ipkgs into ↵ | Koen Kooi | 2 | |
per architecture subdirs of deploy/ipk see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-February/001462.html | ||||
2007-02-19 | merge of '4c745bba392cfbeb0cf77848b5c125b61d003df4' | Koen Kooi | 1 | |
and 'a4676fba67b8fd694663c29eff37d616ac133b40' | ||||
2007-02-19 | initscripts/initscripts-1.0/jornada6xx/devices : Cleanups & Additions | Kristoffer Ericson | 1 | |
* Addition of /dev/ttySC0 - 2 + /dev/irda0 (with correct maj/min) * Removal of ttySAx | ||||
2007-02-19 | insane.bbclass: report, but don't die on broken .la files | Koen Kooi | 1 | |
2007-02-19 | /packages/uclibc/uclibc-svn: Add config for i486 | Stelios Koroneos | 3 | |
Since the default now for x86 target is arch=i486 this is need for uclibc to build Bump PR | ||||
2007-02-19 | uclibc_0.9.28.bb: Bump PR | Stelios Koroneos | 1 | |
2007-02-19 | /packages/uclibc/uclibc-0.9.28: Add config for i486 | Stelios Koroneos | 2 | |
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 efika | Stelios Koroneos | 35 | |
2007-02-19 | angstrom: inherit the new and improved insane.bbclass by default so everyone ↵ | Koen Kooi | 1 | |
shares and enjoys our QA efforts | ||||
2007-02-19 | task-openmoko: fall back to matchbox-panel-1 since the default session ↵ | Koen Kooi | 1 | |
script still uses version 1 instead of version 2 | ||||
2007-02-19 | merge of '1204e87a453bbdf170c23aa9d255e81dff83b89c' | OpenEmbedded Project | 1 | |
and '65003f86cc1c1103afc51869cf2d4a63f8d88613' | ||||
2007-02-19 | merge of '8d32cbe07454eff5b14e5fb3516faffd68cc9a72' | OpenEmbedded Project | 1 | |
and 'f1b01b4d8de851be420cc84f9859d3c0a22ce1d5' | ||||
2007-02-19 | classes/insane.bbclass: missing import os was added in the .so check | Holger Freyther | 1 | |
2007-02-19 | merge of '44766714d588caf0607b7f0e513a17f06efead43' | Holger Freyther | 1 | |
and '7eec4d1323cba61be89ecb9fa8d18fca19b81780' | ||||
2007-02-19 | classes/insane.bbclass: check stages .pc and .la for sanity | Holger Freyther | 1 | |
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-19 | gpe-conf: remove 0.2.2, add 0.2.4 | Florian Boor | 1 | |
2007-02-19 | xserver-common: Make 0.14 default again after uploading the source package. | Florian Boor | 1 | |
2007-02-19 | mb-panel-2: rreplace mb-panel-1 | Koen Kooi | 1 | |
2007-02-19 | classes/insane.bbclass: Make the .so-check check for symlinks (merge poky ↵ | Holger Freyther | 1 | |
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-19 | classes/insane.bbclass: Remove whitespace | Holger Freyther | 1 | |
2007-02-19 | esound: sed out insanity in configure.ac | Koen Kooi | 1 | |
2007-02-19 | insane.bbclass: fix some more ',' vs '%' issues | Koen Kooi | 1 | |
2007-02-19 | insane.bbclass: fixes | Koen Kooi | 1 | |
* 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-19 | insane.bbclass: added ia64, alpha, hppa, m68k, mips, s390, sparc based on ↵ | Marcin Juszkiewicz | 1 | |
Debian packages | ||||
2007-02-19 | insane.bbclass: added dict entries for mipsel, i386, x86_64 | Marcin Juszkiewicz | 1 | |
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-19 | merge of '6a082250c6cd3fb922881d5729805a86eb61e646' | OpenEmbedded Project | 13 | |
and 'e28e771e310bd57f5612859b2188e316aec06191' | ||||
2007-02-19 | merge of '971d18af52c7881e09c9f5ffa43d9bf33216ce83' | Rolf Leggewie | 22 | |
and 'cc76392ac5a7b1ccde5981fd2e02094b88a5240a' | ||||
2007-02-19 | prefer openzaurus-sa kernel and 64-0 layout for collie. | Rolf Leggewie | 1 | |
2007-02-19 | samba: Make fetching more robust (closes 1885). Unify some more. Sanitize. | Rolf Leggewie | 9 | |
2007-02-18 | merge of '7cd8f588a839cdf3733e1712ce77ad9483fb8a5c' | Holger Freyther | 1 | |
and 'd92fd0f199ef1e65543bc5f96bbd038d21d71169' | ||||
2007-02-18 | classes/insane.bbclass: Be less verbose | Holger Freyther | 1 | |
2007-02-18 | classes/insane.bbclass: Add a small elf reader and check ABI,ARCH and Endian | Holger Freyther | 1 | |
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-18 | ucslugc: Make sure THUMB_INTERWORK is set, and add the missing :slugos OVERRIDE | Rod Whitby | 1 | |
2007-02-18 | merge of '7dd39d970da822322caaf29a4249342459392331' | Paul Sokolovsky | 1 | |
and 'd94ee355628e9063a134381c44e9976fa66935a4' | ||||
2007-02-18 | task-angstrom-x11: Bump PR for latest change. | Paul Sokolovsky | 1 | |