Op 18 dec. 2013, om 08:49 heeft qi.c...@windriver.com het volgende geschreven:
> From: Chen Qi
>
> Add ability to set the default target for systemd images.
>
> The default value for the target is derived from checking whether
> IMAGE_FEATRUES
typo
> contains 'x11-base' or not. Each image co
From: Chen Qi
Add ability to set the default target for systemd images.
The default value for the target is derived from checking whether
IMAGE_FEATRUES contains 'x11-base' or not. Each image could override
this value in its own recipe. For now, we don't need to do any change,
because all images
From: Chen Qi
Changes since V1:
1. Fix a problem when building live images
The following changes since commit 9daa1de753e58b7f678e68cf307f6028c0c79a6a:
qemu/local.conf.sample: Add sdl PACKAGECONFIG (2013-12-16 12:13:59 +)
are available in the git repository at:
git://git.pokylinux.org
Please drop this one. It has some problem with live images.
I'll send out a V2.
//Chen Qi
On 12/17/2013 05:05 PM, qi.c...@windriver.com wrote:
From: Chen Qi
Add ability to set the default target for systemd images.
The default value for the target is derived from checking whether
IMAGE_FEAT
On 12/17/2013 10:22 PM, Mark Hatle wrote:
On 12/17/13, 2:54 AM, qi.c...@windriver.com wrote:
From: Chen Qi
Installing complementary packages should not be attempt-only, otherwise,
errors would be hidden. For example, if we enable ptest distro feature,
and we add 'ptest-pkgs' to IMAGE_FEATRUES,
On 12/17/2013 09:10 AM, Saul Wold wrote:
The following changes since commit b226ab4cf7779f4dfaa78210cb6249766ed564c1:
insane: handle recursive configures when checking for unknown configure
options (2013-12-16 12:12:40 +)
are available in the git repository at:
git://git.openembedd
On Tuesday 17 December 2013 18:16:35 Martin Jansa wrote:
> On Tue, Dec 17, 2013 at 02:56:21PM +, Paul Eggleton wrote:
> > A simple script I put together for getting the paths from one node to
> > another in a dot graph. This is useful for example in working out why
> > a particular recipe is ge
On Tue, Dec 17, 2013 at 02:56:21PM +, Paul Eggleton wrote:
> A simple script I put together for getting the paths from one node to
> another in a dot graph. This is useful for example in working out why
> a particular recipe is getting built in conjunction with dot graph files
> produced by bit
The following changes since commit b226ab4cf7779f4dfaa78210cb6249766ed564c1:
insane: handle recursive configures when checking for unknown configure
options (2013-12-16 12:12:40 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/stage
On Tue, Dec 17, 2013 at 6:53 PM, Paul Eggleton <
paul.eggle...@linux.intel.com> wrote:
> On Tuesday 17 December 2013 18:51:08 Andrei Gherzan wrote:
> > On Tue, Dec 17, 2013 at 6:47 PM, Paul Eggleton <
> >
> > paul.eggle...@linux.intel.com> wrote:
> > > On Tuesday 17 December 2013 18:33:51 Andrei G
On Tuesday 17 December 2013 18:51:08 Andrei Gherzan wrote:
> On Tue, Dec 17, 2013 at 6:47 PM, Paul Eggleton <
>
> paul.eggle...@linux.intel.com> wrote:
> > On Tuesday 17 December 2013 18:33:51 Andrei Gherzan wrote:
> > > From: Alexandru Niculita
> > >
> > > Change-Id: I4fb1e623c7bbb1f35ae3001c83
On Tue, Dec 17, 2013 at 6:47 PM, Paul Eggleton <
paul.eggle...@linux.intel.com> wrote:
> On Tuesday 17 December 2013 18:33:51 Andrei Gherzan wrote:
> > From: Alexandru Niculita
> >
> > Change-Id: I4fb1e623c7bbb1f35ae3001c839cd7e16ce1bd65
> > Signed-off-by: Alexandru Niculita
> > ---
> > meta/re
On Tuesday 17 December 2013 18:33:51 Andrei Gherzan wrote:
> From: Alexandru Niculita
>
> Change-Id: I4fb1e623c7bbb1f35ae3001c839cd7e16ce1bd65
> Signed-off-by: Alexandru Niculita
> ---
> meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
>
From: Alexandru Niculita
Change-Id: I4fb1e623c7bbb1f35ae3001c839cd7e16ce1bd65
Signed-off-by: Alexandru Niculita
---
meta/recipes-graphics/libsdl/libsdl_1.2.15.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/libsdl/libsdl_1.2.15.bb
b/meta/recipes-g
The following changes since commit b226ab4cf7779f4dfaa78210cb6249766ed564c1:
insane: handle recursive configures when checking for unknown configure
options (2013-12-16 12:12:40 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/graph-t
A simple script I put together for getting the paths from one node to
another in a dot graph. This is useful for example in working out why
a particular recipe is getting built in conjunction with dot graph files
produced by bitbake -g.
For example:
$ bitbake -g core-image-minimal
...
$ graph-too
On 12/17/13, 2:54 AM, qi.c...@windriver.com wrote:
From: Chen Qi
Installing complementary packages should not be attempt-only, otherwise,
errors would be hidden. For example, if we enable ptest distro feature,
and we add 'ptest-pkgs' to IMAGE_FEATRUES, then building a minimal image
would succee
The configure script looks for this; most of the time dependency chains
ensure this is present but we need to be explicit or failures can
occur.
Reported by Nicolas Dechesne
Signed-off-by: Paul Eggleton
---
meta/recipes-support/libsoup/libsoup-2.4_2.44.2.bb | 2 +-
1 file changed, 1 insertion(
Signed-off-by: Corneliu Stoicescu
---
meta/lib/oeqa/selftest/buildhistory.py | 45
1 file changed, 45 insertions(+)
create mode 100644 meta/lib/oeqa/selftest/buildhistory.py
diff --git a/meta/lib/oeqa/selftest/buildhistory.py
b/meta/lib/oeqa/selftest/buildhis
Signed-off-by: Corneliu Stoicescu
---
meta/lib/oeqa/selftest/buildoptions.py | 20
1 file changed, 20 insertions(+)
diff --git a/meta/lib/oeqa/selftest/buildoptions.py
b/meta/lib/oeqa/selftest/buildoptions.py
index 5fb69d8..ef6579b 100644
--- a/meta/lib/oeqa/selftest/buil
Added a new module meta/lib/oeqa/selftest/oescripts.py containing tests
for scripts from ${COREBASE}/scripts
Signed-off-by: Corneliu Stoicescu
---
meta/lib/oeqa/selftest/oescripts.py | 60 +++
1 file changed, 60 insertions(+)
create mode 100644 meta/lib/oeqa/se
Added a new module meta/lib/oeqa/selftest/oescripts.py containing tests
for scripts from ${COREBASE}/scripts
---
meta/lib/oeqa/selftest/oescripts.py | 60 +++
1 file changed, 60 insertions(+)
create mode 100644 meta/lib/oeqa/selftest/oescripts.py
diff --git a/me
---
meta/lib/oeqa/selftest/buildoptions.py | 20
1 file changed, 20 insertions(+)
diff --git a/meta/lib/oeqa/selftest/buildoptions.py
b/meta/lib/oeqa/selftest/buildoptions.py
index 5fb69d8..ef6579b 100644
--- a/meta/lib/oeqa/selftest/buildoptions.py
+++ b/meta/lib/oeqa/sel
---
meta/lib/oeqa/selftest/buildhistory.py | 45
1 file changed, 45 insertions(+)
create mode 100644 meta/lib/oeqa/selftest/buildhistory.py
diff --git a/meta/lib/oeqa/selftest/buildhistory.py
b/meta/lib/oeqa/selftest/buildhistory.py
new file mode 100644
index
Hi all,
As below, our FOSDEM stand proposal has been accepted. We can talk specific
logistics a bit closer to the event, but now is a good time to book your
tickets if you'd like to attend - we usually have a pretty good turnout of
OpenEmbedded community members and it would be great if we coul
Signed-off-by: Corneliu Stoicescu
---
meta/lib/oeqa/selftest/sstate.py | 226 ++
1 file changed, 226 insertions(+)
create mode 100644 meta/lib/oeqa/selftest/sstate.py
diff --git a/meta/lib/oeqa/selftest/sstate.py b/meta/lib/oeqa/selftest/sstate.py
new file m
From: Chen Qi
Add ability to set the default target for systemd images.
The default value for the target is derived from checking whether
IMAGE_FEATRUES contains 'x11-base' or not. Each image could override
this value in its own recipe. For now, we don't need to do any change,
because all images
From: Chen Qi
The following changes since commit 9daa1de753e58b7f678e68cf307f6028c0c79a6a:
qemu/local.conf.sample: Add sdl PACKAGECONFIG (2013-12-16 12:13:59 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/systemd-default-target
http://git.poky
From: Chen Qi
Installing complementary packages should not be attempt-only, otherwise,
errors would be hidden. For example, if we enable ptest distro feature,
and we add 'ptest-pkgs' to IMAGE_FEATRUES, then building a minimal image
would succeed without reporting any error. However, the systemd-p
From: Chen Qi
The following changes since commit 9daa1de753e58b7f678e68cf307f6028c0c79a6a:
qemu/local.conf.sample: Add sdl PACKAGECONFIG (2013-12-16 12:13:59 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/complementary-attemptonly
http://git.p
From: mykhani
c_rehash utility is not being installed with openssl.It conveniently
generates hash and symbolic links based on it for CA certificates
stored locally for SSL based server authentication
Signed-off-by: Yasir-Khan
---
meta/recipes-connectivity/openssl/openssl.inc |7 ++-
1
31 matches
Mail list logo