From: Zhenhua Luo
DEPLOY_DIR_IMAGE is the images deploy folder - tmp/deploy/images
DEPLOYDIR is the deploy folder of linux - deploy-linux-qoriq-sdk
Signed-off-by: Zhenhua Luo
---
meta/recipes-kernel/linux/linux-dtb.inc | 30 +-
1 files changed, 21 insertio
From: Wenzong Fan
Archive the sources and build scripts for license compliance checking
by end users or legal departments.
The functionality is in a separate class which 'archive.bbclass' and the
user can optionally include it for archiving any packages.
[Yocto #1590]
The following changes sin
From: Wenzong Fan
Some legal departments believe a complete archive of the work directory
is required for certain license compliance issues. We could therefore
do with a class which archives up the work directories in each build and
provide them so those legal departments can be happy.
Implement
Hi bruce,
This patch is for kernel to replace emulation of qemuppc from
prep to mac99.
The following changes since commit a8ebc77767e034c589e8041406f4282136a2219b:
meta/qemu-ppc32: remove references to non-existent patches (2012-01-05
10:42:40 -0500)
are available in the git repository at:
Repalce emulation of qemuppc from prep to mac99. Also add
qemu-ppc32-gfx.cfg file to support framebuffer and touchscreen.
Signed-off-by: Liming Wang
---
.../kernel-cache/bsp/qemu-ppc32/qemu-ppc32-gfx.cfg | 11 +
.../cfg/kernel-cache/bsp/qemu-ppc32/qemu-ppc32.cfg | 42 +++
On 01/06/2012 12:20 AM, wenzong@windriver.com wrote:
From: Wenzong Fan
Some legal departments believe a complete archive of the work directory
is required for certain license compliance issues. We could therefore
do with a class which archives up the work directories in each build and
provid
Hob may dynamically sets BBLAYERS to bitbake server, thus we need a
flexible way to load LINGUAS_INSTALL value.
Signed-off-by: Dongxiao Xu
---
meta/classes/image.bbclass |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbcl
packageinfo.bbclass is to pass the accurate package information to
clients (e.g. Hob), including PN, PV, RDEPENDS, PKGSIZE, etc.
Signed-off-by: Dongxiao Xu
---
meta/classes/packageinfo.bbclass | 30 ++
1 files changed, 30 insertions(+), 0 deletions(-)
create mode 1
From: Shane Wang
Write the size of a package into its pkgdata for hob2 to get the size
and show on the UI for image making.
Signed-off-by: Shane Wang
Signed-off-by: Dongxiao Xu
---
meta/classes/package.bbclass |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/met
Hob may dynamically sets BBLAYERS to bitbake server, thus we need a
flexible way to load BBLAYERS value.
Signed-off-by: Dongxiao Xu
---
meta/conf/bblayers.conf.sample |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.con
This is a dummy recipe to build toolchain in Hob
Signed-off-by: Dongxiao Xu
---
meta/recipes-core/meta/hob-toolchain.bb | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-core/meta/hob-toolchain.bb
diff --git a/meta/recipes-core/meta/hob-toolch
This recipe serves as the target when using Hob to generate image.
Signed-off-by: Dongxiao Xu
---
meta/recipes-core/images/hob.bb |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-core/images/hob.bb
diff --git a/meta/recipes-core/images/hob.bb b/meta/
This is helpful for remote users to find the available layers in the
bitbake server machine.
Signed-off-by: Dongxiao Xu
---
layers/README |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 layers/README
diff --git a/layers/README b/layers/README
new file mode 100644
Hi Richard,
This pull request is the hob2 related oe-core changes.
Please help to review and pull.
Note that this pull request has dependency on the hob related bitbake changes.
Thanks,
Dongxiao
The following changes since commit 4a85312568a6bb052cc511c15b4ae842ff7f8e59:
Richard Purdie (1):
On Thu, 2012-01-05 at 18:47 -0800, nitin.a.kam...@intel.com wrote:
> From: Nitin A Kamble
>
> Fixes this build error:
>
> | error: Failed dependencies:
> | m4 is needed by autoconf-nativesdk-2.68-r4.x86_64
> | gnu-config is needed by autoconf-nativesdk-2.68-r4.x86_64
> NOTE: package meta
FWIW today I've noticed that systemd is going other way around
http://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
signature.asc
Description: Digital signature
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.o
Saul Wold writes:
> - f=${D}${libdir}/$i.so
> +f=${D}${base_libdir}/$i.so
this breaks builds because 'ld' does not search ${base_libdir}:
| gcc -shared ... -ltermcap
| /usr/bin/ld: cannot find -ltermcap
| ERROR: Task 216 (virtual:native:.../readline/readline_6.2.bb,
Op 6 jan. 2012, om 10:05 heeft Dongxiao Xu het volgende geschreven:
> packageinfo.bbclass is to pass the accurate package information to
> clients (e.g. Hob), including PN, PV, RDEPENDS, PKGSIZE, etc.
Why not reuse buildhistory for this?
___
Openemb
Op 6 jan. 2012, om 11:09 heeft Martin Jansa het volgende geschreven:
> FWIW today I've noticed that systemd is going other way around
> http://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
And http://fedoraproject.org/wiki/Features/UsrMove
I guess it's time to publish my angs
Andreas Müller writes:
> currently some libs are moving from $libdir (/usr/lib) -> $base_libdir
> (/lib).
Parts of these changes are wrong resp. require adaptations in the build
system. Devel .so files can stay in /usr/lib; moving them to /lib breaks
builds because /lib is not in the 'ld' search
On Fri, 2012-01-06 at 02:00 +0100, Andrea Adami wrote:
> On Fri, Jan 6, 2012 at 12:36 AM, Darren Hart wrote:
> >
> >
> > On 01/05/2012 04:30 AM, Richard Purdie wrote:
> >> On Thu, 2012-01-05 at 01:05 +0100, Andrea Adami wrote:
> >>> I'd say we have to test for the in-existence of the file instead
On Fri, 2012-01-06 at 15:51 +0800, b19...@freescale.com wrote:
> From: Zhenhua Luo
>
> DEPLOY_DIR_IMAGE is the images deploy folder - tmp/deploy/images
> DEPLOYDIR is the deploy folder of linux - deploy-linux-qoriq-sdk
>
> Signed-off-by: Zhenhua Luo
> ---
> meta/recipes-kernel/linux/li
On Fri, 2012-01-06 at 11:29 +0100, Enrico Scholz wrote:
> Saul Wold writes:
>
> > - f=${D}${libdir}/$i.so
> > +f=${D}${base_libdir}/$i.so
>
> this breaks builds because 'ld' does not search ${base_libdir}:
>
> | gcc -shared ... -ltermcap
> | /usr/bin/ld: cannot find -l
On Fri, 2012-01-06 at 11:07 +, Richard Purdie wrote:
> On Fri, 2012-01-06 at 11:29 +0100, Enrico Scholz wrote:
> > Saul Wold writes:
> >
> > > - f=${D}${libdir}/$i.so
> > > +f=${D}${base_libdir}/$i.so
> >
> > this breaks builds because 'ld' does not search ${base_libd
On Fri, 2012-01-06 at 11:33 +, Phil Blundell wrote:
> On Fri, 2012-01-06 at 11:07 +, Richard Purdie wrote:
> > On Fri, 2012-01-06 at 11:29 +0100, Enrico Scholz wrote:
> > > Saul Wold writes:
> > >
> > > > - f=${D}${libdir}/$i.so
> > > > +f=${D}${base_libdir}/
On Fri, 2012-01-06 at 12:06 +, Richard Purdie wrote:
> On Fri, 2012-01-06 at 11:33 +, Phil Blundell wrote:
> > On Fri, 2012-01-06 at 11:07 +, Richard Purdie wrote:
> > > On Fri, 2012-01-06 at 11:29 +0100, Enrico Scholz wrote:
> > > > Saul Wold writes:
> > > >
> > > > > - f
On Fri, 2012-01-06 at 12:07 +, Phil Blundell wrote:
> On Fri, 2012-01-06 at 12:06 +, Richard Purdie wrote:
> > On Fri, 2012-01-06 at 11:33 +, Phil Blundell wrote:
> > > On Fri, 2012-01-06 at 11:07 +, Richard Purdie wrote:
> > > > On Fri, 2012-01-06 at 11:29 +0100, Enrico Scholz wrot
On Thu, 2012-01-05 at 23:56 -0800, Saul Wold wrote:
> The following changes since commit 4a85312568a6bb052cc511c15b4ae842ff7f8e59:
>
> image-mklibs/package_ipk: Remove bashisms (2012-01-05 22:26:20 +)
>
> are available in the git repository at:
> git://git.openembedded.org/openembedded-co
On Fri, 2012-01-06 at 14:33 +0800, b19...@freescale.com wrote:
> From: Zhenhua Luo
>
> 1. add powerpc/powerpc64 into the compatible host list
> 2. valgrind requires the non-stripped libraries of ${TCLIBC}, so add
>${TCLIBC}-dbg into RRECOMMENDS for powerpc
>
> Signed-off-by: Zhen
On Fri, 2012-01-06 at 12:20 +, Richard Purdie wrote:
> $ ./i586-poky-linux-ld --verbose | grep SEARCH
> SEARCH_DIR("/media/build1/poky/build/tmp/sysroots/x86_64-linux/usr/i586-poky-linux/lib32");
> SEARCH_DIR("=/usr/local/lib32"); SEARCH_DIR("=/lib32");
> SEARCH_DIR("=/usr/lib32"); SEARCH_DIR
On Sat, 2011-12-31 at 11:31 +0800, Lianhao Lu wrote:
> [YOCTO #1126]
> Added per recipe PRSERV_HOST PRSERV_PORT support.
>
> Signed-off-by: Lianhao Lu
> ---
> meta/classes/package.bbclass |8
> meta/conf/bitbake.conf |2 +-
> 2 files changed, 9 insertions(+), 1 deletions(-
On Fri, 2012-01-06 at 01:39 +0100, Andreas Oberritter wrote:
> On 05.01.2012 22:30, Andrei Gherzan wrote:
> > From: Andrei Gherzan
> >
> > CONFIG_GNUTLS_EXTRA is needed as support for TLS/IA which was designed to
> > be used
> > in the EAP-TTLSv1. As we don't see any requirement for that protoco
On Thu, 2012-01-05 at 10:07 -0600, Mark Hatle wrote:
> I have created a patch (with help from Khem Raj) to resolve a long standing
> issue w/ the MIPS prelinker. The prelinker was detecting a error condition
> based on what appears to be some incomplete math calculations.
>
> Attached is a patc
This version (introduced in commit 663c893b084333ea9703079a9b056d74ffa5e2a3)
can only build if GL support is present. This change enables that support
explicitly.
Signed-off-by: Gary Thomas
---
meta/recipes-sato/webkit/webkit-gtk_svn.bb |5 -
1 files changed, 4 insertions(+), 1 deletio
Hi Lianhao,
On Sat, 2011-12-31 at 11:31 +0800, Lianhao Lu wrote:
> [YOCTO #1556]
> - Modified meta/class/package.bbclass and prserv.bbclass according to
> the change in PR service by adding PACKAGE_ARCH into the query tuple.
>
> - Added new bitbake tasks export/import AUTOPR values from/to the PR
On Friday, January 06, 2012 04:35:11 AM Scott Garman wrote:
> On 01/05/2012 03:29 PM, Andreas Müller wrote:
> > Hi
> >
> > currently some libs are moving from $libdir (/usr/lib) -> $base_libdir
> > (/lib). I have the following questions:
> >
> > * can sombody explain a bit more what is it for an
Hi Lianhao,
On Sat, 2011-12-31 at 11:31 +0800, Lianhao Lu wrote:
> [YOCTO #1556]
> - Modified meta/class/package.bbclass and prserv.bbclass according to
> the change in PR service by adding PACKAGE_ARCH into the query tuple.
>
> - Added new bitbake tasks export/import AUTOPR values from/to the PR
This changes the order that file system [types] are tried
when using 'mount' in busybox when the file system type is
not explictly specified. The pervious ordering is
incorrect in that less capable file system types are tried
first, e.g. ext2 before ext3, which will cause an ext3 file
system to b
On Fri, 2012-01-06 at 13:34 +, Richard Purdie wrote:
> This is good and rather inventive but I'm a little worried about the way
> we're interfacing to bitbake. I appreciate the codebase doesn't give us
> a lot of good ways to do this but we perhaps need to find better ways
> even if this means
On Thu, Jan 5, 2012 at 3:37 AM, Liming Wang wrote:
> Hi Richard,
>
> These patches are aimed to replace emulation of qemuppc from prep to mac99.
> With this new emulation, qemuppc now supports framebuffer and the network
> works well.
>
> The kernel config also needs modification and I will let Br
On Fri, 2012-01-06 at 09:29 -0500, Bruce Ashfield wrote:
> On Thu, Jan 5, 2012 at 3:37 AM, Liming Wang wrote:
> > Hi Richard,
> >
> > These patches are aimed to replace emulation of qemuppc from prep to mac99.
> > With this new emulation, qemuppc now supports framebuffer and the network
> > works
Op 6 jan. 2012, om 13:22 heeft Richard Purdie het volgende geschreven:
>
>
>> udev: improve udev-cache robustness
>
> but I didn't take this. We need a better solution.
Is the cache actually still needed? I'm not using it in angstrom and udev only
takes a few milliseconds to do its thing. Bu
On Fri, 2012-01-06 at 06:35 -0700, Gary Thomas wrote:
> This changes the order that file system [types] are tried
> when using 'mount' in busybox when the file system type is
> not explictly specified. The pervious ordering is
> incorrect in that less capable file system types are tried
> first, e
On Fri, 2012-01-06 at 06:26 -0700, Gary Thomas wrote:
> This version (introduced in commit 663c893b084333ea9703079a9b056d74ffa5e2a3)
> can only build if GL support is present. This change enables that support
> explicitly.
>
> Signed-off-by: Gary Thomas
> ---
> meta/recipes-sato/webkit/webkit-
Yes it does. I will commit make another commit with pr changed as well.
Thank you Sau.
On 01/06/2012 09:47 AM, Saul Wold wrote:
On 01/05/2012 01:30 PM, Andrei Gherzan wrote:
From: Andrei Gherzan
CONFIG_GNUTLS_EXTRA is needed as support for TLS/IA which was
designed to be used
in the EAP-TTLS
On Sat, 2011-12-31 at 16:10 +0800, Robert Yang wrote:
> Incremental image generation, the rootfs would be totally removed and
> re-created in the second generation by default, but with INC_IMAGE_GEN =
> "1", the rootfs would be kept, and will do update(remove/add some pkgs)
> on it.
> NOTE: This is
From: Andrei Gherzan
CONFIG_GNUTLS_EXTRA is needed as support for TLS/IA which was designed to be
used
in the EAP-TTLSv1. As we don't see any requirement for that protocol today we
decided
to remove it from wpa-supplicant .config file.
This change includes PR bump.
[YOCTO #1845]
Signed-off-by
Op 6 jan. 2012, om 14:26 heeft Gary Thomas het volgende geschreven:
> This version (introduced in commit 663c893b084333ea9703079a9b056d74ffa5e2a3)
> can only build if GL support is present. This change enables that support
> explicitly.
Isn't there a --disable-webgl option to keep feature parit
On Thu, Jan 5, 2012 at 4:20 PM, Khem Raj wrote:
> On Thu, Jan 5, 2012 at 12:59 PM, Bruce Ashfield
> wrote:
>> On Thu, Jan 5, 2012 at 3:55 PM, Khem Raj wrote:
>>> On Thu, Jan 5, 2012 at 12:13 PM, Bruce Ashfield
>>> wrote:
On Thu, Jan 5, 2012 at 3:06 PM, Khem Raj wrote:
> Signed-off-by:
On 1/5/12 5:29 PM, Andreas Müller wrote:
Hi
currently some libs are moving from $libdir (/usr/lib) -> $base_libdir (/lib).
I
have the following questions:
* can sombody explain a bit more what is it for and how the decision is made to
transit libs? I read the commit messages but still have no
On 1/6/12 4:34 AM, Koen Kooi wrote:
Op 6 jan. 2012, om 11:09 heeft Martin Jansa het volgende geschreven:
FWIW today I've noticed that systemd is going other way around
http://www.freedesktop.org/wiki/Software/systemd/separate-usr-is-broken
And http://fedoraproject.org/wiki/Features/UsrMove
On Fri, Jan 6, 2012 at 8:59 AM, Mark Hatle wrote:
> On 1/6/12 4:34 AM, Koen Kooi wrote:
>>
>>
>> Op 6 jan. 2012, om 11:09 heeft Martin Jansa het volgende geschreven:
>>
>>> FWIW today I've noticed that systemd is going other way around
>>> http://www.freedesktop.org/wiki/Software/systemd/separate-
On 1/6/12 10:04 AM, Chris Larson wrote:
On Fri, Jan 6, 2012 at 8:59 AM, Mark Hatle wrote:
On 1/6/12 4:34 AM, Koen Kooi wrote:
Op 6 jan. 2012, om 11:09 heeft Martin Jansa het volgende geschreven:
FWIW today I've noticed that systemd is going other way around
http://www.freedesktop.org/wiki/
On Fri, 2012-01-06 at 09:04 -0700, Chris Larson wrote:
> On Fri, Jan 6, 2012 at 8:59 AM, Mark Hatle wrote:
> > On 1/6/12 4:34 AM, Koen Kooi wrote:
> >>
> >>
> >> Op 6 jan. 2012, om 11:09 heeft Martin Jansa het volgende geschreven:
> >>
> >>> FWIW today I've noticed that systemd is going other way
On Fri, 2012-01-06 at 17:04 +0800, Dongxiao Xu wrote:
> Hi Richard,
>
> This pull request is the hob2 related oe-core changes.
> Please help to review and pull.
>
> Note that this pull request has dependency on the hob related bitbake changes.
>
> Thanks,
> Dongxiao
>
> The following changes si
On 1/6/12 10:27 AM, Richard Purdie wrote:
On Fri, 2012-01-06 at 17:04 +0800, Dongxiao Xu wrote:
Hi Richard,
This pull request is the hob2 related oe-core changes.
Please help to review and pull.
Note that this pull request has dependency on the hob related bitbake changes.
Thanks,
Dongxiao
T
Op 6 jan. 2012, om 17:27 heeft Richard Purdie het volgende geschreven:
> On Fri, 2012-01-06 at 17:04 +0800, Dongxiao Xu wrote:
>> Hi Richard,
>>
>> This pull request is the hob2 related oe-core changes.
>> Please help to review and pull.
>>
>> Note that this pull request has dependency on the h
Op 6 jan. 2012, om 17:16 heeft Richard Purdie het volgende geschreven:
> On Fri, 2012-01-06 at 09:04 -0700, Chris Larson wrote:
>> On Fri, Jan 6, 2012 at 8:59 AM, Mark Hatle wrote:
>>> On 1/6/12 4:34 AM, Koen Kooi wrote:
Op 6 jan. 2012, om 11:09 heeft Martin Jansa het volgende g
From: Tom Zanussi
This patchset implements a replacement for COMMERCIAL_LICENSE called
LICENSE_FLAGS. Please see '[PATCH 1/5] base.bbclass: add support for
LICENSE_FLAGS' for background and details.
This patchset was posted earlier in the week and received no comments.
The only changes since th
From: Tom Zanussi
LICENSE_FLAGS are a per-recipe replacement for COMMERCIAL_FLAGS. Any
flags listed in a recipe's LICENSE_FLAGS variable must have a match in
the global LICENSE_FLAGS_WHITELIST variable.
For some background on these changes, the original proposal for the
functionality covered by
From: Tom Zanussi
The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS
so remove the code that implements COMMERCIAL_LICENSE.
Signed-off-by: Tom Zanussi
---
meta/classes/base.bbclass |7 ---
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/meta/classes/ba
From: Tom Zanussi
The global COMMERCIAL_LICENSE mechanism has been obsoleted by
per-recipe LICENSE_FLAGS, so remove the related variables.
Signed-off-by: Tom Zanussi
---
meta/conf/distro/include/default-distrovars.inc |5 -
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a
From: Tom Zanussi
COMMERCIAL_LICENSE no longer exists; the equivalent functionality is
now has been replaced by LICENSE_FLAGS_WHITELIST, so replace the
COMMERCIAL_LICENSE warning with a similarly equivalent warning.
Signed-off-by: Tom Zanussi
---
scripts/contrib/documentation-audit.sh |3 +
From: Tom Zanussi
Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list;
add LICENSE_FLAGS varables to each the recipes mentioned in that list:
- lame
- gst-fluendo-mp3
- gst-openmax
- gst-plugins-ugly
- libmad
- libomxil
- mpeg2dec
- qmmp
S
On 1/6/12 10:43 AM, Koen Kooi wrote:
Op 6 jan. 2012, om 17:16 heeft Richard Purdie het volgende geschreven:
On Fri, 2012-01-06 at 09:04 -0700, Chris Larson wrote:
On Fri, Jan 6, 2012 at 8:59 AM, Mark Hatle wrote:
On 1/6/12 4:34 AM, Koen Kooi wrote:
Op 6 jan. 2012, om 11:09 heeft Martin J
On Tue, Jan 3, 2012 at 2:41 PM, Matthew McClintock wrote:
> On Tue, Jan 3, 2012 at 11:31 AM, Martin Jansa wrote:
>> On Tue, Jan 03, 2012 at 04:21:16PM +, McClintock Matthew-B29882 wrote:
>>> On Mon, Jan 2, 2012 at 5:25 PM, Martin Jansa wrote:
>>> > On Tue, Jan 03, 2012 at 12:22:28AM +0100, M
On 01/06/2012 07:41 AM, Bruce Ashfield wrote:
On Thu, Jan 5, 2012 at 4:20 PM, Khem Raj wrote:
On Thu, Jan 5, 2012 at 12:59 PM, Bruce Ashfield
wrote:
On Thu, Jan 5, 2012 at 3:55 PM, Khem Raj wrote:
On Thu, Jan 5, 2012 at 12:13 PM, Bruce Ashfield
wrote:
On Thu, Jan 5, 2012 at 3:06 PM, Khe
On Fri, 2012-01-06 at 10:45 -0600, tom.zanu...@intel.com wrote:
> diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb
> b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb
> index 5975513..0a90f9c 100644
> --- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.1
On Fri, Jan 6, 2012 at 12:04 PM, Saul Wold wrote:
> On 01/06/2012 07:41 AM, Bruce Ashfield wrote:
>>
>> On Thu, Jan 5, 2012 at 4:20 PM, Khem Raj wrote:
>>>
>>> On Thu, Jan 5, 2012 at 12:59 PM, Bruce Ashfield
>>> wrote:
On Thu, Jan 5, 2012 at 3:55 PM, Khem Raj wrote:
>
> On Th
On Fri, 2012-01-06 at 16:20 +0800, wenzong@windriver.com wrote:
> +if [[ -d ${S} && ${S} != ${WORKDIR} ]]; then
> +if [[ ${S} =~ "/work-shared/gcc" ]]; then
> +# Create temporary sources directory for gcc
> +mkdir -p ${PF}/temp
> +cp -r ${S} ${PF}
On 01/06/2012 02:29 AM, Enrico Scholz wrote:
Saul Wold writes:
- f=${D}${libdir}/$i.so
+f=${D}${base_libdir}/$i.so
this breaks builds because 'ld' does not search ${base_libdir}:
| gcc -shared ... -ltermcap
| /usr/bin/ld: cannot find -ltermcap
| ERROR: Task 216
On Fri, 2012-01-06 at 17:15 +, Phil Blundell wrote:
> On Fri, 2012-01-06 at 10:45 -0600, tom.zanu...@intel.com wrote:
> > diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb
> > b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3_0.10.16.bb
> > index 5975513..0a90f9c 1006
> -Original Message-
> From: Saul Wold [mailto:s...@linux.intel.com]
> Sent: Thursday, January 05, 2012 11:10 PM
> To: Patches and discussions about the oe-core layer
> Cc: Kamble, Nitin A
> Subject: Re: [OE-core] [PATCH] eglibc: Upgrade recipes 2.14 -> 2.15
>
> On 01/05/2012 08:59 PM, K
> -Original Message-
> From: openembedded-core-boun...@lists.openembedded.org
> [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
> Khem Raj
> Sent: Thursday, January 05, 2012 12:49 PM
> To: Patches and discussions about the oe-core layer
> Subject: Re: [OE-core] [PAT
On Fri, 2012-01-06 at 12:03 -0600, Tom Zanussi wrote:
> On Fri, 2012-01-06 at 17:15 +, Phil Blundell wrote:
> > If I'm understanding the mechanism correctly then just setting all of
> > these to "Commercial" seems like a bit of a retrograde step. Is there
> > an easy way in this new world for
The following changes since commit 05409821ea58915c38a0962fb4dd14f8a49806e6:
Scott Garman (1):
insane.bbclass: use bb.process.Popen instead of subprocess.check_output
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jzhang/sysroot
http://git.yoctoproje
Signed-off-by: Jessica Zhang
---
meta/classes/toolchain-scripts.bbclass |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/meta/classes/toolchain-scripts.bbclass
b/meta/classes/toolchain-scripts.bbclass
index 5fb6cd3..5cba403 100644
--- a/meta/classes/toolchain-scri
On Fri, Jan 6, 2012 at 11:57 AM, Richard Purdie
wrote:
> On Fri, 2012-01-06 at 02:00 +0100, Andrea Adami wrote:
>> On Fri, Jan 6, 2012 at 12:36 AM, Darren Hart wrote:
>> >
>> >
>> > On 01/05/2012 04:30 AM, Richard Purdie wrote:
>> >> On Thu, 2012-01-05 at 01:05 +0100, Andrea Adami wrote:
>> >>> I
On Fri, 2012-01-06 at 19:20 +, Phil Blundell wrote:
> On Fri, 2012-01-06 at 12:03 -0600, Tom Zanussi wrote:
> > On Fri, 2012-01-06 at 17:15 +, Phil Blundell wrote:
> > > If I'm understanding the mechanism correctly then just setting all of
> > > these to "Commercial" seems like a bit of a r
On Fri, Jan 6, 2012 at 10:07 AM, Kamble, Nitin A
wrote:
> That is a big change for x32, It may work out or not, last time x32 +
> eglibc-2.15 was causing some issues which were I think actually more
> eglibc-2.15 issues. The worst case is I can move the eglibc-2.14 recipe into
> the meta-x32 la
Greetings folks,
I'm trying to build an OE system and the process stops at the do_install
phase of building libiconv_1.14
Build system is Ubuntu 10.04 x86_64, plenty of HDD and ram to spare.
Possibly pertinent log:
| arm-oe-linux-gnueabi-libtool: link: arm-oe-linux-gnueabi-gcc
-march=armv7-a -fno
There is really no reason to continue to carry this feature
Signed-off-by: Steve Sakoman
---
Note: bsp layer maintainers may want to remove kernel26 references
from their machine.conf files
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1c21616..5f75ddf 100644
--- a/meta/conf
With current permissions of 4754 on systemd systems various services
will fail to
activate with "helpful" error messages of the type:
2000-01-01T00:00:25+00:00 omap3-multi dbus[178]: [system] Activated service
'org.freedesktop.nm_dispatcher' failed: Failed to execute program
/usr/libexec/dbus-daem
The gtk-update-icon-cache utility does not create a cache file if
one does not already exist. Since some packages (notably gnome-icon-theme)
do not ship a cache file by default, the results of the utility are
not saved. Adding the force option writes out the cache even if there
wasn't a default c
Otherwise dhclient encounters errors of this type:
dhclient: can't create
/var/lib/dhcp/dhclient-c0c60402-0bc5-4bd7-bc3b-49a27fa37d72-eth1.lease:
No such file or directory
Signed-off-by: Steve Sakoman
---
diff --git a/meta/recipes-connectivity/dhcp/dhcp.inc
b/meta/recipes-connectivity/dhcp/dhcp
My mailer screwed up the formatting -- sorry for the noise!
Will send later with proper formatting.
Steve
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
* from meta-oe (originally from org.openembedded.dev)
* There are no reasons to install kdump when only kexec is needed.
*
* In oe-core/meta there are no references to kexec-tools so
* the recipes inn external layers rdepending on kexec-tools should be
* fixed and rdepend on kexec and/or kdump.
*
*
On Sat, Jan 7, 2012 at 1:13 AM, Andrea Adami wrote:
> * from meta-oe (originally from org.openembedded.dev)
> * There are no reasons to install kdump when only kexec is needed.
> *
> * In oe-core/meta there are no references to kexec-tools so
> * the recipes inn external layers rdepending on kexec
* from meta-oe (originally from org.openembedded.dev)
* There are no reasons to install kdump when only kexec is needed.
*
* In oe-core/meta there are no references to kexec-tools so
* the recipes inn external layers rdepending on kexec-tools should be
* fixed and rdepend on kexec and/or kdump.
*
*
From: Tom Zanussi
Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list;
add LICENSE_FLAGS varables to each the recipes mentioned in that list:
- lame
- gst-fluendo-mp3
- gst-openmax
- gst-plugins-ugly
- libmad
- libomxil
- mpeg2dec
- qmmp
S
From: Tom Zanussi
The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS
so remove the code that implements COMMERCIAL_LICENSE.
Signed-off-by: Tom Zanussi
---
meta/classes/base.bbclass |7 ---
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/meta/classes/ba
From: Tom Zanussi
This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS.
Please see the commit message for '[PATCH 1/5] base.bbclass: add support
for LICENSE_FLAGS' for an explanation of the LICENSE_FLAGS mechanism.
v2 changes, reflecting comments from Phil Blundell and Pa
From: Tom Zanussi
LICENSE_FLAGS are a per-recipe replacement for the COMMERCIAL_LICENSE
mechanism.
In the COMMERCIAL_LICENSE mechanism, any package name mentioned in the
global COMMERCIAL_LICENSE list is 'blacklisted' from being included in
an image. To allow the blacklisted package into the im
From: Tom Zanussi
COMMERCIAL_LICENSE no longer exists; the equivalent functionality is
now has been replaced by LICENSE_FLAGS_WHITELIST, so replace the
COMMERCIAL_LICENSE warning with a similarly equivalent warning.
Signed-off-by: Tom Zanussi
---
scripts/contrib/documentation-audit.sh |3 +
From: Tom Zanussi
The global COMMERCIAL_LICENSE mechanism has been obsoleted by
per-recipe LICENSE_FLAGS, so remove the related variables.
Signed-off-by: Tom Zanussi
---
meta/conf/distro/include/default-distrovars.inc |5 -
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a
Oops, missed an important comment in PATCH 1, ignore this version...
On Fri, 2012-01-06 at 20:27 -0600, tom.zanu...@intel.com wrote:
> From: Tom Zanussi
>
> This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS.
>
> Please see the commit message for '[PATCH 1/5] base.bbclas
From: Tom Zanussi
LICENSE_FLAGS are a per-recipe replacement for the COMMERCIAL_LICENSE
mechanism.
In the COMMERCIAL_LICENSE mechanism, any package name mentioned in the
global COMMERCIAL_LICENSE list is 'blacklisted' from being included in
an image. To allow the blacklisted package into the im
From: Tom Zanussi
The COMMERCIAL_LICENSE mechanism has been superseded by LICENSE_FLAGS
so remove the code that implements COMMERCIAL_LICENSE.
Signed-off-by: Tom Zanussi
---
meta/classes/base.bbclass |7 ---
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/meta/classes/ba
From: Tom Zanussi
The global COMMERCIAL_LICENSE mechanism has been obsoleted by
per-recipe LICENSE_FLAGS, so remove the related variables.
Signed-off-by: Tom Zanussi
---
meta/conf/distro/include/default-distrovars.inc |5 -
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a
From: Tom Zanussi
Per-recipe LICENSE_FLAGS replace the global COMMERCIAL_LICENSE list;
add LICENSE_FLAGS varables to each the recipes mentioned in that list:
- lame
- gst-fluendo-mp3
- gst-openmax
- gst-plugins-ugly
- libmad
- libomxil
- mpeg2dec
- qmmp
S
1 - 100 of 115 matches
Mail list logo