Hi,
On Sun, Mar 17, 2013 at 8:04 AM, Saul Wold wrote:
> On 03/13/2013 06:43 PM, Nobuhiro Iwamatsu wrote:
>>
>> Hi,
>>
>> When I build alsa-tools, I could not build this with following error:
>>
>> checking for i586-oe-linux-pkg-config... no
>> checking for pkg-config...
>>
>> /home/iwamatsu/
Ping!
On 03/06/2013 10:35 AM, Laurentiu Palcu wrote:
> Changes in v2:
> * squashed the commits into a single one to be easily bisectable;
> * removed FILESEXTRAPATHS references;
> * removed a file that had to go to poky ML;
>
> Thanks,
> Laurentiu
>
> Hi all,
>
> This patchset will rename th
Richard,
Here is a set of tested patches for 1.4, I have reviewed then and done
some basic testing on some of them.
Nothing in this group really raises any flags for me. Please take a look
and let me know if you have any issues.
Thanks
Sau!
The following changes since commit 6093fe26
On Mon, 2013-03-18 at 02:05 +, Richard Purdie wrote:
> Add patch to fix out of tree build failures.
>
> Signed-off-by: Richard Purdie
> ---
> meta/recipes-devtools/distcc/distcc_3.1.bb |1 +
> .../distcc/files/separatebuilddir.patch | 19
> +++
> 2
Patch the makefiles to allow out of tree builds to work.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/separatebuild.patch
b/meta/recipes-core/sysfsutils/sysfsutils-2.1.0/separatebuild.patch
new file mode 100644
index 000..82e725e
--- /dev/null
Fix out of tree builds by remvoing cwd assumption.
Signed-off-by: Richard Purdie
---
meta/recipes-graphics/libsdl/libsdl_1.2.15.bb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
b/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
Fix out of tree builds by placing built objects in the correct
location.
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb
b/meta/recipe
Fix out of tree build by fixing cwd assumptions.
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/nasm/nasm_2.10.07.bb |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/nasm/nasm_2.10.07.bb
b/meta/recipes-devtools/nasm/nasm_2.10.07.bb
index
Fix out of tree builds by fixing cwd assumptions and using correct
full paths where needed, or just simply the correct paths.
Signed-off-by: Richard Purdie
---
meta/recipes-support/icu/icu.inc | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-support/i
Fix out of tree builds by fixing cwd assumptions.
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/diffstat/diffstat_1.55.bb |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.55.bb
b/meta/recipes-devtools/diffstat/diffsta
Fix out of tree builds for the native case by using the correct
path to the built object.
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/chrpath/chrpath_0.14.bb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.14.bb
b/meta/r
Fix low hanging out of tree build issue but others remain.
Signed-off-by: Richard Purdie
---
meta/recipes-extended/newt/libnewt_0.52.14.bb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-extended/newt/libnewt_0.52.14.bb
b/meta/recipes-extended/newt/libnewt_0.
Refresh the patches and fix out of tree build issue.
Signed-off-by: Richard Purdie
---
.../fix_watch_cursor.patch | 23 ++-
.../use-relative-symlinks.patch| 24 +++-
2 files changed, 25 insertions(+), 22 deletions(-)
Fix out of tree builds by ensuring bootstrap is executed in ${S}.
Signed-off-by: Richard Purdie
---
meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb
b/meta/recipes-kernel/lttng/lttng-
Upgrade to new upstream revision which includes out of tree build
fixes.
Signed-off-by: Richard Purdie
---
meta/recipes-graphics/libfakekey/libfakekey_git.bb |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_git.bb
b/meta/recipe
Add patch to fix out of tree build failures.
Signed-off-by: Richard Purdie
---
meta/recipes-devtools/distcc/distcc_3.1.bb |1 +
.../distcc/files/separatebuilddir.patch | 19 +++
2 files changed, 20 insertions(+)
create mode 100644 meta/recipes-devtools
Fix out of tree builds by using full paths to source and built
objects as appropriate.
Signed-off-by: Richard Purdie
---
.../docbook-utils/docbook-utils-native_0.6.14.bb | 23 ++--
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/meta/recipes-devtools/docbook-u
Fix out of tree builds by using full path to files in ${S} and remove
cwd assumptions.
Signed-off-by: Richard Purdie
---
meta/recipes-extended/sudo/sudo.inc |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/sudo/sudo.inc
b/meta/recipes-extended/sud
Fix out of tree builds by removing assumptions about cwd and using
full paths to files in ${S}.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.9.bb
b/meta/recipes-devtools/rpm/rpm_5.4.9.bb
index cdfb5ff..6286771 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.9.b
Allow out of tree builds to work by removing assumptions about cwd.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-devtools/rsync/rsync_3.0.9.bb
b/meta/recipes-devtools/rsync/rsync_3.0.9.bb
index 74eacc9..e296555 100644
--- a/meta/recipes-devtools/rsync/rsync_3.0.9.bb
+++ b/meta/rec
Fix out of tree builds by referring to the build object in ${B}.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb
b/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb
index 75c3e73..ba42001 100644
--- a/meta/recipes-devtools/valgrind/valgrind_3.8.1.bb
Allow out of tree builds to work by using the full path to the
source file.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-core/psplash/psplash_git.bb
b/meta/recipes-core/psplash/psplash_git.bb
index 482670d..5413b24 100644
--- a/meta/recipes-core/psplash/psplash_git.bb
+++ b/meta/r
This change allows ${B} != ${S} builds to work which use binconfig.
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/binconfig.bbclass b/meta/classes/binconfig.bbclass
index 7b683a8..4c42602 100644
--- a/meta/classes/binconfig.bbclass
+++ b/meta/classes/binconfig.bbclass
@@ -50,7 +50,7
This change allows ${B} != ${S} builds to work as otherwise
gnu-configize is executed in the incorrect directory.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-core/ncurses/ncurses.inc
b/meta/recipes-core/ncurses/ncurses.inc
index 040495c..bcb9c94 100644
--- a/meta/recipes-core/ncur
This change allows ${B} != ${S} builds to work since otherwise configure
isn't found.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.17.bb
b/meta/recipes-core/eglibc/cross-localedef-native_2.17.bb
index 0fedfad..1d3c22b 100644
--- a/meta/recipes-
We used to export this in the days an external script handled the image
generation. This is no longer the case and hence we no longer need this
export.
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 9345bf8..b718805 100644
--- a/meta/c
We can specify no path to m4 at configure time and thus avoiding
having a wrapper for that particular problem.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-devtools/bison/bison_2.7.bb
b/meta/recipes-devtools/bison/bison_2.7.bb
index ee2effb..373651e 100644
--- a/meta/recipes-devto
Its clear this was meant to be a prepend. Also fix an out
of date comment.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-graphics/mesa/mesa-common.inc
b/meta/recipes-graphics/mesa/mesa-common.inc
index 1ff08fb..aa26aee 100644
--- a/meta/recipes-graphics/mesa/mesa-common.inc
+++ b/m
AVAILTUNES is only used as a sanity check, we don't need to
include it in the sstate checksum in this case. If included
it can cause problems when switching machines with a common
package architecture.
[YOCTO #3667]
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-devtools/gcc/gcc-com
These hacks have been around for years and deal with old gcc issues.
They've been removed from the other use sites, we should clean up the
core tune file too.
Signed-off-by: Richard Purdie
---
diff --git a/meta/conf/machine/include/tune-xscale.inc
b/meta/conf/machine/include/tune-xscale.inc
inde
On Sat, Mar 16, 2013 at 9:12 PM, Burton, Ross wrote:
> On 16 March 2013 17:08, Saul Wold wrote:
>> Please add a Signed-off-by: line, also please explain why the changes to
>> do_install and do_postinst, what issue are you trying to address?
>
> Those changes are bringing back code that were remov
Detection of libnfnetlink is automatic in configure which means
that when you have meta-networking in your cosmos, it would create
a race condition where if libnfnetlink is already staged then it
will be enabled otherwise disabled. The issue happens quite often
with sstate and high parallelism. Sin
The conditional code here was to switch between 2.4 and 2.6
kernels. Since we no longer support 2.4, we can hardcode
2.6 which ensures the correct keymap will be found.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-bsp/keymaps/files/keymap.sh
b/meta/recipes-bsp/keymaps/files/keymap
On Mar 17, 2013, at 2:16 AM, Richard Purdie
wrote:
> On Sat, 2013-03-16 at 22:03 -0700, Khem Raj wrote:
>> On Mar 15, 2013, at 12:54 PM, Saul Wold wrote:
>>
>>> The upstream authors have updated the licenses of a couple subcomponents,
>>> these were GPLv3, but updated to be either GPLv2 or LG
On Sat, 2013-03-16 at 22:03 -0700, Khem Raj wrote:
> On Mar 15, 2013, at 12:54 PM, Saul Wold wrote:
>
> > The upstream authors have updated the licenses of a couple subcomponents,
> > these were GPLv3, but updated to be either GPLv2 or LGPLv2.1 accordingly.
> > These changes make the util-linux p
some layers e.g. meta-intel are defining LICENSE_PATH in layer.conf like
LICENSE_PATH += "${LAYERDIR}/common/custom-licenses"
This causes the target packages to invalidate the siginfo and casues
rebuild for all packages.
Thanks bitbake-diffsigs, it shows
basehash changed from c27b55ea6980262fab37
36 matches
Mail list logo