Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise it does not find patches stored under opkg directory
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Since wireless-tools.inc is included at the top of the recipe it should clear
SRC_URI.
Without this, SRC_URI contains the recipe file, which in turn gets
installed in to the work area. When using BBPATH to set BBFILES,
this causes an error on subsequent parsing due to wireless-tools.inc
does not get copied with the recipe and is not found.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
search paths.
Ultimately we should have --with-<lib> and --without-<lib> for everything,
however if a recipie does not the suspect code wanders through the host system
searching for a working library. OE takes great pains to set that all up, lets
let it decide the right library.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
|
|
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Works around src_distribute failures with the use of packaged staging.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
- Kill the big shell function with the case statement used in _local in
favor of a set of bitbake variables, with the appropriate one selected
as SRC_DISTRIBUTECOMMAND.
- Add and use SRC_DISTRIBUTE_DLONLY to toggle distribution of all sources
versus just those downloaded to DL_DIR. This variable expects to be set
to an integer, anything but 0 will enable dlonly operation. This is
disabled by default.
- Add a more sanely named distribute_sources_all, and make distsrcall
depend on it, for compatibility.
- By default, distributes the sources into
${SRC_DISTRIBUTEDIR}/${LIC}/${PN}/.
- Move some _local specific bits, like use of SRC_DISTRIBUTEDIR, out of
the main class.
- Set a "LIC" var along with the "SRC" when running SRC_DISTRIBUTECOMMAND,
to facilitate the above.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
DBUS_SESSION_BUS_ADDRESS.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
In the past, it only avoided adding the rpm-native/fakeroot-native deps if
PACKAGES is empty, but unfortunately some native recipes have PACKAGES set to
non-empty, so let's explicitly check for native/cross.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
- Gather info on the collections into COLLECTIONSINFO.
- Store the collection info for the current file in COLLECTIONINFO.
- Add has_collection() and get_collection() utility functions.
- Make collection_unpack pass back the collection name.
- Just use != rather than symmetric_difference on the set comparision.
- Set PYTHONPATH for the bitbake re-execution.
- Make the 'Using existing' message use bb.debug.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
3.63 is no longer available.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
If the other site files are accurate, almost all of the bash vars
are universal across Linux.
Did this to fix bash on x86_64. Also bump bash PRs to help track
breakage later.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
ix86-common had a few updates in the past couple of years; bring
them to x86_64.
Some of these could probably be moved to common-glibc.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
into org.openembedded.dev
|
|
stable 0.8.2.
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
- Add base_ifelse convenience function to base.bbclass.
- Replace all conditionals in the recipes relating to hostap and madwifi to
look for their name in COMBINED_FEATURES rather than looking for specific buses (pci, pcmcia).
- Change the default COMBINED_FEATURES to enable:
- madwifi, when:
- distro has pci, wifi, and madwifi in its features
- machine has pci in its features
- hostap, when:
- 'wifi' and 'hostap' are in distro features
- either 'pci' or 'pcmcia' are in both distro and machine features
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
|
|
|
|
|
|
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
This version has been working well on x86.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
Because of leading slashes in FILES_*, some files were being installed
twice: e.g. /etc/ssh/moduli was in both openssh and openssh-sshd. Now
openssh is an empty metapackage, which I think was the plan.
Other cleanups:
* switch to INC_PR
* remove dangling slogin symlink to ssh to fix warning
* remove FILES_openssh-dbg line, which had a syntax error and doesn't
appear necessary to keep debug out of the openssh-misc package anymore.
* rename package ssh-keygen to openssh-keygen for consistency
* use ${PN} in variable names
Tested with 5.2p1.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
|
|
OK, this saves a grand total of one second a few times a week, but it
was bugging me...
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
checksum sorter, source checker:
* exit(1) on failure;
* send errors to stderr;
* make executable
checksum sorter:
* read from stdin if no arg;
* accept --inplace option to read and write from the same file;
* check that input file exists as ConfigParser.read() doesn't treat
missing files as an error.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
Updating recipes and checksums.ini for vanishing upstream hosts or simple
restructuring can quickly become a chore for OE devs if taken seriously.
The OE user experience suffers severely when at any given point in time
4 to 5 recipes on average fail do_fetch for a simple image.
The solution is for OE to provide its own caching of upstream sources.
mirrors.openembedded.org is a swarm of possibly incomplete source mirrors
provided by the community and load-balanced via DNS round robin. They
act as a first line of defense and lower bandwidth load on melo which
hosts sources.openembedded.org. The melo mirror aims to have a complete
copy of free-to-publish sources used by the current org.oe.dev branch.
More information at http://wiki.openembedded.net/index.php/Sources_mirror
Acked-by: Holger Freyther <zecke@selfish.org>
Acked-by: Chris Larson <clarson@kergoth.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The install-info installed into staging by dpkg-native looks for
/var/backups/infodir.bak and /usr/share/base-files/info.dir on
the build system. On Debian/Ubuntu this is benign, but on other
distros these files don't exist and the install fails.
The info file is still installed, we just don't try to rebuild the
nonexistent directory.
There are cleaner ways to solve this in the long run:
http://dev.openbossa.org/trac/mamona/ticket/139
Signed-off-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Holger Freyther <zecke@selfish.org>
|
|
On x86_64, it was looking for x86_64-linux, not x86_64-blah-linux;
it broke the build for syslinux if a BUILD_VENDOR was set.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
|