aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-03-23bitbake.conf: resurrect FILESDIR, didn't intend its complete removal just yet.Chris Larson
Signed-off-by: Chris Larson <clarson@kergoth.com>
2009-03-23base.bbclass: rstrip the git branch/revision.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-23base.bbclass: Abort early if localpath() was unable to find a local file for ↵Chris Larson
the url. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-23Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj
into org.openembedded.dev
2009-03-23netbase: added eth0=192.168.7.2 for qemuarm/qemux86 (from Poky)Marcin Juszkiewicz
2009-03-23busybox: fix linuxrc link and put it in a seperate packageKoen Kooi
* runtime tested on a beagleboard
2009-03-23classpath-native 0.97.2: Retrieved back from ↵Robert Schuster
595952e9bbff5d25c370fd140d58c3aae9434690.
2009-03-23classpath-native 0.98: Set DEFAULT_PREFERENCE to -1.Robert Schuster
2009-03-23llvm 2.5: FixesRobert Schuster
- updated patch to include important preprocessor definitions - copy missing header into staging manually
2009-03-23Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Stefan Schmidt
into org.openembedded.dev
2009-03-23Angstrom feed sorter: add sheevaplugKoen Kooi
2009-03-23kirkwood: clean up kernel and machine file a bitKoen Kooi
2009-03-22c7x0.conf: fix typo (rootfs is 53 MB)Andrea Adami
2009-03-22opie-multikey.inc: add ru.keymap using SR_URI_appendAndrea Adami
2009-03-22sheevaplug: Add machine config for Sheevaplug and a generic include for ↵Tim 'timtim' Ellis
Kirkwood platforms
2009-03-22linux-kirkwood: Add kernel recipe for Marvell Kirkwood platforms including ↵Tim 'timtim' Ellis
the Sheevaplug
2009-03-22alsa-state: ${PN} is not always 'all' - some devices have own asound.confMarcin Juszkiewicz
2009-03-22alsa-state: fix for a780 additional statesMarcin Juszkiewicz
2009-03-22alsa-state: revert wrong fix, do that betterMarcin Juszkiewicz
2009-03-22bitbake.conf: --no-check-certificate was added to the wrong place for ↵Denys Dmytriyenko
RESUMECOMMAND_wget
2009-03-22alsa-state: Wildcard removed and all *.state put back in the recipesPhilip Balister
Bump PR From: Matthieu Poullet (matthieu.poullet@gmail.com) Acked-by: Philip Balister (philip@balister.org) Acked-by: Andrea Adami (andrea.adami@gmail.com)
2009-03-22keymaps: wildcard in SRC_URI doesn't work anymore, specify filesAndrea Adami
- skip linux-2.4 keymaps - bump PR
2009-03-22qemu_svn: fix FILESPATH after base.bbclass changesAndrea Adami
2009-03-22checksums.ini : Add checksums for libconfig-1.3.1.tar.gz and qwo-0.4.tar.gz.Philip Balister
2009-03-22qwo : Add new recipe for qwo.Philip Balister
* qwo is an input method for text on hand-held devices.
2009-03-22libconfig : Add new recipe for libconfig-1.3.1.Philip Balister
Libconfig is a library for managing structured config files.
2009-03-21libgsm, bogofilter, man: fix misuse of FILESDIRMike Westerhof
(Required to make these build again after some earlier changes)
2009-03-21Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Khem Raj
into org.openembedded.dev
2009-03-21SlugOS: remove preferred_version restrictions for more packages.Mike Westerhof
2009-03-21slugos-packages: demote irrsi - won't build with newer libtool.Mike Westerhof
2009-03-21SlugOS: preferred_slugos_versions.inc - bump up libtoolMike Westerhof
and remove restrictions caused by the older libtool.
2009-03-21base.bbclass: Fix typo.Chris Larson
Signed-off-by: Chris Larson <clarson@kergoth.com>
2009-03-21base.bbclass: revert removal of base_set_filespath until the refs can be ↵Chris Larson
removed. Also added a deprecation message to it. Signed-off-by: Chris Larson <clarson@kergoth.com>
2009-03-21bitbake.conf: make cvs and wget fetching obey PATH from the metadata.Chris Larson
This is a workaround. The cvs and wget fetchers should be modified to use the runfetchcmd method, which lets certain metadata variables through when executing the fetch commands. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21base.bbclass: Add base_path_relative.Chris Larson
base_path_relative returns a relative path from src to dest. Examples: >>> base_path_relative("/usr/bin", "/tmp/foo/bar") ../../tmp/foo/bar >>> base_path_relative("/usr/bin", "/usr/lib") ../lib >>> base_path_relative("/tmp", "/tmp/foo/bar") foo/bar Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bitbake.conf: Make FILESPATH only contain directories that actually exist.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21insane.bbclass: Silence the annoying GNU_HASH QA checks when --hash-style ↵Chris Larson
isn't set. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bitbake.conf: Move the list of vars shown in the pre-build config display to ↵Chris Larson
here. Now a distro or machine can add their own variables to display. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21cross.bbclass: set autoconf's program prefix to keep TARGET_SYS and ↵Chris Larson
TARGET_PREFIX decoupled Currently, we rely on autoconf's implicit prefixing of outputted binaries for -cross, but that names them based on TARGET_SYS, not TARGET_PREFIX, which keeps the two tightly coupled. By explicitly setting the prefix to the latter, we get around that. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21base.bbclass: make oe_unpack_file of dirs use FILESPATH, not FILESDIR.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21classes/base.bbclass: Locate the scm base path via BBPATH.Chris Larson
Currently, if the first item in BBFILES isn't in the main OE repository, the build fails entirely due to a ValueError. This isn't optimal. Rather than searching through BBFILES to find it, which could be slow when BBFILES contains thousands of files, let's just find base.bbclass and use that repository. Also, use better methods to find the git revision and branch, and identify the scm based on the existance of .svn/.git/_MTN to avoid calling out subprocesses unnecessarily. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21base.bbclass: Kill the 'Pkg' messages in the event handler.Chris Larson
Now that bitbake operates at a task level, not a package level, the package messages are, at best, useless, and at worst, confusing for the user. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bitbake.conf: rework FILESPATH generation.Chris Larson
Rework FILESPATH generation to be done in bitbake.conf, avoiding the confusion about it being in multiple places. Adds FILESPATHBASE and FILESPATHPKG which can be manipulated rather than manipulating FILESPATH directly. One usage possibility: FILESPATHBASE =. "${TOPDIR}/files:" Which would let me provide a custom busybox config for this build by copying the defconfig from the openembedded metadata into my build/files/busybox-1.0/ directory, for example. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21console-tools: clean up the way it handles its .m4 filesChris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bzip2-full-native: Kill the manual copy of install-sh, autoreconf will ↵Chris Larson
handle that. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21omext: Unbork the S variable.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21automake-native: use require, not include.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21ffmpeg: don't forget to stage pixfmt.h, and bump PRs of affected recipes.Mike Westerhof
2009-03-21linux-msm7xxx: enable NFS and CIFS for htcraphaelMichael 'Mickey' Lauer
2009-03-21minimal.conf: override OVERRIDES to include the MACHINE_CLASSMichael 'Mickey' Lauer