Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-01-27 | module.bbclass: add common make options to module_do_install() | Cliff Brake | 1 | |
the problem was that KERNELDIR was not getting passed to "make install", so the host kernel src dir got used, and the wrong kernel version was then extracted. | ||||
2009-01-25 | kernel.bbclass: Remove some repetition in last commit. | Tim 'timtim' Ellis | 1 | |
2009-01-25 | kernel.bbclass: Add missing entry for scsi headers in staging, as needed by ↵ | Tim 'timtim' Ellis | 1 | |
iscsi-target Signed-off by Koen Kooi <koen@openembedded.org> | ||||
2009-01-22 | sanity.bbclass: Provide preserving the mmap_min_addr setting over reboots ↵ | Richard Purdie | 1 | |
(from Poky) git-svn-id: https://svn.o-hand.com/repos/poky@5106 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2009-01-20 | lsppc: Remove foonas classes lsppchg-image and lsppchd-image | Tim 'timtim' Ellis | 2 | |
2009-01-20 | image.bbclass: resize images (ext2/ext3) only if they are bigger then ↵ | Denys Dmytriyenko | 1 | |
IMAGE_ROOTFS_SIZE | ||||
2009-01-20 | Auto resizing ext2/ext3 images (from Poky) | Marcin Juszkiewicz | 1 | |
During my work for OpenedHand I wrote one usefull thing which we used for ext2/ext3 images - autosizing. In few words: it checks how big rootfs is, adds IMAGE_EXTRA_SPACE amount of kilobytes to it and gives that size to genext2fs. | ||||
2009-01-19 | package.bbclass: skip symlinks when generating shlib info in package_do_shlibs() | Denys Dmytriyenko | 1 | |
2009-01-18 | gnome.bbclass: inherit gtk-icon-cache | Koen Kooi | 1 | |
2009-01-17 | n2100-image.bbclass: Fix usage of tail so image post works | Tim 'timtim' Ellis | 1 | |
2009-01-16 | Merge branch 'rpurdie/canadian-sofar' into org.openembedded.dev | Tom Rini | 5 | |
2009-01-17 | distutils.bbclass: only remove if existing | Michael 'Mickey' Lauer | 1 | |
2009-01-17 | distutils.bbclass: bandaid against wrong datadir installation | Michael 'Mickey' Lauer | 1 | |
bump affected python recipes | ||||
2009-01-15 | base.bbclass: Add subdir feature to SRC_URI entries. | Robert Schuster | 1 | |
2009-01-15 | {e,efl}.bbclass: we want all the speed we can get out of it *and* it SIGILLs ↵ | Koen Kooi | 2 | |
with thumb, so: ARM_INSTRUCTION_SET = "arm" | ||||
2009-01-13 | package_tar.bbclass: fix traceback for empty package | Michael 'Mickey' Lauer | 1 | |
2009-01-12 | kernel.bbclass: do not use insecure tmpnam() function for generating unique ↵ | Marcin Juszkiewicz | 1 | |
names | ||||
2009-01-12 | autotools.bbclass: adding do_install_append() to autotools.bbclass | Julian_chu | 1 | |
This function is used to correct .la files. Many bb files use their own do_install so just adding this into the original autoclass_do_install won't work. This ensures the .la files contain correct path. | ||||
2009-01-10 | insane.bbclass: Fix thinko in package_qa_check_staged logic for iscrossnative | Tom Rini | 1 | |
2009-01-09 | insane.bbclass: Add handling for canadian classes | Richard Purdie | 1 | |
2009-01-09 | bitbake.conf: Add EXEEXT variables for BUILD/HOST/TARGET so we can start to ↵ | Richard Purdie | 3 | |
handle other architectures | ||||
2009-01-09 | siteinfo.bbclass: Add cygwin and mingw entries | Richard Purdie | 1 | |
2009-01-06 | module.bbclass: pass KERNELDIR as well | Koen Kooi | 1 | |
2008-12-23 | e.bbclass: run make distclean in ${S}, not after to fetch where it will ↵ | Koen Kooi | 1 | |
invoke a makefile in $PWD * if you use makefiles to control OE which has a distclean target you would end up loosing your build when it hits an e package * Spotted by Leon Woestenberg | ||||
2008-12-22 | update-rc.d.bbclass: honor $D as well in updatercd_postrm | John Lee | 1 | |
Without this, postrm script will try to remove service on the host system in a toolchain environment. Patch created by Christopher Hall <hsw@openmoko.com> | ||||
2008-12-17 | dsmg600-image.bbclass: Do not override nslu2; makes image additive. | Mike Westerhof | 1 | |
2008-12-12 | dsmg600-image.bbclass: use correct kernel file when assembling the bin image | Mike Westerhof | 1 | |
2008-12-10 | sourcepkg bbclass: sync with poky and attemp to make it work with parallel ↵ | Koen Kooi | 1 | |
bitbake | ||||
2008-12-10 | Python 2.6: here we are. WIP :) | Michael 'Mickey' Lauer | 1 | |
2008-12-09 | Fix compilation of Openembedded on ppc64 | Michael Buesch | 1 | |
This adds ppc64-linux to the siteinfo list. Signed-off-by: Michael Buesch <mb@bu3sch.de> | ||||
2008-12-05 | mime.bbclass: fix confusing bb.note | Koen Kooi | 1 | |
2008-12-04 | mime.bcclass: automagically add RDEPENDS on package containing ↵ | Koen Kooi | 1 | |
freedesktop-mime-info when detecting the need for it | ||||
2008-12-04 | mime.bbclass: inform user that u-m-d will take a while | Koen Kooi | 1 | |
2008-12-04 | mime bbclass: RDEPEND on share-mime-info since we want to run its utils | Koen Kooi | 1 | |
2008-12-04 | mime.bbclass: check whether update-mime-database is executable before trying ↵ | Koen Kooi | 1 | |
to call it and move prerm to postrm | ||||
2008-12-01 | src_distribute.bbclass: Unbork do_distsrcall, fixes the issue seen by Rob Tow. | Chris Larson | 1 | |
2008-11-30 | qmake: add *linux-uclibcgnueabi-oe-g++ to the qmakespecs | woglinde | 1 | |
* patch was provided by Andrea Adami <andrea.adami@gmail.com> alias ant * now we can build qt stuff with the arm-uclibc-eabi toolchain * bump PR on qmake-native and qmake2-native | ||||
2008-11-26 | sourcepkg.bbclass: use same deploydir as source-distribute classes | Koen Kooi | 1 | |
2008-11-25 | package_ipk bbclass: add License: to control file | Koen Kooi | 1 | |
2008-11-23 | kernel.bbclass: stage more headers for the .27 header move | Koen Kooi | 1 | |
2008-11-20 | base.bbclass: fix a syntax error in one of distclean's exception handlers | Chris Larson | 1 | |
2008-11-20 | base.bbclass: Fix up disclean and clean up its exception handling | Chris Larson | 1 | |
My python is rusty :) | ||||
2008-11-20 | base.bbclass: Add distclean task to clean a package w/ its fetched sources | Chris Larson | 1 | |
2008-11-20 | mime.bbclass: new class that detects if an package install a file in ↵ | Koen Kooi | 2 | |
/usr/share/mime/applications/ and adds the appropriate postinst/prerm magic * the postinst were designed to run off-line as well gnome.bbclass: use mime.bbclass | ||||
2008-11-19 | module.bbclass: also supply KDIR, some projects use that to get to the ↵ | Koen Kooi | 1 | |
kernel source | ||||
2008-11-18 | insane.bbclass: Optimisation to speed up the package qa phase | Holger Hans Peter Freyther | 1 | |
If you have a package with many data files (like xserver-xorg-print) the overhead of forking and executing scanelf/objdump on these files is way too high. Change the code to open the file and check if it is an elf file. Pass the result to the checking functions. If we do not have an elf file in front of us do not execute scanelf/objdump. This is a speed increase, it still detects GNU hash, the other parts should continue to work as well but needs some verificiation. | ||||
2008-11-17 | rootfs_ipk: avoid matching spurious errors | Bernie Innocenti | 1 | |
rootfs_ipk: avoid matching spurious errors | ||||
2008-11-16 | [icecc.bbclass] Add connman into blacklist | Julian_chu | 1 | |
Disable icecc to pass compiling | ||||
2008-11-15 | kernel.bbclass: stage more headers for >=2.6.27 kernels | Koen Kooi | 1 | |
2008-11-14 | autotools.bbclass: allow autotools_do_configure to accept parameters and ↵ | Denys Dmytriyenko | 1 | |
pass to oe_runconf Signed-off-by: Denys Dmytriyenko <denis@denix.org> |