Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2007-02-19 | insane.bbclass: report, but don't die on broken .la files | Koen Kooi | 1 | |
2007-02-19 | classes/insane.bbclass: missing import os was added in the .so check | Holger Freyther | 1 | |
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 | 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 | 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-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 | classes/insane.bbclass: Allow errors to be ignored | Holger Freyther | 1 | |
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-18 | classes/insane.bbclass: Print the actual error, write a log file | Holger Freyther | 1 | |
-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-16 | classes/insane.bbclass: Grep through config.log to check for CROSS Compile ↵ | Holger Freyther | 1 | |
errors -Inspired by doku's work on mpd's buildsystem grep through the config.log and find broken autotools tests -Make errors fatal so we will notice these things more quickly. | ||||
2007-02-15 | autotools.bbclass: merge in patch from openmoko to get intltool working for ↵ | Koen Kooi | 1 | |
some packages | ||||
2007-02-15 | merge of '414cac1c77ff9fa2877bf185b1fb201f034ee108' | OpenEmbedded Project | 1 | |
and 'bf8b52c7c7ffdfe7cb88423cc23d4eeb9c573c2f' | ||||
2007-02-15 | openmoko-base.bbclass: switch to svn http transport, as requested by Harald ↵ | Koen Kooi | 1 | |
Welte | ||||
2007-02-15 | slugos, unslung: Moved unslung image building into unslung-image, and split ↵ | Rod Whitby | 5 | |
nslu2, nas100d and dsmg600 image building out into classes so they can be reused with multiple distros (like SlugOS and Angstrom) | ||||
2007-02-14 | openmoko*.bbclass: add classes from openmoko svn | Koen Kooi | 3 | |
* I'm not sure if I like distro revisions in bbclasses | ||||
2007-02-14 | kernel.bbclass: Remove PARALLEL_INSTALL_MODULES. If we want to do this we ↵ | Richard Purdie | 3 | |
should rethink and have something that works for multiple kernel versions generically not just a 2.4/2.6 split. There are certainly better ways to do it than this. | ||||
2007-02-12 | siteinfo.bbclass: add support for oldstyle powerpc hosts | Koen Kooi | 1 | |
2007-02-11 | opie.bbclass: OPIE_CVS_PV: Convert to standard CVS version format. | Paul Sokolovsky | 1 | |
2007-02-07 | gpephone.bbclass: start merging gpephone bits from ↵ | Koen Kooi | 1 | |
http://linuxtogo.org/~florian/gpepe/ | ||||
2007-01-30 | package.bbclass: don't try to rmdir("./"), it won't work | Phil Blundell | 1 | |
2007-01-29 | package.bbclass: add workaround for wrongly globbed symlinks in FILES ↵ | Phil Blundell | 1 | |
causing python traceback spew during population | ||||
2007-01-28 | package.bbclass: remove directories named in FILES from image after file | Phil Blundell | 1 | |
migration | ||||
2007-01-26 | siteinfo.bbclass: Added support for armeb-linux-gnueabi and ↵ | Rod Whitby | 1 | |
armeb-linux-uclibcgnueabi. Yes, I know neither of them work yet (or at least they don't work for me), but without adding support here no-one will be able to work on making it work. | ||||
2007-01-21 | scons.bbclass: override installation prefix | Michael Lauer | 1 | |
2007-01-17 | merge of '4f76054a2fbe49f396cba8a3b6ef23027b6eb15d' | Phil Blundell | 1 | |
and '77df6e755fc8272db3fd5e4c3b0620b4453ca180' | ||||
2007-01-17 | qt3x11: add opengl variable defs | Phil Blundell | 1 | |
2007-01-17 | merge of '23a53ef6d8b0bd12c2ad781ad96e32cf88487a76' | OpenEmbedded Project | 1 | |
and 'bb4adcc719267cf21949b39dd8d42169fddbc6b3' | ||||
2007-01-17 | add openchrome | Phil Blundell | 1 | |
2007-01-17 | xfce.bbclass: provide bz2 extension for 4.33.99.2 (4.4-rc2) release | Marcin Juszkiewicz | 1 | |
2007-01-10 | disapproval of revision '032fe15bf3fd23dc5d753a8cd906ce2402067a78' | Philipp Zabel | 1 | |
2007-01-10 | linux-handhelds-2.6: magician defconfig: I2C_PXA=y | Philipp Zabel | 1 | |
2007-01-07 | image.bbclass: Make images trigger all do_deploy tasks to run so kernels and ↵ | Richard Purdie | 1 | |
things like updater.sh for the zaurus get deployed with the image. This change on affects bitbake 1.7.x users who *will* need to use the latest 1.7.x version from svn. | ||||
2007-01-07 | kernel.bbclass: Remove the KERNEL_RELEASE variable and set it to ↵ | Richard Purdie | 1 | |
KERNEL_VERSION. This should removes a large source of kernel module problems as the variables then 'just work' | ||||
2007-01-06 | kernel.bbclass: Create relative symlinks from "zImage" to actual kernel ↵ | Paul Sokolovsky | 1 | |
image in use. * Make sure update-alternatives created relative symlinks in /boot (or whatever) kernel image directory is used. This is required for tools like LAB (Linux As Bootloader) which may mount rootfs over some other temporary fs tree to get access to kernel to boot. * Closes #1569. | ||||
2007-01-02 | Add rootfs_deb.bbclass from Poky | Richard Purdie | 1 | |
2007-01-02 | Add package_deb.bbclass from Poky | Richard Purdie | 1 | |
2007-01-01 | image.bbclass rootfs_ipk.bbclass: Move common functionality into ↵ | Richard Purdie | 2 | |
image.bbclass to prepare for rootfs_deb/bbclass (from poky) | ||||
2007-01-01 | package.bbclass: Add fakeroot-native as a depenedncy (from poky) | Richard Purdie | 1 | |
2007-01-01 | siteinfo.bbclass: Demote site files message to debug log level (from poky) | Richard Purdie | 1 | |
2007-01-01 | base.bbclass: Allow base_contains to take an array of values to check for ↵ | Richard Purdie | 1 | |
(from poky) | ||||
2007-01-01 | site: Start to refactor files to benefit from common site files. Much more ↵ | Richard Purdie | 1 | |
work is needed but this is a start | ||||
2006-12-31 | Rename: image_ipk -> image.bbclass, IPKG_INSTALL -> PACKAGE_INSTALL to ↵ | Richard Purdie | 3 | |
prepare for deb packaging | ||||
2006-12-31 | Split STAGING_BINDIR into CROSS and NATIVE versions. This means there is no ↵ | Richard Purdie | 3 | |
need to rename -config scripts and multimachine won't break with binconfig.bbclass. ***NOTE: This change will require staging to be rebuilt*** | ||||
2006-12-29 | merge of '3961d9fa0932ee3f91d25b24350816ff1c3c7ff8' | Marcin Juszkiewicz | 1 | |
and '91d610fe22ec5f30832680d42abf443bcd99fe6c' | ||||
2006-12-29 | debian.bbclass: fix typo | Marcin Juszkiewicz | 1 | |
2006-12-19 | Fix typo in system restricted packages | Stelios Koroneos | 1 | |