Age | Commit message (Collapse) | Author | Files |
|
When cross compiling, get rid of the AC_TRY_RUN
style checks for ipv6, obey DISTRO_FEATURES.
Signed-off-by: Tushar Gohad <tgohad@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
git@git.openembedded.org:openembedded into develop
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Can be particularly useful when using multiple srctree recipes.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
into org.openembedded.dev
|
|
|
|
|
|
This fixes issues seen with the use of kernel.bbclass, so in existing source
tree kernel builds work happily now.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
This should be an opt-in feature.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
|
|
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
* I really suck at git, sorry
|
|
into org.openembedded.dev
|
|
bitblit: add svn recipe
|
|
Closes bug #5307.
Signed-off-by: Michael Smith <msmith@cbnco.com>
|
|
|
|
useful to deal with NAND.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
into org.openembedded.dev
|
|
This provides a GITVER variable which is a (fairly) sane version, for use in
${PV}, extracted from the ${S} git checkout, assuming it is one. This is most
useful in concert with srctree.bbclass.
Signed-off-by: Chris Larson <clarson@kergoth.com>
|
|
This enables operation inside of an existing source tree for a project, rather
than using the fetch/unpack/patch idiom.
By default, it expects that you're keeping the recipe(s) inside the
aforementioned source tree, but you could override S to point at an external
directory and place the recipes in a normal collection/overlay, if you so
chose.
It also provides some convenience python functions for assembling your
do_clean, if you want to leverage things like 'git clean' to simplify the
operation.
Signed-off-by: Chris Larson <clarson@kergoth.com>
|
|
Signed-off-by: Chris Larson <clarson@kergoth.com>
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
into org.openembedded.dev
|
|
6.8 was the first release to use GPLv3+, make sure the license
is set correctly. Also make sure the karmic compile fix is applied
for everyone.
|
|
We can drop the other two patches as they have been applied.
|
|
Should fix situation after e05310f4958ba6c73488d398325670704401ee70 commit.
Before:
* Package openssh-keygen wants to install file /usr/bin/ssh-keygen
But that file is already provided by package * ssh-keygen
After:
* ERROR: The following packages conflict with openssh-keygen:
* ssh-keygen *
|
|
With gcc 4.3 stdc++ symbols leak into the library. One way to
solve it is to use a custom linker script, another one is to
just point gcc to the c++ library. The second option is used
here right now.
|
|
|
|
|
|
into org.openembedded.dev
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
into org.openembedded.dev
|
|
It can be selected by setting PATCHTOOL = "git".
This is useful because git-apply honors the permissions information
produced by git-format-patch.
Signed-off-by: Dale Farnsworth <dfarnsworth@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
|
|
into org.openembedded.dev
|
|
|
|
Currently the only thing in EXTRA_OEMAKE is '-e MAKEFLAGS='. We don't
want to overide the kernel's Makefile variables from the environment.
It caused the passed -j<N> parameter from PARALLEL_MAKE to be ignored.
Signed-off-by: Dale Farnsworth <dfarnsworth@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
|