On 10/06/2011 05:13 PM, Julian Pidancet wrote:
This first patch fixes the --root option for programs in shadow-native and
allow one to specify useradd long options when using the useradd class
in a recipe.
The second patch demonstrates usage of the useradd class and ability to
specify long optio
Signed-off-by: Koen Kooi
---
meta/recipes-devtools/git/git_1.7.5.1.bb | 10 --
meta/recipes-devtools/git/git_1.7.7.bb | 10 ++
2 files changed, 10 insertions(+), 10 deletions(-)
delete mode 100644 meta/recipes-devtools/git/git_1.7.5.1.bb
create mode 100644 meta/recipes-dev
Hi,
Everytime openssl and a git recipe get changed at the same time, I end up with:
|
/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/bin/git.real:
error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared
object file: No such file or directory
Why is b
Op 7 okt 2011, om 23:02 heeft Christopher Larson het volgende
geschreven:
This is needed to better support things like the following (with a
multi-word BUILD_CC):
EXTRA_OECONF += '"ac_cv_prog_CC_FOR_BUILD=${BUILD_CC}"'
Signed-off-by: Christopher Larson
---
meta/classes/autotools.bbclas
On Fri, 2011-10-07 at 21:21 +, Daniel Lazzari wrote:
> Hey everyone,
>
> I noticed today that one of our recipes takes a very long time to get
> through the do_package task. The recipe has a couple of binaries and a
> whole lot of assets (thousands of audio files). It takes over 20
> minutes f
Hey everyone,
I noticed today that one of our recipes takes a very long time to get through
the do_package task. The recipe has a couple of binaries and a whole lot of
assets (thousands of audio files). It takes over 20 minutes for the do_package
task to complete on my local desktop. I finally
This is needed to better support things like the following (with a
multi-word BUILD_CC):
EXTRA_OECONF += '"ac_cv_prog_CC_FOR_BUILD=${BUILD_CC}"'
Signed-off-by: Christopher Larson
---
meta/classes/autotools.bbclass | 14 ++
1 files changed, 6 insertions(+), 8 deletions(-)
diff
The following changes since commit cc626b9e1671670a931ea3e528ea4b0f7b2e923b:
webkit-gtk: Enable dependency tracking since the webkit makefiles have bugs
(2011-10-05 14:36:18 +0100)
are available in the git repository at:
http://github.com/kergoth/oe-core misc-fixes
Christopher Larson (3):
Signed-off-by: Christopher Larson
---
meta/lib/oe/patch.py |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py
index 1406e19..9b0ff37 100644
--- a/meta/lib/oe/patch.py
+++ b/meta/lib/oe/patch.py
@@ -376,8 +376,8 @@ class UserReso
This way autom4te uses m4 as it finds it in the PATH, rather than
hardcoding any particular path.
Signed-off-by: Christopher Larson
---
meta/recipes-devtools/autoconf/autoconf_2.68.bb |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/autoconf/autoc
MINUTES: OE-TSC meeting 6-Oct-2011
Attending: Mark, Richard, Khem, Koen, Tom
Notes: Jefro
Agenda & Results
1. pick a moderator
RP
2. new items:
maintainer files
bitbake doesn't have one
acknowledged need for READMEs in bitbake, main d
The licenses were either LGPLv2.1 or GPLv2
make the changes appropriately
Signed-off-by: Khem Raj
---
.../farsight/farsight2_0.0.9.bb|4 ++--
meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb |4 ++--
meta/recipes-support/gnutls/gnutls.inc |4 ++--
3
Signed-off-by: Martin Jansa
---
.../recipes-graphics/xorg-xserver/xserver-xorg.inc |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
index dfad8f3..726fbaa 100644
--
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/mesa/mesa-dri/cross2.patch | 46 --
meta/recipes-graphics/mesa/mesa-dri/crossfix.patch | 18 ---
meta/recipes-graphics/mesa/mesa-dri/i586/matypes.h | 162
meta/recipes-graphics/mesa/mesa-dri_7.10.2.bb | 4
Signed-off-by: Martin Jansa
---
.../xorg-xserver/files/macro_tweak.patch | 20 --
.../cache-xkbcomp-output-for-fast-start-up.patch | 360
.../xorg-xserver/xserver-xorg/fix_macros1.patch| 24 --
3 files changed, 0 insertions(+), 404 deletions(-)
delete mo
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/mesa/mesa-7.11.inc | 15 ++
.../mesa/mesa-dri-glsl-native_7.11.bb | 28
meta/recipes-graphics/mesa/mesa-dri_7.11.bb|4 +++
meta/recipes-graphics/mesa/mesa-xlib_7.11.bb |
* it will be added again with 7.11 but with different content
(builtin_compiler, instead of glsl)
Signed-off-by: Martin Jansa
---
.../mesa/mesa-dri-glsl-native_7.8.2.bb | 27
1 files changed, 0 insertions(+), 27 deletions(-)
delete mode 100644 meta/recipes-gr
* uclibc patch does apply to all mesa versions and adding mesa-dri to
FILESPATH in all recipes is worse then adding mesa
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/mesa/mesa-common.inc | 36 +---
meta/recipes-graphics/mesa/mesa-dri.inc| 22 +++
Signed-off-by: Martin Jansa
---
.../{libx11 => libx11-diet-1.3}/include_fix.patch |0
.../{libx11 => libx11-diet-1.3}/nodolt.patch |0
.../x11_disable_makekeys.patch |0
meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb |1 -
4 files changed, 0 insertio
On Fri, Oct 07, 2011 at 04:05:34PM +0100, Richard Purdie wrote:
> On Fri, 2011-09-30 at 17:43 +0200, Martin Jansa wrote:
> > Signed-off-by: Martin Jansa
> > ---
> > ...003-gatomic-proper-pointer-get-cast.patch.patch | 28 --
> > .../0005-glib-mkenums-interpreter.patch.patch | 25
* because there isn't libx11-1.3.4 recipe anymore
* remove older versions from libx11-trim directory
* notice that DESCRIPTION says xcb is disabled and EXTRA_OECONF has
--with-xcb
Signed-off-by: Martin Jansa
---
.../{libx11 => libx11-diet-1.3}/X18NCMSstubs.diff |0
.../fix-disable-xlocale
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/xorg-lib/libx11-diet_git.bb | 17 -
.../xorg-lib/libx11-git/X18NCMSstubs.diff | 570
.../xorg-lib/libx11-git/fix-disable-xlocale.diff | 16 -
.../libx11-git/fix-utf8-wrong-define.patch | 17 -
..
* libx11-1.3.4 directory is kept for libx11-trim_1.3.4.bb
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb | 35
1 files changed, 0 insertions(+), 35 deletions(-)
delete mode 100644 meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb
diff --g
Signed-off-by: Martin Jansa
---
.../xorg-lib/libx11-1.4.4/keysymdef_include.patch | 23 +++
.../libx11-1.4.4/x11_disable_makekeys.patch| 29
meta/recipes-graphics/xorg-lib/libx11_1.4.4.bb | 18
3 files changed, 70 insertions(+), 0 d
* move --with-keysymdef/--with-keysymdefdir setting to recipes (newer
versions are using keysymdefdir instead keysymdef
* fix MIN_REHASH in makekeys by sed call
Signed-off-by: Martin Jansa
---
meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb |2 +-
meta/recipes-graphics/xorg-lib/libx11-d
Signed-off-by: Martin Jansa
---
.../xorg-driver/xorg-driver-common.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
index da3a90b..097060e
Signed-off-by: Martin Jansa
---
.../xorg-driver/xorg-driver-common.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
b/meta/recipes-graphics/xorg-driver/xorg-driver-common.inc
index 801d8d3..da3a90b
Signed-off-by: Martin Jansa
---
.../python/python-argparse_1.2.1.bb| 15 +++
1 files changed, 15 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-devtools/python/python-argparse_1.2.1.bb
diff --git a/meta/recipes-devtools/python/python-argparse_1.2.1.b
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-kdrive/disable-apm.patch | 24 --
.../xserver-kdrive/disable-xf86-dga-xorgcfg.patch | 43 --
.../xorg-xserver/xserver-kdrive/extra-kmodes.patch | 87
.../xserver-kdrive/fbdev_xrandr_ioctl.patch
* FILESEXTRAPATHS needs to be in xserver-xf86-lite_1.11.1
because in .inc we don't have ${PV} expanded yet
* crosscompile.patch macro_tweak.patch were identical
* fix_open_max_preprocessor_error.patch has only different header
# $ diff xserver-xorg/fix_open_max_preprocessor_error.patch
xserver
* ie om-gta02 has mesa-dri module too
so this should be limited in mesa-dri only
Signed-off-by: Martin Jansa
---
.../recipes-graphics/xorg-xserver/xserver-xorg.inc |3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc
b/
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-xorg-lite_1.10.1.bb | 12
.../xorg-xserver/xserver-xorg_1.10.1.bb| 20
2 files changed, 0 insertions(+), 32 deletions(-)
delete mode 100644
meta/recipes-graphics/xorg-xserver/xserver
* move shared definitions to .inc file
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-xorg-1.11.1.inc |7 +++
.../xorg-xserver/xserver-xorg-lite_1.11.1.bb |2 ++
.../xorg-xserver/xserver-xorg_1.11.1.bb|4
3 files changed, 13 insertions(+
* after this xserver-xorg-lite.inc is disabling only dri/glx
and xserver-xorg.inc is forcing dri/dri2 enabled
the rest is defined in xserver-xorg-common.inc
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-xorg-common.inc | 21 ++-
.../xorg-xserver/xserver
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-xorg-common.inc |1 +
.../xorg-xserver/xserver-xorg-lite.inc |2 --
.../recipes-graphics/xorg-xserver/xserver-xorg.inc |2 --
3 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-grap
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-xorg-lite.inc |2 --
.../recipes-graphics/xorg-xserver/xserver-xorg.inc |2 --
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-lite.inc
b/meta/recipes-graph
* when someone is using hal or udev explicitly, then he doesn't need
xserver-xf86-config
* add xkeyboard-config to RDEPENDS_${PN}-xvfb
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-xorg-common.inc |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/me
* xserver-xorg.inc is appending extra xf86driproto dri2proto to PROTO_DEPS and
virtual/libgl to LIB_DEPS
* both lite and dri variants now depend on font-util (from DEPENDS in
xserver-xorg-common.inc)
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-xorg-common.inc |4
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-xorg-common.inc | 60 +++-
1 files changed, 58 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
* add ${bindir} and protocol.txt to ${PN}
* SecurityPolicy is now in ${PN}-security-policy
* package .la files to ${PN}-dev
* README.compiled is lately in ${localstatedir}/lib/xkb so add it too to
${PN}-doc
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-xorg-common.inc | 1
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-xorg-common.inc |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
index 3a69d7d..67e
* old value was actually from xserver-kdrive, use the same as
xserver-xorg-1.10.1 and newer has
./xserver-kdrive.inc:LIC_FILES_CHKSUM =
"file://COPYING;md5=3dd2bbe3563837f80ed8926b06c1c353"
./xserver-xorg-lite_1.10.1.bb:LIC_FILES_CHKSUM =
"file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00
Signed-off-by: Martin Jansa
---
.../xorg-xserver/xserver-xorg_git.bb | 25
1 files changed, 0 insertions(+), 25 deletions(-)
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg_git.bb
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xor
* will be used in mesa-common.inc and xserver-xorg.inc
* based on mesa-tls.inc (glx-use-tls.bbclass) from
http://git.openembedded.org/cgit.cgi/openembedded/commit/packages/mesa/mesa-tls.inc?id=b527d8f723c98c77f2f5c5358062e5348493d767
---
meta/recipes-graphics/mesa/glx-use-tls.inc |7 +++
* xserver-xorg is closer to upstream naming and
that's how it's named in OE-classic and meta-oe? It would make meta-oe
transition easier and better to do it now then convert meta-oe to
xserver-xf86 and then rename it back later.
Signed-off-by: Martin Jansa
---
meta/conf/distro/include/defa
this patchset brings meta-oe and oe-core xorg stuff together and most of
xorg recipes will be removed from meta-oe (sending another pull request now).
This step is needed to be able to separate common x11 to meta-x11 or whatever
later.
The following changes since commit 808b3123e359f1aebabb8af44
On Fri, Oct 7, 2011 at 11:09, Richard Purdie
wrote:
...
> gettext-native -> libxml2-native -> python-native
> (hence gettext takes a *long* time to be built)
> What uses the python xml bindings?
...
Maybe a gettext-python-native or similar might be created if something
required the xml bindings f
On 10/07/2011 07:09 AM, Richard Purdie wrote:
I've been trying to figure out why our builds take as long as they do.
It appears our dependency chains are getting more and more convoluted
and this certainly isn't helping things. Specific pain points look like:
bison-native -> gettext-native
flex
On Fri, Oct 7, 2011 at 10:52 AM, Richard Purdie
wrote:
> Do you still need this bit:
>
> case "${TARGET_ARCH}" in
> - x86_64 | powerpc | s390)
> + x86_64 | powerpc | powerpc64 | s390)
> sed -i -e "s,\(need_va_copy=\)'undef',\1'define',g" \
On Wed, 2011-10-05 at 19:04 +, McClintock Matthew-B29882 wrote:
> On Wed, Oct 5, 2011 at 6:46 AM, Richard Purdie
> wrote:
> >> --- a/meta/recipes-devtools/perl/perl_5.12.3.bb
> >> +++ b/meta/recipes-devtools/perl/perl_5.12.3.bb
> >> @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM =
> >> "file://Copying;md5=
On Thu, 2011-10-06 at 02:38 -0600, dashesy wrote:
> On Wed, Oct 5, 2011 at 4:05 AM, Richard Purdie
> wrote:
> > On Wed, 2011-10-05 at 11:01 +0100, Richard Purdie wrote:
> >> On Wed, 2011-10-05 at 03:21 -0600, dashesy wrote:
> >> > Hi,
> >> >
> >> > I am using these in my local.conf with master bra
On Fri, 2011-09-30 at 17:43 +0200, Martin Jansa wrote:
> Signed-off-by: Martin Jansa
> ---
> ...003-gatomic-proper-pointer-get-cast.patch.patch | 28 --
> .../0005-glib-mkenums-interpreter.patch.patch | 25 -
> .../60_wait-longer-for-threads-to-die.patch| 24 +++
On Fri, 2011-10-07 at 16:37 +0200, Koen Kooi wrote:
> | checking for P11_KIT... configure: error: Package requirements (p11-kit-1
> >= 0.2) were not met:
> |
> | No package 'p11-kit-1' found
> |
> | Consider adjusting the PKG_CONFIG_PATH environment variable if you
> | installed software in a non-
| checking for P11_KIT... configure: error: Package requirements (p11-kit-1 >=
0.2) were not met:
|
| No package 'p11-kit-1' found
|
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
|
| Alternatively, you may set the environment va
On Thu, 2011-10-06 at 16:59 +0200, Koen Kooi wrote:
> This will allow systemd to run /sbin/fsck without dragging in all of
> util-linux
>
> Signed-off-by: Koen Kooi
> ---
> meta/recipes-core/util-linux/util-linux.inc | 16 +---
> meta/recipes-core/util-linux/util-linux_2.19.
On Thu, 2011-10-06 at 09:14 -0700, Saul Wold wrote:
> Richard,
>
> Found some recipes missing Checksums and do a couple of
> package updates.
>
> Thanks
> Sau!
>
> The following changes since commit cc626b9e1671670a931ea3e528ea4b0f7b2e923b:
>
> webkit-gtk: Enable dependency tracking since the
On Thu, 2011-10-06 at 11:25 -0700, Saul Wold wrote:
> Signed-off-by: Saul Wold
> ---
> meta/recipes-support/attr/ea-acl.inc |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
Merged to master, thanks.
Richard
___
Openembedded-core mailin
On Wed, 2011-10-05 at 17:56 +0100, Richard Purdie wrote:
> I do plan to remove hal too as soon as the last dependency is removed
> (my build without hal isn't booting X correctly atm).
I've resolved those issues so I'm planning to also remove hal and
hal-info since neither component is used in OE-
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-graphics/xorg-font/font-alias-1.0.3/nocompiler.patch
b/meta/recipes-graphics/xorg-font/font-alias-1.0.3/nocompiler.patch
new file mode 100644
index 000..48e183c
--- a/dev/null
+++ b/meta/recipes-graphics/xorg-font/font-alias-1.0.3/no
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb
b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb
index c9d65a2..759c9d8 100644
--- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb
+++ b/meta/recipe
I've been trying to figure out why our builds take as long as they do.
It appears our dependency chains are getting more and more convoluted
and this certainly isn't helping things. Specific pain points look like:
bison-native -> gettext-native
flex-native -> gettext-native
(which limits binutils-
We force the C locale when running builds for determinstic error messages. We
therefore have no need to NLS support in binutils cross or gcc cross.
We also don't need the standard base/autotools dependencies for our
toolchain components since we don't autoreconf these.
This patch turns off nls an
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-support/gnutls/gnutls.inc
b/meta/recipes-support/gnutls/gnutls.inc
index 9257880..3569648 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -25,6 +25,7 @@ EXTRA_OECONF="--with-included-op
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-devtools/installer/adt-installer_1.0.bb
b/meta/recipes-devtools/installer/adt-installer_1.0.bb
index 74e1b9f..53911b8 100644
--- a/meta/recipes-devtools/installer/adt-installer_1.0.bb
+++ b/meta/recipes-devtools/installer/adt-installer_1
We can generate the locales in parallel. The easiest way to do this is
generate a Makefile and then run this with our usual parallel make
options.
[YOCTO #1554]
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/libc-package.bbclass
b/meta/classes/libc-package.bbclass
index 71a577b..6e
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-connectivity/connman/connman.inc
b/meta/recipes-connectivity/connman/connman.inc
index a72c34a..ae1b725 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -13,7 +13,7 @@ LICE
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-extended/tasks/task-core-basic.bb
b/meta/recipes-extended/tasks/task-core-basic.bb
index e2a37d1..8bab0db 100644
--- a/meta/recipes-extended/tasks/task-core-basic.bb
+++ b/meta/recipes-extended/tasks/task-core-basic.bb
@@ -3,7 +3,7 @@
#
67 matches
Mail list logo