summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
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'
2007-02-18task-angstrom-x11: Remove dependency on detect-stylus.Paul Sokolovsky1
* detect-stylus is no longer used in OE, which adopted convention of having the touchscreen device at /dev/input/touchscreen0 (for all 2.6 devices being created by udev rule).
2007-02-18merge of '342f792566944087c0c655f774603539975ed2fb'Paul Sokolovsky8
and '65f577e27ac9b76dcfa25b8c34d8446d8191a934'
2007-02-18task-base: Make "wifi" belong to COMBINED_FEATURES.Paul Sokolovsky1
* This is consistent with how "bluetooth" is handled already, and, assuming that distro supports wifi, essentially allows machine to decide if wifi packages go into rootfs or would be installed from feed. This is helpful for machines which don't have wifi and devoid of any means of external card extension, or for machines with very small ROM (like, for example, h3600 with its 16Mb, in which wifi packages simply don't fit, so h3600 users with CF sleeve and wifi card would need to install support manually, after deleting packages they can sacrifice for this). * Approved by Marcin Juszkiewicz
2007-02-18merge of '7ebd06970e2c9296f4bd61b23d65e46063c41150'Paul Sokolovsky1
and '98a9f60d428a74f8f8b42247cd8c7bcd9fc1e91a'
2007-02-18angstrom-2007.1.conf: Allow to set DISTRO_TYPE in local.conf.Paul Sokolovsky1
2007-02-18angstrom-2007.1.conf: Ship just en-gb locale by default.Paul Sokolovsky1
* Ship just basic locale by default. Locales are big (~1Mb uncompr.), so shipping some adhoc subset will be still useless and size burden for users of all other languages/countries. Instead, worth to make it easy to install additional languages: installer/wizard + metapackages which will RRECOMMEND as much as possible content for a given language (locales, UI transalations, help, etc. - useless for pros, but really helpful for common users). * Approved by Koen Kooi
2007-02-18classes/insane.bbclass: Allow errors to be ignoredHolger Freyther1
Add a method to implement koen's skipping of errors of type .so in non dev package. This will turn into a list of known and acked issues which we decided to ignore. I do not yet know how to maintain such a list properly though Split the .so in non-dev package and the .debug in non-dbg package into two different packages
2007-02-18merge of '89cd2556ac06a9a9dd5fe232a734dec9569772da'Holger Freyther1
and 'c416a7368aa98390e48b2c8eed6650147874a490'
2007-02-18classes/insane.bbclass: Print the actual error, write a log fileHolger Freyther1
-Print all errors of the built packages and if we have printed any errors fail -Log the errors to a log file, so we can see them afterwards -Print the path (- the TMPDIR) of the package in question
2007-02-18merge of '04a1a2e0cc7e9b66f26b0c342d210418c07d6127'Koen Kooi1
and '5d9ca4e1f6b8631c921bcc59406fb202e723f586'