Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-03-24 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Khem Raj | 2 | |
into org.openembedded.dev | ||||
2009-03-24 | python-pyrex_0.9.8.5.bb: Point SRC_URI to the updated location. | Charles Clément | 2 | |
checksums.ini: Add checksum for new location of python-pyrex. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-03-24 | mpeg-encode: Fixup makefile to use the right strip | Tim 'timtim' Ellis | 2 | |
2009-03-24 | strace_4.5.15: Replace the use of linux/dirent{64].h | Khem Raj | 2 | |
2009-03-24 | strace_4.5.14: Do not include linux/dirent{64}.h | Khem Raj | 2 | |
These headers are not exported by linux kernel anymore. So we need to get rid of using them. | ||||
2009-03-24 | linux-libc-headers_2.6.29.bb: Add 2.6.29 kernel headers recipe. | Khem Raj | 2 | |
This kernel headers recipe has few changes compared to old ones. We do not export procinfo.h manually anymore we need to fix the packages which use it to use hwcap.h instead or use something of there own. glibc/arm was one package that relied on it in past but it has been fixed since. If we need to patch glibc then we should backport the patch to 2.6.1 | ||||
2009-03-24 | distutils-base.bbclass: Move common functionality to ↵ | Khem Raj | 10 | |
distutils-common-base.bbclass Create a new class distutils-common-base.bbclass which holds the common parts that can be used in native and target packages which need to use distutils funtionality. rpm, libxml2, zope are currently using them and needed to use distutils-native-base for native recipes. rpm and libxml need to defer the processing of certain configure parameters which we evaluate using python. So we need to have python-native built before we can process them. Hence we can not use EXTRA_OECONF which is a python variable and gets expanded during parsing recipes and ofcourse we have not yet built python-native. We pass these extra options as a separate shell variable to do_configure which we evaluate when that task is executing. | ||||
2009-03-24 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Khem Raj | 13 | |
into org.openembedded.dev | ||||
2009-03-24 | qmake2-native: install mkspecs for native packages | Jeremy Lainé | 1 | |
2009-03-24 | qmake2-native: don't touch the target's directories | Jeremy Lainé | 1 | |
2009-03-24 | hostap-daemon: package version 0.6.9 (from Adrien Demarez) | Jeremy Lainé | 3 | |
2009-03-24 | {qt4e,qmake2}.bbclass: fix definition of QMAKESPEC | Jeremy Lainé | 2 | |
2009-03-24 | qt4-x11-free, qt-embedded: stage mkspecs | Jeremy Lainé | 3 | |
2009-03-24 | ti-dmai: fetch from svn | Koen Kooi | 1 | |
* gets us some buildfixes for free * no need to download it from my.ti.com, which requires a login | ||||
2009-03-24 | linux-omap 2.6.28: bump PR | Koen Kooi | 2 | |
2009-03-24 | kernel.bbclass: stage more files | Koen Kooi | 1 | |
2009-03-24 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Khem Raj | 82 | |
into org.openembedded.dev | ||||
2009-03-24 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Koen Kooi | 13 | |
into org.openembedded.dev | ||||
2009-03-24 | dmai, cmem: bump PR for kernel change | Koen Kooi | 2 | |
2009-03-24 | libsoup: fix packaging to keep upgrade paths sane, bump PR on affected packages | Koen Kooi | 4 | |
2009-03-24 | Merge branch 'org.openembedded.dev' of ↵ | Jeremy Lainé | 71 | |
ssh://git@git.openembedded.net/openembedded into org.openembedded.dev | ||||
2009-03-24 | linux-2.6.27: update patches for boc01 | Jeremy Lainé | 6 | |
2009-03-24 | class_siteinfo.xml: Replace packages/ with recipes/. | Theodore A. Roth | 1 | |
2009-03-24 | doc/usermanual/chapters: Replace references to packages dir with recipes dir. | Theodore A. Roth | 6 | |
2009-03-24 | linux-omap: add recipe for 2.6.29 and update git version to that as well | Koen Kooi | 59 | |
2009-03-24 | uclibc-0.9.30.1: enable UCLIBC_HAS_GETPT | woglinde | 1 | |
2009-03-24 | wrap: fix tuning | woglinde | 1 | |
2009-03-24 | midori: disable hildon interface | Koen Kooi | 2 | |
* if you want a hildon midori, create a midori-hildon recipe | ||||
2009-03-24 | angstrom preferred versions: remove libosip version that no-one can explain | Koen Kooi | 1 | |
2009-03-23 | libxml2-native: Move EXTRA_OECONF to do_configure_prepend | Khem Raj | 2 | |
* EXTRA_OECONF uses --with-python=${PYTHON_DIR} and PYTHON_DIR is a python evaluated. So unless we have python-native built and installed in staging we can not evaluate this variable. We move this evaluation inside do_configure so that it gets evluated after dependency is met. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-03-23 | bitbake.conf: resurrect FILESDIR, didn't intend its complete removal just yet. | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@kergoth.com> | ||||
2009-03-23 | base.bbclass: rstrip the git branch/revision. | Chris Larson | 1 | |
Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-03-23 | base.bbclass: Abort early if localpath() was unable to find a local file for ↵ | Chris Larson | 1 | |
the url. Signed-off-by: Chris Larson <clarson@mvista.com> | ||||
2009-03-23 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Khem Raj | 29 | |
into org.openembedded.dev | ||||
2009-03-23 | netbase: added eth0=192.168.7.2 for qemuarm/qemux86 (from Poky) | Marcin Juszkiewicz | 3 | |
2009-03-23 | busybox: fix linuxrc link and put it in a seperate package | Koen Kooi | 2 | |
* runtime tested on a beagleboard | ||||
2009-03-23 | classpath-native 0.97.2: Retrieved back from ↵ | Robert Schuster | 2 | |
595952e9bbff5d25c370fd140d58c3aae9434690. | ||||
2009-03-23 | classpath-native 0.98: Set DEFAULT_PREFERENCE to -1. | Robert Schuster | 1 | |
2009-03-23 | llvm 2.5: Fixes | Robert Schuster | 2 | |
- updated patch to include important preprocessor definitions - copy missing header into staging manually | ||||
2009-03-23 | Angstrom feed sorter: add sheevaplug | Koen Kooi | 1 | |
2009-03-23 | kirkwood: clean up kernel and machine file a bit | Koen Kooi | 2 | |
2009-03-22 | c7x0.conf: fix typo (rootfs is 53 MB) | Andrea Adami | 1 | |
2009-03-22 | opie-multikey.inc: add ru.keymap using SR_URI_append | Andrea Adami | 1 | |
2009-03-22 | sheevaplug: Add machine config for Sheevaplug and a generic include for ↵ | Tim 'timtim' Ellis | 2 | |
Kirkwood platforms | ||||
2009-03-22 | linux-kirkwood: Add kernel recipe for Marvell Kirkwood platforms including ↵ | Tim 'timtim' Ellis | 3 | |
the Sheevaplug | ||||
2009-03-22 | alsa-state: ${PN} is not always 'all' - some devices have own asound.conf | Marcin Juszkiewicz | 1 | |
2009-03-22 | alsa-state: fix for a780 additional states | Marcin Juszkiewicz | 1 | |
2009-03-22 | alsa-state: revert wrong fix, do that better | Marcin Juszkiewicz | 1 | |
2009-03-22 | bitbake.conf: --no-check-certificate was added to the wrong place for ↵ | Denys Dmytriyenko | 1 | |
RESUMECOMMAND_wget | ||||
2009-03-22 | alsa-state: Wildcard removed and all *.state put back in the recipes | Philip Balister | 1 | |
Bump PR From: Matthieu Poullet (matthieu.poullet@gmail.com) Acked-by: Philip Balister (philip@balister.org) Acked-by: Andrea Adami (andrea.adami@gmail.com) |