---
meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c
b/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c
index d58e891..4cfb1d5 100644
---
efb8a460d2a977dbd481a0650fba8eb637c65bec:
package.bbclass: Fix sources contents (2013-05-14 08:52:47 +0300)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/makedevs
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/makedevs
Peter Kjellerstedt (4):
makedevs: Create
When creating a block of devices (i.e., when count 0), the wrong
path was used with the call to chown(), effectively trying to change
the owner of some (probably) non-existent file. Thus the created
device nodes were always owned by root.
---
If the increment 1 and the start 0 then the calculation for the
minor device number was incorrect.
---
meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c
---
meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c
b/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c
index 4cfb1d5..4bb316b 100644
---
If the increment 1 and the start 0 then the calculation for the
minor device number was incorrect.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c
b/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c
Peter Kjellerstedt (4):
makedevs: Create blocks of devices with the correct uid/gid
makedevs: Correct the device number calculation for blocks of devices
makedevs: Make the mode number readable in debug messages
makedevs: Avoid unnecessary timestamp calculation
.../recipes-devtools
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c
b/meta/recipes-devtools/makedevs
When creating a block of devices (i.e., when count 0), the wrong
path was used with the call to chown(), effectively trying to change
the owner of some (probably) non-existent file. Thus the created
device nodes were always owned by root.
Signed-off-by: Peter Kjellerstedt peter.kjellerst
-Original Message-
From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org]
Sent: den 29 maj 2013 23:40
To: Peter Kjellerstedt
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 0/4] Fixes for makedevs
On Wed, 2013-05-29 at 16:55 +0200, Peter
-Original Message-
From: Bernhard Reutner-Fischer [mailto:rep.dot@gmail.com]
Sent: den 30 maj 2013 11:02
To: Peter Kjellerstedt; openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH v2 0/4] Fixes for makedevs
On 30 May 2013 09:19:54 Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c
b/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c
Previously count actually behaved as end, and did not take start into
account.
---
meta/files/device_table-minimal.txt | 2 +-
meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c
b/meta/recipes-devtools/makedevs
When creating a block of devices (i.e., when count 0), the wrong
path was used with the call to chown(), effectively trying to change
the owner of some (probably) non-existent file. Thus the created
device nodes were always owned by root.
Signed-off-by: Peter Kjellerstedt peter.kjellerst
If the increment 1 and the start 0 then the calculation for the
minor device number was incorrect.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta
efb8a460d2a977dbd481a0650fba8eb637c65bec:
package.bbclass: Fix sources contents (2013-05-14 08:52:47 +0300)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/makedevs
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/makedevs
Peter Kjellerstedt (5
Previously count actually behaved as end, and did not take start into
account.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/files/device_table-minimal.txt | 2 +-
meta/recipes-devtools/makedevs/makedevs-1.0.0/makedevs.c | 2 +-
2 files changed, 2
-Original Message-
From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org]
Sent: den 30 maj 2013 21:58
To: Peter Kjellerstedt
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH v3 5/5] makedevs: Make count actually
behave as a count for device blocks
If any of BB_NUMBER_THREADS, PARALLEL_MAKE or SSTATE_DIR happened to be
set in local.conf then the bb-matrix script would not perform as
intended.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/contrib/bb-perf/bb-matrix.sh | 4
1 file changed, 4 insertions
-matrix_improvements
Peter Kjellerstedt (2):
bb-matrix: Clean before, rather than after, building
bb-matrix: Make sure local.conf does not interfere
scripts/contrib/bb-perf/bb-matrix.sh | 16 +---
1 file changed, 9 insertions(+), 7 deletions(-)
--
1.8.2.1
This makes sure the the first build starts from a clean state. Otherwise
one could have the first build affected by any leftover state from
a previous build.
This also leaves a working state behind after the final build.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts
://git.yoctoproject.org/poky-contrib pkj/oe-init-build-env
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/oe-init-build-env
Peter Kjellerstedt (3):
oe-setup-builddir: Allow $OECORENOTESCONF to not exist
oe-buildenv-internal: Only add to $PATH if needed
oe-init-build-env: Make it use
Signed-off-by: Peter Kjellerstedt p...@axis.com
---
scripts/oe-setup-builddir | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/oe-setup-builddir b/scripts/oe-setup-builddir
index 76e1778..d5d8d98 100755
--- a/scripts/oe-setup-builddir
+++ b/scripts/oe-setup-builddir
Signed-off-by: Peter Kjellerstedt p...@axis.com
---
oe-init-build-env | 2 ++
1 file changed, 2 insertions(+)
diff --git a/oe-init-build-env b/oe-init-build-env
index 67eddcd..68af7b5 100755
--- a/oe-init-build-env
+++ b/oe-init-build-env
@@ -30,6 +30,8 @@ if [ -z $ZSH_NAME ] [ x$0 = x./oe-init
If $PATH already has the needed paths at the beginning, there is no need
to add them again. This allows rerunning oe-init-build-env for the same
directory without having $PATH increase unnecessarily every time.
Signed-off-by: Peter Kjellerstedt p...@axis.com
---
scripts/oe-buildenv-internal | 5
2013 00:40
To: Paul Eggleton
Cc: Trevor Woerner; Peter Kjellerstedt; Patches and discussions about the
oe-core layer
Subject: Re: [OE-core] [PATCH 2/3] oe-buildenv-internal: Only add to $PATH if
needed
On Mon, Apr 8, 2013 at 10:48 AM, Paul Eggleton
paul.eggle
-buildenv-internal
Peter Kjellerstedt (1):
oe-buildenv-internal: Only add to $PATH if needed
scripts/oe-buildenv-internal | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
--
1.7.11.7
___
Openembedded-core mailing list
Openembedded-core
run.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/oe-buildenv-internal | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/scripts/oe-buildenv-internal b/scripts/oe-buildenv-internal
index 0a4d324..644df8f 100755
--- a/scripts/oe-buildenv-internal
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
Richard Purdie
Sent: den 22 april 2013 16:16
To: bitbake-devel
Cc: openembedded-core
Subject: [OE-core] BitBake changes in the Yocto
/cgit.cgi/poky-contrib/log/?h=pkj/bb-matrix-plot
Peter Kjellerstedt (1):
bb-matrix-plot: Use interpolation for sparse data
scripts/contrib/bb-perf/bb-matrix-plot.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
1.8.2.1
___
Openembedded-core
the missing data the graph looks a lot better.
This should not change graphs where all data points are available in any
way, only improve sparse graphs.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/contrib/bb-perf/bb-matrix-plot.sh | 2 +-
1 file changed, 1 insertion
-Original Message-
From: Darren Hart [mailto:dvh...@linux.intel.com]
Sent: den 10 september 2013 17:38
To: Peter Kjellerstedt
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 1/1] bb-matrix-plot: Use interpolation
for sparse data
On Tue, 2013-09-10 at 14
-Original Message-
From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org]
Sent: den 10 september 2013 17:48
To: Darren Hart
Cc: Peter Kjellerstedt; openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [PATCH 2/2] bb-matrix: Make sure local.conf does
In a recent commit
(http://cgit.openembedded.org/openembedded-core/commit/?id=c27ac156bcaf3193d52f456480947b0cfaef3c72),
Richard added a big warning about not forking the
linux-libc-headers recipe to get at specific kernel
headers for user space. As a consequence I thought I
should remove
repository at:
git://git.yoctoproject.org/poky-contrib pkj/kernel-yocto_typo
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/kernel-yocto_typo
Peter Kjellerstedt (1):
kernel-yocto: Add a missing '['
meta/classes/kernel-yocto.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/classes/kernel-yocto.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/kernel-yocto.bbclass
b/meta/classes/kernel-yocto.bbclass
index 97a5fa7..8f79932 100644
--- a/meta/classes/kernel
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/gui.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/pybootchartgui/pybootchartgui/gui.py
b/scripts/pybootchartgui/pybootchartgui/gui.py
index 164bdfb..1120701 100644
This will make the first bar actually start within the graph. It will
also move the graph to the right so the names of the first tasks are
more likely to be visible.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/draw.py | 4 ++--
1 file
While Show more is enabled, all processes are shown, regardless of
--mintime.
This also has the added benefit of making the first shown bar start at
its correct offset from the start time, rather than always starting at
0.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/main.py.in | 40 +++-
1 file changed, 25 insertions(+), 15 deletions(-)
diff --git a/scripts/pybootchartgui/pybootchartgui/main.py.in
b/scripts/pybootchartgui
Previously they were transparent.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/draw.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py
b/scripts/pybootchartgui/pybootchartgui/draw.py
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/parsing.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/scripts/pybootchartgui/pybootchartgui/parsing.py
b/scripts/pybootchartgui/pybootchartgui/parsing.py
index
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/draw.py | 8
1 file changed, 8 insertions(+)
diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py
b/scripts/pybootchartgui/pybootchartgui/draw.py
index 718d95e..2a26160 100644
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/draw.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py
b/scripts/pybootchartgui/pybootchartgui/draw.py
index b1ad6e6..6b15d64
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/draw.py | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py
b/scripts/pybootchartgui/pybootchartgui/draw.py
index
With this, one second ticks are only enabled if the width of a second is
five pixels or more. It is also possible to distinguish 1, 5 and 30
second ticks.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/draw.py | 7 +++
1 file changed
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/draw.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py
b/scripts/pybootchartgui/pybootchartgui/draw.py
index 9cbcbc1
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/gui.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/pybootchartgui/pybootchartgui/gui.py
b/scripts/pybootchartgui/pybootchartgui/gui.py
index ddeb88c
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/draw.py| 11 +++
scripts/pybootchartgui/pybootchartgui/main.py.in | 2 ++
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/scripts/pybootchartgui/pybootchartgui
)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/pybootchartgui
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/pybootchartgui
Peter Kjellerstedt (14):
pybootchartgui: Import pybootchartgui 0.14.5
pybootchartgui: Make the horizontal scaling stay
-Original Message-
From: Burton, Ross [mailto:ross.bur...@intel.com]
Sent: den 16 november 2013 00:25
To: Peter Kjellerstedt
Cc: OE-core
Subject: Re: [OE-core] [PATCH 00/14] Improvements to pybootchartgui
Hi,
On 15 November 2013 17:08, Peter Kjellerstedt
peter.kjellerst
Background: Back in September, Richard made a commit to
linux-libc-headers.inc describing why one should not fork the
linux-libc-headers recipe:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=babbf7a46acaefd9b36031483cafce053f607e66
As a result I created a local bbclass for our
I will aggregate my responses to Koen, Bruce and Phil below.
-Original Message-
From: Koen Kooi [mailto:k...@dominion.thruhere.net]
Sent: den 16 januari 2014 20:19
To: Peter Kjellerstedt
Cc: OE Core (openembedded-core@lists.openembedded.org); Phil Blundell
Subject: Re: [OE-core] RFC
(2014-01-21
10:45:29 +)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/pybootchartgui2
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/pybootchartgui2
Peter Kjellerstedt (5):
pybootchartgui: Make the -s option work again
pybootchartgui
When --full-time (or -T) is used, the graph allways shows the full
time regardless of which processes are currently shown. This is
especially useful in combinationm with the -s flag when outputting to
multiple files.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts
Add minimum width zero-padding to the index used in split output files
with -s and -o. I.e., if -s 200 is used, then the index will be
zero-padded to three digits width.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/main.py.in | 4 +++-
1
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/parsing.py | 39 +---
1 file changed, 14 insertions(+), 25 deletions(-)
diff --git a/scripts/pybootchartgui/pybootchartgui/parsing.py
b/scripts/pybootchartgui
[YOCTO #5588]
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
scripts/pybootchartgui/pybootchartgui/parsing.py | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/scripts/pybootchartgui/pybootchartgui/parsing.py
b/scripts/pybootchartgui/pybootchartgui
Which assumption is correct: a recipe A that depends on another
recipe B can use users/groups that B creates or all recipes must
create the users/groups they require themselves?
The problem for us is that we have a lot of recipes that create
users and groups, and subsequently a number of other
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
Peter Kjellerstedt
Sent: den 19 maj 2014 10:15
To: OE Core (openembedded-core@lists.openembedded.org)
Subject: [OE-core] Using users
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
Peter Kjellerstedt
Sent: den 23 maj 2014 12:38
To: OE Core (openembedded-core@lists.openembedded.org)
Subject: Re: [OE-core] Using users
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
Mark Hatle
Sent: den 9 juni 2014 16:47
To: Peter Kjellerstedt; OE Core (openembedded-
c...@lists.openembedded.org)
Subject: Re: [OE-core
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
Mark Hatle
Sent: den 9 juni 2014 19:03
To: Peter Kjellerstedt; OE Core (openembedded-
c...@lists.openembedded.org)
Subject: Re: [OE-core
Removing all m4 files in the m4 directory led to a number of non-fatal
errors while running configure when the expected m4 macros could not
be found.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-support/libgcrypt/libgcrypt.inc | 4 ++--
1 file changed, 2
://git.yoctoproject.org/poky-contrib pkj/build-deps
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/build-deps
Peter Kjellerstedt (2):
gdb: Add a dependency on zlib
gstreamer1.0-plugins-good: Add a PACKAGECONFIG for udev
meta/recipes-devtools/gdb/gdb-common.inc
Build fails otherwise if USE_NLS is set to no.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-core/glib-networking/glib-networking_2.38.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/glib-networking/glib
Build fails otherwise if USE_NLS is set to no.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-core/systemd/systemd_213.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/systemd/systemd_213.bb
b/meta/recipes-core/systemd
Build fails otherwise if USE_NLS is set to no.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.46.0.bb
b/meta
This solves the following warning:
WARNING: QA Issue: gdb rdepends on zlib, but it isn't a build
dependency? [build-deps]
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-devtools/gdb/gdb-common.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
.
(2014-08-12 13:50:32 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/libgcrypt
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/libgcrypt
Peter Kjellerstedt (1):
libgcrypt: Do not remove m4 files so aggressively
meta/recipes
by searching through standard paths. If it finds an old
installation it prepends that path to sys.path thereby causing it to
ignore the PYTHONPATH. The solution is to instead set SCONS_LIB_PATH
which works both if scons is not installed and if an older version is
installed.
Signed-off-by: Peter
.
(2014-08-12 13:50:32 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/use_nls_no
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/use_nls_no
Peter Kjellerstedt (3):
systemd: Inherit gettext
libsoup-2.4: Inherit gettext
glib-networking
]
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
b/meta/recipes-multimedia
in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/scons
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/scons
Peter Kjellerstedt (1):
python-scons-native: Make it useable if old host install exists
meta/recipes-devtools/python/python-scons-native_2.3.2.bb | 2 +-
1
.
(2014-08-12 13:50:32 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/gstreamer1.0-rtsp-server
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/gstreamer1.0-rtsp-server
Peter Kjellerstedt (1):
gstreamer1.0-rtsp-server: Upgrade to 1.4.0
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
...r1.0-rtsp-server_1.2.3.bb = gstreamer1.0-rtsp-server_1.4.0.bb} | 7 ++-
1 file changed, 2 insertions(+), 5 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.2.3.bb =
gstreamer1.0-rtsp
The variable results was accidentally used for multiple different
things at the same time, which unintentionally discarded anything that
was supposed to be returned from the function...
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/lib/oe/utils.py | 4 ++--
1 file
This quite coincidentally invalidates the sstate for do_package which
is needed due to the correction of oe.utils.multiprocess_exec().
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta/classes/package.bbclass | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff
12:13:38 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/multiprocess_exec
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/multiprocess_exec
Peter Kjellerstedt (2):
lib/oe/utils: Make multiprocess_exec() return anything
package
:
classes/populate_sdk_base: enable adding custom commands to SDK install
script (2014-09-11 18:02:55 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/shadow
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/shadow
Peter Kjellerstedt (1
Even if useradd --root root is used it would still read login.defs
before doing the chroot() and thus use the one provided by the host
rather than the sysroot.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
...o-not-read-login.defs-before-doing-chroot.patch | 46
[ I am moving this discussion to the OE-core list as I believe
that is where it belongs. ]
-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-
boun...@yoctoproject.org] On Behalf Of Paul Eggleton
Sent: den 2 december 2014 15:07
To: Fabrice Coulon
Cc:
to / (was: [yocto]
Export bitbake variables between recipes)
On 12/2/14, 12:27 PM, Peter Kjellerstedt wrote:
[ I am moving this discussion to the OE-core list as I believe
that is where it belongs. ]
-Original Message-
From: yocto-boun...@yoctoproject.org [mailto:yocto-
boun
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of
Mark Hatle
Sent: den 3 december 2014 16:47
To: Peter Kjellerstedt; openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] Why
to / (was: [yocto]
Export bitbake variables between recipes)
On 12/04/2014 09:34 PM, Peter Kjellerstedt wrote:
-Original Message-
From: openembedded-core-boun...@lists.openembedded.org
[mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf
Of
Mark Hatle
Sent: den 3
: importlayer Remove description input field (2015-02-20
12:58:20 +)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/gst-plugins-package
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/gst-plugins-package
Peter Kjellerstedt (1):
gst-plugins
package, this caused all plugin packages to be
pulled in whenever one plugin package was installed...
Since the main package is now guaranteed to be empty, there is no
reason for the plugin packages to depend on it any more.
Signed-off-by: Peter Kjellerstedt peter.kjellerst...@axis.com
---
meta
files used only to specify static UIDs.
Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com>
---
meta/classes/useradd-staticids.bbclass | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/meta/classes/useradd-staticids.bbclass
b/meta/classes/u
at:
git://git.yoctoproject.org/poky-contrib pkj/useradd_skip_colons
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/useradd_skip_colons
Peter Kjellerstedt (1):
useradd-staticids.bbclass: Do not require trailing colons
meta/classes/useradd-staticids.bbclass | 12 ++--
1 file
obj)), length))
because I got
Exception: TypeError: 'itertools.islice' object has no attribute '__getitem__'
otherwise.
New patch coming up.
//Peter
From: kerg...@gmail.com [mailto:kerg...@gmail.com] On Behalf Of Christopher
Larson
Sent: 23 October 2015 17:53
To: Burton, Ross
Cc: Peter Kjellers
at:
git://git.yoctoproject.org/poky-contrib pkj/useradd_skip_colons
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/useradd_skip_colons
Peter Kjellerstedt (1):
useradd-staticids.bbclass: Do not require trailing colons
meta/classes/useradd-staticids.bbclass | 16 ++--
1
files used only to specify static UIDs.
Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com>
---
meta/classes/useradd-staticids.bbclass | 16 ++--
1 file changed, 14 insertions(+), 2 deletions(-)
diff --git a/meta/classes/useradd-staticids.bbclass
b/meta/classes/u
> -Original Message-
> From: Mark Hatle [mailto:mark.ha...@windriver.com]
> Sent: den 6 november 2015 21:14
> To: Peter Kjellerstedt
> Cc: openembedded-core@lists.openembedded.org
> Subject: Re: [PATCH 5/5] useradd-staticids.bbclass: Read passwd/group
> files before pa
one would then assume that the foobar user would be created with the
primary group set to nogroup. However, it was not (the primary group
would be foobar), and the only way to get it correct was to explicitly
add --gid nogroup to the USERADD_PARAM_${PN}.
Signed-off-by: Peter Kjellerstedt <pe
The useradd options --create-home/--no-create-home and
--user-group/--no-user-group are mutually exclusive and should be
treated as such.
Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com>
---
meta/classes/useradd-staticids.bbclass | 27 ++-
1 file c
., if the first passwd file read defines a user as:
foobar::1234
and the second passwd file defines it as:
foobar:::nogroup:The foobar user:/:/bin/sh
then a foobar group would be created even if the user will use the
nogroup as its primary group.
Signed-off-by: Peter Kjellerstedt <peter.kjelle
available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/useradd_improvements
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/useradd_improvements
Peter Kjellerstedt (5):
useradd-staticids.bbclass: Treat mutually exclusive options as such
useradd-statici
][not uaargs.gid]
uaargs.groupid = [field[3], uaargs.groupid][not field[3]]
Also, the official conditional operator since Python 2.5 ( if
else ) does not evaluate both and
as [, ][not ] does.
Signed-off-by: Peter Kjellerstedt <peter.kjellerst...@axis.com>
---
meta/classes/useradd-staticids.b
1 - 100 of 1005 matches
Mail list logo