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
From: Lianhao Lu
[YOCTO #1126]
Added per recipe PRSERV_HOST PRSERV_PORT support.
Signed-off-by: Lianhao Lu
---
meta/classes/package.bbclass |8
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 65e6571.
From: Lianhao Lu
[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 prexport.bbclass, primport.bbclass to export/import AUTOPR
values from/to PRService.
- Move PR service related com
From: Shane Wang
Because hdparm depends on stat, stat is brought into Yocto, and it is a new
dependency.
Part of this patch comes from oe
http://git.openembedded.org/openembedded/tree/recipes/hdparm, and
http://git.openembedded.org/openembedded/tree/recipes/stat.
But, changes include:
- upgr
From: Robert Yang
Incremental rpm image generation, the rootfs would be totally removed and
re-created in the second generation by default, but with
INC_RPM_IMAGE_GEN = "1", the rpm based rootfs would be kept, and will do
update(remove/add some pkgs) on it.
NOTE: This is not suggested when you w
From: Robert Yang
Add the config sample for incremental image generation to
meta-yocto/conf/local.conf.sample.extended
[YOCTO #1651]
Signed-off-by: Robert Yang
---
meta/conf/local.conf.sample.extended |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/meta/conf/loc
Richard,
Here are the final items we discussed yesterday, a succesful
build finished, and we seem to be in good shape, please pull
these early in your day and fire up AB Master is you can.
Thanks
Sau!
The following changes since commit 9b944ae2f0e4dbac5a8f1f235f60730e56b26516:
Reve
From: Zhai Edwin
Saul,
This is update for long time no check recipes. Pls. pull.
Thanks,
Edwin
The following changes since commit 4a8a3c503fd896593b787c26edbe46a7324e494e:
Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works" (2012-01-10
18:33:25 +)
are available in the git repos
From: Zhai Edwin
Signed-off-by: Zhai Edwin
---
.../conf/distro/include/distro_tracking_fields.inc |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking_fields.inc
index 14eff
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
This is a dummy recipe to build toolchain in Hob
Signed-off-by: Dongxiao Xu
---
meta/recipes-core/meta/dummy-toolchain.bb | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-core/meta/dummy-toolchain.bb
diff --git a/meta/recipes-core/meta/dummy-
This recipe serves as the target when using Hob to generate image.
Signed-off-by: Dongxiao Xu
---
meta/recipes-core/images/dummy-image.bb |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-core/images/dummy-image.bb
diff --git a/meta/recipes-core/images/
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
Hi Richard,
This is the second pull request for Hob oe-core related changes.
Please help to review and pull.
Note that this pull request has dependency on branch
dxu4/hob-bitbake-changes-v2.
Changes from v1:
1. Change the way to pass package information to GUI.
In v1 we defined a do_package
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../{diffstat_1.54.bb => diffstat_1.55.bb} |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/diffstat/{diffstat_1.54.bb => diffstat_1.55.bb}
(82%)
diff --git a/meta/recipes-devtools/diff
From: Nitin A Kamble
For x32 the user space is 32bit and the kernel is 64bit.
So the elf.arch for vmlinuz is x86_64 and not x86. This commit
fixes this QA error thrown for x32 kernel.
| ERROR: QA Issue: Architecture did not match (62 to 3) on
/work/qemux86_64-poky-linux-gnux32/linux-korg-3.1+git
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../libpcre/{libpcre_8.20.bb => libpcre_8.21.bb} |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
rename meta/recipes-support/libpcre/{libpcre_8.20.bb => libpcre_8.21.bb} (93%)
diff --git a/meta/recipes-support/libpcre/lib
From: Nitin A Kamble
Fixes this bug: [YOCTO #1874]
Fixes an issue where a locale package depends on one package while it
also provides the same, as seen bellow.
Package: locale-base-de-de
Version: 2.12-r19
Depends: eglibc-binary-localedata-de-de
Provides: virtual-locale-de-de, virtual-locale-de
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../btrfs-tools/btrfs-tools_git.bb |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
b/meta/recipes-devtools/btrfs-tools/btrfs-tools_git.bb
inde
From: Nitin A Kamble
Signed-off-by: Nitin A Kamble
---
.../conf/distro/include/distro_tracking_fields.inc | 36 +++-
1 files changed, 20 insertions(+), 16 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc
b/meta/conf/distro/include/distro_tracking
From: Nitin A Kamble
Thanks,
Nitin
The following changes since commit 4a8a3c503fd896593b787c26edbe46a7324e494e:
Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works" (2012-01-10
18:33:25 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib nitin/misc
This patch intended to integrate the lttng-modules 2.0 package
containing the kernel tracer modules.
LTTng-modules 2.0 is currently in pre-release (-pre11), so we
have to update it when official released.
lttng-2.0 supports lttng-modules extra builds, which don't need
any patches on Linux kernel v
It provides trace read and write libraries, as well as a trace converter.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28 +++
1 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-kernel/lttng-2.0/babeltrace_
This patch intended to integrate the LTTng UST 2.0 package, which
contains the userspace tracer library to trace userspace codes.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25 ++
1 files changed, 25 insertions(+), 0 deletions(-)
crea
Changes of V4:
Fixed all comments from Darrent;
To: OE-core.
The following changes since commit 4a8a3c503fd896593b787c26edbe46a7324e494e:
Revert "site/common-uclibc: Cache gl_cv_func_wcwidth_works" (2012-01-10
18:33:25 +)
are available in the git repository at:
git://git.pokylinux.o
This patch intended to integrate the Linux trace toolkit, which
is a suite of tools designed to extract program execution details
from the Linux operating system and interpret them.
lttng-tools 2.0 is currently in pre-release(-pre16), so we have to
update it when official released.
Signed-off-by:
于 2012年01月11日 00:58, Darren Hart 写道:
On 01/10/2012 08:11 AM, Zumeng Chen wrote:
This patch intended to integrate the LTTng UST 2.0 package, which
contains the userspace tracer library to trace userspace codes.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.b
On Wed, Jan 11, 2012 at 12:07 AM, Andrea Adami wrote:
> On Fri, Jan 6, 2012 at 11:58 PM, Andrea Adami wrote:
>> 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:
>>>
Otavio Salvador writes:
> [1:multipart/alternative Hide]
> [1/1:text/plain Hide]
> On Tue, Jan 10, 2012 at 19:14, Marc Ferland wrote:
>
>> I was having trouble running the pm-suspend command. See:
>> http://bugzilla.pokylinux.org/show_bug.cgi?id=1887
>>
>> Basically the '-x' option is missing fr
On Fri, Jan 6, 2012 at 11:58 PM, Andrea Adami wrote:
> 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 Tue, Jan 10, 2012 at 19:14, Marc Ferland wrote:
> I was having trouble running the pm-suspend command. See:
> http://bugzilla.pokylinux.org/show_bug.cgi?id=1887
>
> Basically the '-x' option is missing from busybox's grep.
Can't pm-suspend be patched to avoid using the -x option? Maybe makin
Otavio Salvador writes:
> [1:multipart/alternative Hide]
> [1/1:text/plain Hide]
> On Tue, Jan 10, 2012 at 18:22, Marc Ferland wrote:
>
>> ...
>
> +PR = "r1"
>> +RDEPENDS = "grep"
>>
>
> Busybox ought to provide it; what is missing?
I was having trouble running the pm-suspend command. See:
http
On Tue, Jan 10, 2012 at 18:22, Marc Ferland wrote:
> ...
+PR = "r1"
> +RDEPENDS = "grep"
>
Busybox ought to provide it; what is missing?
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854
This patch intended to integrate the lttng-modules 2.0 package
containing the kernel tracer modules.
LTTng-modules 2.0 is currently in pre-release (-pre11), so we
have to update it when official released.
lttng-2.0 supports lttng-modules extra builds, which don't need
any patches on Linux kernel v
It provides trace read and write libraries, as well as a trace converter.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/babeltrace_0.8.bb | 28 +++
1 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-kernel/lttng-2.0/babeltrace_
This patch intended to integrate the Linux trace toolkit, which
is a suite of tools designed to extract program execution details
from the Linux operating system and interpret them.
lttng-tools 2.0 is currently in pre-release(-pre16), so we have to
update it when official released.
Signed-off-by:
This patch intended to integrate the LTTng UST 2.0 package, which
contains the userspace tracer library to trace userspace codes.
Signed-off-by: Zumeng Chen
---
meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25 ++
1 files changed, 25 insertions(+), 0 deletions(-)
crea
Phil Blundell writes:
> On Tue, 2012-01-10 at 15:22 -0500, Marc Ferland wrote:
>> -PR = "r0"
>> +PR = "r1"
>> +RDEPENDS = "grep"
>
> Do you not get a QA warning for that? Usually it would be RDEPENDS_${PN}.
>
Nope. Everything looks fine. Whant me to resubmit the patch with
RDEPENDS_${PN}?
BTW I
On Tue, 2012-01-10 at 15:22 -0500, Marc Ferland wrote:
> -PR = "r0"
> +PR = "r1"
> +RDEPENDS = "grep"
Do you not get a QA warning for that? Usually it would be RDEPENDS_${PN}.
p.
___
Openembedded-core mailing list
Openembedded-core@lists.openembedde
Fixes [YOCTO #1887]
Signed-off-by: Marc Ferland
---
meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb
index a4ac230..5e09f7b 100644
--
From: Christopher Larson
For target, both base_libdir and libdir in sysroot can be used, as we pass
--sysroot to the toolchain. For native, we don't do this, and we also only add
-L/${libdir}, not -L/${base_libdir}, resulting in other
native recipes (like readline-native) failing to find the ncur
On Tue, Jan 10, 2012 at 17:45, Joshua Lock wrote:
> On 10/01/12 11:34, Otavio Salvador wrote:
>
>> If you're on the mood please also prepare a patch for meta-oe to add
>> support to systemd. It ought to be quite trivial to add and allow for
>> easy use for people using systemd based images.
>>
>
On 10/01/12 11:34, Otavio Salvador wrote:
On Tue, Jan 10, 2012 at 15:39, Joshua Lock mailto:j...@linux.intel.com>> wrote:
The small series following introduces the alsa-state recipe from
oe-classic.
The reason for doing so is to remove the requirement for recipes
like the
b
On 10/01/12 11:30, Otavio Salvador wrote:
On Tue, Jan 10, 2012 at 15:39, Joshua Lock mailto:j...@linux.intel.com>> wrote:
...
+++ b/meta/recipes-bsp/alsa-state/alsa-state/asound.state
@@ -0,0 +1 @@
+# Dummy file, do not delete
\ No newline at end of file
^ please fix it.
On Tue, Jan 10, 2012 at 15:39, Joshua Lock wrote:
> The small series following introduces the alsa-state recipe from
> oe-classic.
> The reason for doing so is to remove the requirement for recipes like the
> beagleboard-audio recipe in meta-yocto, which ensures the beagleboards
> sound
> device
On Tue, Jan 10, 2012 at 15:39, Joshua Lock wrote:
> ...
+++ b/meta/recipes-bsp/alsa-state/alsa-state/asound.state
> @@ -0,0 +1 @@
> +# Dummy file, do not delete
> \ No newline at end of file
>
^ please fix it.
--
Otavio Salvador O.S. Systems
E-mail: ota...@ossystem
On Tue, Jan 10, 2012 at 11:13 AM, Andrei Gherzan wrote:
> Christopher's solution crossed my mind as well. Actually i tried something
> like this but i didn't want to modify more from this patch and i didn't
> really know how to define those expansions.
> Another problem here that i faced and dropp
On Tue, 2012-01-10 at 18:17 +, Phil Blundell wrote:
> On Tue, 2012-01-10 at 17:57 +, Richard Purdie wrote:
> > > Khem Raj (8):
> > > site/common-uclibc: Cache gl_cv_func_wcwidth_works
> >
> > I merged these apart from:
> >default-distrovars: Define DISTRO_FEATURES_LIBC for uclibc
>
>
[RFC][PATCH] enhance boot-directdisk.bbclass to generate .vmdk image
The self-hosted-image work needs a live-bootable and r/w-able image format. The
existing .iso isn't ok since it's readonly.
The existing .hddimg is not a good choice, since it has a
two-option(boot,install) syslinux function th
Signed-off-by: Dexuan Cui
---
meta/classes/boot-directdisk.bbclass | 10 +-
meta/recipes-core/images/self-hosted-image.bb | 11 +--
2 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/meta/classes/boot-directdisk.bbclass
b/meta/classes/boot-directdisk.bbc
On Tue, Jan 10, 2012 at 10:18 AM, Saul Wold wrote:
> On 01/10/2012 10:13 AM, Khem Raj wrote:
>>
>> please drop this patch. Its superseded by my pull request.
>>
> Looks like this got pulled, will there be a problem?
I think there could be a problem when wchar feature is unset. Although
since it s
On 01/10/2012 10:13 AM, Khem Raj wrote:
please drop this patch. Its superseded by my pull request.
Looks like this got pulled, will there be a problem?
Sau!
On Mon, Jan 9, 2012 at 9:53 PM, Saul Wold wrote:
From: Khem Raj
Its not computed properly during configure and
we configure uclibc w
On Tue, 2012-01-10 at 17:57 +, Richard Purdie wrote:
> > Khem Raj (8):
> > site/common-uclibc: Cache gl_cv_func_wcwidth_works
>
> I merged these apart from:
>default-distrovars: Define DISTRO_FEATURES_LIBC for uclibc
I think the consensus on that common-uclibc patch (see previous
discuss
please drop this patch. Its superseded by my pull request.
On Mon, Jan 9, 2012 at 9:53 PM, Saul Wold wrote:
> From: Khem Raj
>
> Its not computed properly during configure and
> we configure uclibc with widechar support anyway
> so its fine to cache it. It fixes the errors like
>
> | In file inc
On Tue, Jan 10, 2012 at 18:34, Chris Larson wrote:
> On Tue, Jan 10, 2012 at 9:12 AM, Andrei Gherzan wrote:
> > No worries. Anyway, you are right about the "+" mechanism but right now
> this
> > is a fast and complete solution.
>
> Indeed, nice work on this.
> --
> Christopher Larson
>
> ___
On Tue, Jan 10, 2012 at 9:58 AM, Richard Purdie
wrote:
> On Tue, 2012-01-10 at 11:01 +, Phil Blundell wrote:
>> On Mon, 2012-01-09 at 21:54 -0800, Saul Wold wrote:
>> > diff --git a/meta/conf/distro/include/default-distrovars.inc
>> > b/meta/conf/distro/include/default-distrovars.inc
>> > ind
On Tue, 2012-01-10 at 11:01 +, Phil Blundell wrote:
> On Mon, 2012-01-09 at 21:54 -0800, Saul Wold wrote:
> > diff --git a/meta/conf/distro/include/default-distrovars.inc
> > b/meta/conf/distro/include/default-distrovars.inc
> > index e1594f3..0b515e5 100644
> > --- a/meta/conf/distro/include/
On Mon, 2012-01-09 at 21:53 -0800, Saul Wold wrote:
> This change set has been run through the AB, I pull out the DTB patch
> which is what I think caused the failure for MPC.
>
> Please due further review and commit as appropriate.
>
> Thanks
> Sau!
>
>
> The following changes since comm
alsa-state adds an init script and configuration files to enable a
consistent and centralised mechanism for setting and restoring alsa
configuration.
Signed-off-by: Joshua Lock
---
meta/recipes-bsp/alsa-state/alsa-state.bb | 57
meta/recipes-bsp/alsa-state/alsa-st
alsactl creates the state files in /var/lib/alsa by default so switch
alsa-state to use files in that location.
Further, update the alsa-state init script to have the location of the
state files sed'ed into the script at do_install time (so as to remove
hard coding of directory paths).
Signed-off
The small series following introduces the alsa-state recipe from oe-classic.
The reason for doing so is to remove the requirement for recipes like the
beagleboard-audio recipe in meta-yocto, which ensures the beagleboards sound
device has the volume turned up.
Long term I'd like to implement somet
This enables automatic configuration setting and restoration on systems
with alsa.
Signed-off-by: Joshua Lock
---
meta/recipes-core/tasks/task-base.bb |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/tasks/task-base.bb
b/meta/recipes-core/tasks/task
I propose having a monthly, online developer forum that promotes discussion on
longer term technical issues that impact both Yocto and OpenEmbedded. This
would supplement the already existing mailing list and irc communication
channels. In order to facilitate this, I'd like to propose a teleph
On Tue, Jan 10, 2012 at 9:55 AM, Flanagan, Elizabeth
wrote:
> Agreed! One note about "+". There is still a discussion about "or
> greater" licensing within the SPDX community about how "or greater"
> should be dealt with.
>
> http://www.spdx.org/wiki/proposal-2010-11-16-1-or-later-version-licensin
On 01/10/2012 08:11 AM, Zumeng Chen wrote:
> This patch intended to integrate the LTTng UST 2.0 package, which
> contains the userspace tracer library to trace userspace codes.
>
> Signed-off-by: Zumeng Chen
> ---
> meta/recipes-kernel/lttng-2.0/lttng-ust_1.9.4.bb | 25
> +++
On Tue, Jan 10, 2012 at 8:34 AM, Chris Larson wrote:
> On Tue, Jan 10, 2012 at 9:12 AM, Andrei Gherzan wrote:
>> No worries. Anyway, you are right about the "+" mechanism but right now this
>> is a fast and complete solution.
>
> Indeed, nice work on this.
Agreed! One note about "+". There is st
On Tue, Jan 10, 2012 at 9:12 AM, Andrei Gherzan wrote:
> No worries. Anyway, you are right about the "+" mechanism but right now this
> is a fast and complete solution.
Indeed, nice work on this.
--
Christopher Larson
___
Openembedded-core mailing lis
From: Christopher Larson
Signed-off-by: Christopher Larson
---
meta/classes/copyleft_compliance.bbclass |4 +---
meta/lib/oe/license.py | 23 +++
2 files changed, 20 insertions(+), 7 deletions(-)
diff --git a/meta/classes/copyleft_compliance.bbclass
From: Christopher Larson
Given a license string and whitelist and blacklist, determine if the
license string matches the whitelist and does not match the blacklist.
When encountering an OR, it prefers the side with the highest weight (more
included licenses). It then checks the inclusion of the
From: Christopher Larson
Signed-off-by: Christopher Larson
---
meta/classes/copyleft_compliance.bbclass | 24 +---
1 files changed, 17 insertions(+), 7 deletions(-)
diff --git a/meta/classes/copyleft_compliance.bbclass
b/meta/classes/copyleft_compliance.bbclass
index 37e
From: Christopher Larson
In this context, recipe "type" refers to whether it is 'target', 'native',
'cross', etc. COPYLEFT_RECIPE_TYPES is a space separated list of types to
include. It defaults to 'target'.
Signed-off-by: Christopher Larson
---
meta/classes/copyleft_compliance.bbclass | 21
From: Christopher Larson
The following changes since commit fff18970706913e7fd7f4a119d798dddb44b388a:
base-files: filesystems: fix mount order (2012-01-06 14:41:19 +)
are available in the git repository at:
https://github.com/kergoth/oe-core license-bits
Christopher Larson (4):
c
On 01/10/2012 06:10 PM, Chris Larson wrote:
On Tue, Jan 10, 2012 at 9:07 AM, Andrei Gherzan wrote:
On 01/10/2012 05:34 PM, Chris Larson wrote:
On Tue, Jan 10, 2012 at 8:17 AM, Andrei Gherzanwrote:
From: Andrei Gherzan
A new function was defined in license.bbclass in order to correctly
ex
On Tue, Jan 10, 2012 at 9:07 AM, Andrei Gherzan wrote:
> On 01/10/2012 05:34 PM, Chris Larson wrote:
>>
>> On Tue, Jan 10, 2012 at 8:17 AM, Andrei Gherzan wrote:
>>>
>>> From: Andrei Gherzan
>>>
>>> A new function was defined in license.bbclass in order to correctly
>>> exclude packages where OE-
On 01/10/2012 05:34 PM, Chris Larson wrote:
On Tue, Jan 10, 2012 at 8:17 AM, Andrei Gherzan wrote:
From: Andrei Gherzan
A new function was defined in license.bbclass in order to correctly exclude
packages where OE-Style licence naming
is used. In this way licenses as GPL-3, GPLv3, GPLv3.0 etc
On Tue, Jan 10, 2012 at 8:17 AM, Andrei Gherzan wrote:
> From: Andrei Gherzan
>
> A new function was defined in license.bbclass in order to correctly exclude
> packages where OE-Style licence naming
> is used. In this way licenses as GPL-3, GPLv3, GPLv3.0 etc will be excluded
> from a non-GPLv3
From: Andrei Gherzan
A new function was defined in license.bbclass in order to correctly exclude
packages where OE-Style licence naming
is used. In this way licenses as GPL-3, GPLv3, GPLv3.0 etc will be excluded
from a non-GPLv3 build. This function
takes into consideration if 'or' operand is u
Elizabeth,
Thank you very much for you ideas upon base.bbclass: support for or
operand in LICENSE and for SPDX license names.
I recoded this after your advices. Actually i didn't know about
oe.license and the idea of having it as a function in license.bbclass
sounds good to me.
So i will upl
On Mon, 2012-01-09 at 21:54 -0800, Saul Wold wrote:
> diff --git a/meta/conf/distro/include/default-distrovars.inc
> b/meta/conf/distro/include/default-distrovars.inc
> index e1594f3..0b515e5 100644
> --- a/meta/conf/distro/include/default-distrovars.inc
> +++ b/meta/conf/distro/include/default-di
* Paul Eggleton [120110 11:26]:
> On Tuesday 10 January 2012 10:08:24 Phil Blundell wrote:
> > On Tue, 2012-01-10 at 11:03 +0100, Anders Darander wrote:
> > > Is there a simple way, in a bbappend-file to prevent packages in an
> > > RRECOMMENDS from being installed? E.g. if package foo has:
> > >
Because hdparm depends on stat, stat is brought into Yocto, and it is a new
dependency.
Part of this patch comes from oe
http://git.openembedded.org/openembedded/tree/recipes/hdparm, and
http://git.openembedded.org/openembedded/tree/recipes/stat.
But, changes include:
- upgrade to the latest v
Hi Richard,
Please see my comments inline ...
On 01/06/2012 11:22 PM, Richard Purdie wrote:
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",
Add the config sample for incremental image generation to
meta-yocto/conf/local.conf.sample.extended
[YOCTO #1651]
Signed-off-by: Robert Yang
---
meta-yocto/conf/local.conf.sample.extended |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/meta-yocto/conf/local.conf.
Incremental rpm image generation, the rootfs would be totally removed and
re-created in the second generation by default, but with
INC_RPM_IMAGE_GEN = "1", the rpm based rootfs would be kept, and will do
update(remove/add some pkgs) on it.
NOTE: This is not suggested when you want to create a prod
Changes of V3:
* Change the name from INC_RPM_IMAGE_GEN to INC_RPM_IMAGE_GEN as Richard
suggested, and it will only work for rpm based rootfs, the deb and ipk
will be done in M3.
* Update rootfs_rpm.bbclass since other developer has modified it since
V2.
Changes of V2:
* Move the config sam
This patch is to upgrade hdparm to 9.37 and bring its new dependency stat.
Please review.
The following changes since commit 468998cddbe1a803096c9b357e1b5daa3b7e8c2e:
command.py: add parseConfigurationFiles API (2012-01-06 16:01:44 +)
are available in the git repository at:
git://git.pok
On Tuesday 10 January 2012 10:08:24 Phil Blundell wrote:
> On Tue, 2012-01-10 at 11:03 +0100, Anders Darander wrote:
> > Is there a simple way, in a bbappend-file to prevent packages in an
> > RRECOMMENDS from being installed? E.g. if package foo has:
> > RRECOMMENDS_${PN} += "bar"
>
> If you mean
On Tue, Jan 10, 2012 at 11:03:06AM +0100, Anders Darander wrote:
>
> Is there a simple way, in a bbappend-file to prevent packages in an
> RRECOMMENDS from being installed? E.g. if package foo has:
> RRECOMMENDS_${PN} += "bar"
>
> I'd reluctant to rewrite RRECOMMENDS_${PN} completely, as foo sets
On Tue, 2012-01-10 at 11:03 +0100, Anders Darander wrote:
> Is there a simple way, in a bbappend-file to prevent packages in an
> RRECOMMENDS from being installed? E.g. if package foo has:
> RRECOMMENDS_${PN} += "bar"
If you mean you just want to stop them getting installed during rootfs
construct
Is there a simple way, in a bbappend-file to prevent packages in an
RRECOMMENDS from being installed? E.g. if package foo has:
RRECOMMENDS_${PN} += "bar"
I'd reluctant to rewrite RRECOMMENDS_${PN} completely, as foo sets
RRECOMMENDS using += (or =+), thus I'd like not to remove other packages
fro
Dear Dongxiao,
Am Dienstag, den 10.01.2012, 15:52 +0800 schrieb Dongxiao Xu:
> updated kexec-tools manual check information
this is mostly the same as the commit summary. So just merge it.
distro_tracking_fields: kexec-tools: Add manual check info
> Signed-off-by: Dongxiao Xu
> ---
> .../con
Cups filters are no longer built by default. Since ghostscript already depends
on cups, build the filters and package them as ghostscript-cups.
Ghostscript uses the cups-config script from the oe sysroots to determine some
of the target install paths, as well as to determine the linker path. The c
On 2012年01月10日 00:17, Mark Hatle wrote:
On 1/8/12 1:11 AM, Xiaofeng Yan wrote:
From: Xiaofeng Yan
For packaging source codes to source rpm package, adding Sources,\
Patches and prep stage in spec file.
"Sources" include source codes (type of tar.gz) and \
log files including log.do_patch and lo
94 matches
Mail list logo