On 07/15/2013 11:42 PM, Saul Wold wrote:
This seems to have caused a failure:
Sorry for all these troubles.
I tested this patchset with IMAGE_INSTALL_append = " useradd-example
xuser-account'.
So it didn't encounter a situation where white spaces appear in /etc/passwd.
Now patch V5 has be
From: Chen Qi
This class is dedicated to image level user/group configuration.
It inherits useradd_base.bbclass.
Users need to inherit this class in their layers or local.conf to
make the setting of EXTRA_USERS_PARAMS effective.
For detailed configuration format of EXTRA_USERS_PARAMS, please
re
From: Chen Qi
Changes from V4:
1. Take into consideration the possibility of whitespaces in /etc/passwd and
/etc/group
2. Change bbfatal in perform_usermod and perform_groupmod to bbwarn. Please see
detailed reason below.
PackageA pulls in userA.
Now we want userA to map to a fixed user ID wit
From: Chen Qi
This class is mainly a collection of basic functions for user/group
settings.
This class is intended to be inherited by useradd.bbclass and the
extrausers.bbclass.
[YOCTO #4074]
Signed-off-by: Chen Qi
---
meta/classes/useradd_base.bbclass | 230
From: Chen Qi
The basic functions have moved to useradd_base.bbclass. So this class
only needs to inherit useradd_base.bbclass and use the functions defined
there. The reason is to avoid code duplication with extrausers.bbclass.
[YOCTO #4074]
Signed-off-by: Chen Qi
---
meta/classes/useradd.bb
On Monday, July 15, 2013 09:48:15 AM Paul Eggleton wrote:
> On Monday 15 July 2013 09:12:23 Yi Qingliang wrote:
> > hello,
> >
> > I'm using latest poky, when packaging qte, got following error, any
> > idea?
> >
>
> Please pull the latest changes, this has been switched back to a warning.
Add "Upstream-Status: Accepted" for below patches:
*
meta/recipes-kernel/oprofile/oprofile/0001-Allow-ppc64-events-to-be-specified-with-or-without-_.patch
*
meta/recipes-kernel/oprofile/oprofile/0001-Fix-PPC64-specific-libpfm-usage-so-it-doesn-t-break-.patch
*
meta/recipes-kernel/oprofile/oprofi
On 7/16/2013 1:33 AM, Saul Wold wrote:
On 07/14/2013 11:09 PM, jackie.hu...@windriver.com wrote:
From: Jackie Huang
Take existing recipe from oe-core and downrev for GPLv2 compatiable
version. Add patch to deal with issues when building in bitbake.
Signed-off-by: Jackie Huang
---
.../msm
The following changes since commit 74e403705e25afec656b5e40921771a9c29bdc40:
yocto-kernel: make BBLAYERS parsing more robust (2013-07-13 18:23:39 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib kangkai/typo
http://git.pokylinux.org/cgit.cgi/poky-contrib/
Fix typo of upstream status in tcl-remove-hardcoded-install-path.patch
that may cause some scripts out of work. Fix it.
Signed-off-by: Kai Kang
---
meta/recipes-devtools/tcltk/tcl/tcl-remove-hardcoded-install-path.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/meta/re
On 7/15/13 6:48 PM, Saul Wold wrote:
On 07/15/2013 01:10 PM, Mark Hatle wrote:
Disable the python module check, as the host python modules are
not needed for generating the target tests.
Signed-off-by: Mark Hatle
---
.../dbus/dbus-1.6.8/python-config.patch| 25
+
Disable the python module check, as the host python modules are
not needed for generating the target tests.
Signed-off-by: Mark Hatle
---
.../dbus/dbus-1.6.10/python-config.patch | 25 ++
meta/recipes-core/dbus/dbus-ptest_1.6.10.bb| 1 +
2 files changed, 26
On 07/15/2013 01:10 PM, Mark Hatle wrote:
Disable the python module check, as the host python modules are
not needed for generating the target tests.
Signed-off-by: Mark Hatle
---
.../dbus/dbus-1.6.8/python-config.patch| 25 ++
meta/recipes-core/dbus/dbus-ptes
This fixes the issue where g++ is not able to
find C++ headers when sysroot is '/'
The patch needs to be upstreamed into gcc as well.
[Yocto #4812]
Signed-off-by: Khem Raj
---
meta/recipes-devtools/gcc/gcc-4.8.inc |1 +
.../gcc/gcc-4.8/0040-fix-g++-sysroot.patch | 40
On 07/15/2013 02:10 PM, Andreas Müller wrote:
Hi
while playing around with libreoffice, configure complains for missing
gdk-pixbuff-xlib.
I checked: although I have 'x11' in 'DISTRO_FEATURE', gdk-pixbuff-xlib
is an empty package.
The responsible lines in gdk-pixbuf_xx.bb are:
X11DEPENDS = "--
Hi
while playing around with libreoffice, configure complains for missing
gdk-pixbuff-xlib.
I checked: although I have 'x11' in 'DISTRO_FEATURE', gdk-pixbuff-xlib
is an empty package.
The responsible lines in gdk-pixbuf_xx.bb are:
X11DEPENDS = "--without-x11"
X11DEPENDS_linuxstdbase = "${@base_
The gcc sanity check should be checking for the atomic function directly
instead of using the gcc macro. Older versions of gcc do not have the macro
defined, but do support the atomic operations. (glib-2.0 checks for both
the macro and the function, as long as one is available it will successfull
The ip is being installed into /sbin as of the latest busybox.
Signed-off-by: Mark Hatle
---
meta/recipes-core/busybox/files/simple.script | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/busybox/files/simple.script
b/meta/recipes-core/busybox/files/simple.s
The following is a small set of patches create in the last week or so when
upreving to the latest oe-core.
The sanity.bbclass may be the final fix for Yocto Project bug 4845.
Mark Hatle (4):
sanity.bbclass: Update gcc sanity check
terminal.bbclass: Fix BB_RUNFMT processing
busybox: fix ip r
Disable the python module check, as the host python modules are
not needed for generating the target tests.
Signed-off-by: Mark Hatle
---
.../dbus/dbus-1.6.8/python-config.patch| 25 ++
meta/recipes-core/dbus/dbus-ptest_1.6.10.bb| 1 +
2 files changed, 26
BB_RUNFMT can include task and taskfunc, as well as func and pid. Add the
two missing items toe the runfmt processing.
Also BB_RUNFMT can include arbitrary directory structure.
Signed-off-by: Mark Hatle
---
meta/classes/terminal.bbclass | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53:
distrodata.bbaclass: change in git and svn package reporting (2013-07-12
10:12:13 -0700)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/libdir2
http://cgit.op
There was a slight mistake in the recent change to the lib_re regex -
it still needs to begin with a /.
Signed-off-by: Paul Eggleton
---
meta/classes/insane.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index
This path check isn't handled in the normal way where a QA check
function is called for every file (there's some minor setup that we want
to avoid doing for every file) so we need to check INSANE_SKIP
explicitly.
In the process, change the code structure a little bit so that we can
report the pack
See https://lists.connman.net/pipermail/connman/2013-July/014871.html for
details about
the issue with connman and
http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html
about the upstream submission of the patch.
Signed-off-by: Simon Busch
---
.../wpa-supplicant/wpa-supplicant-2.0.inc
On 07/15/2013 10:33 AM, Simon Busch wrote:
See https://lists.connman.net/pipermail/connman/2013-July/014871.html for
details about
the issue with connman and
http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html
about the upstream submission of the patch.
Signed-off-by: Simon Busch
--
See https://lists.connman.net/pipermail/connman/2013-July/014871.html for
details about
the issue with connman and
http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html
about the upstream submission of the patch.
Signed-off-by: Simon Busch
---
.../wpa-supplicant/wpa-supplicant-2.0.inc
On 07/14/2013 11:09 PM, jackie.hu...@windriver.com wrote:
From: Jackie Huang
Take existing recipe from oe-core and downrev for GPLv2 compatiable
version. Add patch to deal with issues when building in bitbake.
Signed-off-by: Jackie Huang
---
.../msmtp-fixup-api-and-compiler-warning.patch
On 07/15/2013 10:00 AM, Simon Busch wrote:
See https://lists.connman.net/pipermail/connman/2013-July/014871.html for
details about
the issue with connman and
http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html
about the upstream submission of the patch.
Signed-off-by: Simon Busch
--
On 15 July 2013 17:31, Phil Blundell wrote:
> Didn't Saul have some patches to enable/disable PIE globally through
> an .inc file of some sort? I'm not sure that having random recipes
> turning it on haphazardly is all that desirable.
bluez for some reason has a configure flag for it, but yes, S
On 15 July 2013 17:27, Phil Blundell wrote:
>> +RCONFLICTS_${PN} = "bluez5"
>> +RREPLACES_${PN} = "bluez5"
>
> I'm not sure that this necessarily does quite what you want. What
> exactly were you trying to achieve with that RREPLACES?
I remember when this series was first published there was a l
See https://lists.connman.net/pipermail/connman/2013-July/014871.html for
details about
the issue with connman and
http://lists.shmoo.com/pipermail/hostap/2013-July/028167.html
about the upstream submission of the patch.
Signed-off-by: Simon Busch
---
.../wpa-supplicant/wpa-supplicant-2.0.inc
Hi,
I have a use-case where I need to compile the dtb using the kernel build
system, and the kernel's device tree compiler:
- In dylan, dtc is outdated and can not compile our dts, as that needs
additional include files. dtc in dylan does not understand the include path
option -i, although the dtc
On Mon, 2013-07-15 at 15:55 +0100, Burton, Ross wrote:
> On 15 July 2013 14:44, Cristian Iorga wrote:
> > +PACKAGECONFIG ??= "\
> > +${@base_contains('DISTRO_FEATURES', 'pie', 'pie', '', d)}\
> > +"
> > +PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,"
>
> Just noticed this "pie" thing. Th
> +RCONFLICTS_${PN} = "bluez5"
> +RREPLACES_${PN} = "bluez5"
I'm not sure that this necessarily does quite what you want. What
exactly were you trying to achieve with that RREPLACES?
p.
___
Openembedded-core mailing list
Openembedded-core@lists.open
This seems to have caused a failure:
ERROR: Function failed: useradd_sysroot (log file is located at
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/avahi/0.6.31-r6.1/temp/log.do_install.1523)
ERROR: Logfile of failure stored in:
/srv/hdd/builds/world/tmp/work/mips32-poky-linux/avahi/0.6.31-
On 07/15/2013 06:50 AM, Cristian Iorga wrote:
- RCONFLICTS/RREPLACES bluez5
Signed-off-by: Cristian Iorga
---
meta/recipes-connectivity/bluez/bluez4_4.101.bb |3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb
b/meta/recipes-connectivity
- RCONFLICTS/RREPLACES bluez5
Signed-off-by: Cristian Iorga
---
meta/recipes-connectivity/bluez/bluez4_4.101.bb |3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb
b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
index f48adfd..b91c9c3 1006
On 15 July 2013 16:12, Saul Wold wrote:
> The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53:
>
> distrodata.bbaclass: change in git and svn package reporting (2013-07-12
> 10:12:13 -0700)
>
> are available in the git repository at:
>
> git://git.openembedded.org/open
On Monday 15 July 2013 08:12:12 Saul Wold wrote:
> Richard,
>
> Here is a set of changes, mostly OE-QA change with a a few
> package updates and a LSB fix.
>
> Thanks
> Sau!
>
> The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53:
>
> distrodata.bbaclass: change
Richard,
Here is a set of changes, mostly OE-QA change with a a few
package updates and a LSB fix.
Thanks
Sau!
The following changes since commit 43c28375f97161e618fa54349c65be2058c33c53:
distrodata.bbaclass: change in git and svn package reporting (2013-07-12
10:12:13 -0700)
are a
On 15 July 2013 14:44, Cristian Iorga wrote:
> +PACKAGECONFIG ??= "\
> +${@base_contains('DISTRO_FEATURES', 'pie', 'pie', '', d)}\
> +"
> +PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,"
Just noticed this "pie" thing. There is no defined "pie"
DISTRO_FEATURE. PIE is generally a good thin
Adds some comments to testimage.bbclass and the files it calls,
just to give an ideea of what it does.
Signed-off-by: Stefan Stanacar
---
meta/classes/testimage.bbclass| 24
meta/lib/oeqa/oetest.py | 9 +
meta/lib/oeqa/utils/decorators.py | 8
Adds missing skip for smart test and fix the check (which I somehow broke
a while ago).
Signed-off-by: Stefan Stanacar
---
meta/lib/oeqa/runtime/smart.py| 1 +
meta/lib/oeqa/utils/decorators.py | 4 +++-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/lib/oeqa/runtime/smar
From: Alexandru Palalau
Add tests for free space and syslog.
Changed in v2:
- limit df's output to /
- syslog: fix restart in case of systemd
Signed-off-by: Alexandru Palalau
Signed-off-by: Stefan Stanacar
---
meta/classes/testimage.bbclass | 4 ++--
meta/lib/oeqa/runtime/df.py
Hello,
These are some fixes for the testimage.bbclass and tests and
also two new tests.
Changed in v2:
- fixed the syslog tests for systemd builds
- new patch (9) which fixes the dependency check between tests
Cheers,
Stefan
The following changes since commit 74e403705e25afec656b5e409217
Don't use shlex.split in subprocess call and also prepend
. /etc/profile, because PATH over ssh is always
/usr/bin:/bin which isn't what many tests expect.
Changed in v2:
We now need to use a separate call for scp command.
Signed-off-by: Stefan Stanacar
---
meta/lib/oeqa/utils/sshcontrol.py |
Make a copy of the rootfs and test that.
We can now drop the snapshot option.
Signed-off-by: Stefan Stanacar
---
meta/classes/testimage.bbclass| 9 -
meta/lib/oeqa/utils/qemurunner.py | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/meta/classes/testimage.bbclas
Many tests will use 'ps' but we need to know if it's busybox
or standard ps.
Drop the existing check from the connman test.
Signed-off-by: Stefan Stanacar
---
meta/lib/oeqa/oetest.py | 5 ++---
meta/lib/oeqa/runtime/connman.py | 5 -
2 files changed, 2 insertions(+), 8 deletions(-)
file was pulled by rpm in sato images, readelf comes with binutils
so it's in ipk/deb too.
Also the test was looking at connmand instead of connman-applet
(which is what the testcase says and the AB nightly-multilib target installs)
Signed-off-by: Stefan Stanacar
---
meta/lib/oeqa/runtime/multil
On a loaded host (such as an AB setup where multiple builds run)
the 200 seconds timeout might not be enough to reach the login prompt.
Also make it configurable so we can set it from local.conf/auto.conf
Signed-off-by: Stefan Stanacar
---
meta/classes/testimage.bbclass| 6 ++
meta/lib/
Messages such as:
"systemd-udevd[79]: error changing net interface name eth0 to enp0s3: Device or
resource busy"
are harmless as systemd can't rename interfaces in qemu (the interface is
already active).
Alternatively, passing net.ifnames=0 to the kernel will stop systemd renaming
the interfaces
On 07/15/2013 02:24 AM, Paul Eggleton wrote:
On Monday 15 July 2013 00:23:38 Saul Wold wrote:
Ross, Paul:
Please do a review of this set from over the weekend.
Hongxu's patch set includes an atom-pc patch that should have
been on poky, I removed it from here.
I have reviewed the 2 package fro
This sets of patches adds bluez5 recipes as experimental packages.
BlueZ 5.X is not an upgrade for Bluez 4.x, as such, no upgrade is
provided/possible.
The two versions of the BT stack also conflicts each other.
The following changes since commit 74e403705e25afec656b5e40921771a9c29bdc40:
yocto-
* Add DEPENDS on util-linux (for libblkid) and gstreamer (was likely
always being auto-detected since it is currently an unconditional
dependency of Qt itself in our Qt recipes)
* Use PACKAGECONFIG to allow individual configuration of pulseaudio and
bluetooth features rather than additional v
- RCONFLICTS/RREPLACES bluez5
Signed-off-by: Cristian Iorga
---
meta/recipes-connectivity/bluez/bluez4_4.101.bb |3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-connectivity/bluez/bluez4_4.101.bb
b/meta/recipes-connectivity/bluez/bluez4_4.101.bb
index f48adfd..b91c9c3 1006
This sets of patches adds bluez5 recipes as experimental packages.
BlueZ 5.X is not an upgrade for Bluez 4.x, as such, no upgrade is
provided/possible.
The two versions of the BT stack also conflicts each other.
Cristian Iorga (2):
bluez5: new package for v5.7
bluez4: conflicts with/replaces b
- bluez5 does not replace bluez4
- bluez5 is integrated with systemd
- RCONFLICTS/RREPLACES bluez4
- add readline dependency
- set udev variables using pkg-config
Signed-off-by: Cristian Iorga
---
.../bluez5/bluez5-5.7/bluetooth.conf | 16 +++
meta/recipes-connectivity/bluez5
On 07/15/2013 05:24 PM, Paul Eggleton wrote:
I have some reservations about these changes. pmount is obsolete
according to its author:
https://lists.ubuntu.com/archives/ubuntu-devel-discuss/2011-February/012421.html
I appreciate it may solve the problem we're trying to solve but we need
to be p
On 07/12/2013 09:32 PM, Burton, Ross wrote:
On 11 July 2013 19:32, Saul Wold wrote:
>>> We are seeing different checks for different recipes. Do you
>>> guys think that it is possible to handle them in bbclass.
>>>
>> How different are they, there is the DISTRO_FEATURE check and then
>> typica
On 15 July 2013 11:15, Paul Eggleton wrote:
>> is part of it. I'd been meaning to take a good look at this series
>> today, can we pull it for now?
>
> Depends what you mean by "pull"... ?
Good point!
"Drop".
Ross
___
Openembedded-core mailing list
O
On Monday 15 July 2013 10:57:23 Burton, Ross wrote:
> On 15 July 2013 10:24, Paul Eggleton wrote:
> >> Hongxu Jia (5):
> >> pmount: add version 0.9.23
> >> udev-extraconf:fix xuser write to usb storage failed
> >> udev: fix invoking pmount failed based on sysvinit
> >> pmount: allow users
From: Jackie Huang
misc.test: fix the order of expected output of getfacl
root/permissions.test: this test requires that the daemon
user is in groups bin and daemon, so add it into bin group
before testing start.
Signed-off-by: Jackie Huang
---
meta/recipes-support/attr/acl.inc
From: Jackie Huang
We added the acl self contained test cases in our testing layer and found
failures, this patch fixed the test scripts that cause the issues.
--
The following changes since commit 4f5009dcbbeb27bdf5dcaebb3b457fecef410ebe:
security_flags: Add addition recipes to the non pie l
On 15 July 2013 10:24, Paul Eggleton wrote:
>> Hongxu Jia (5):
>> pmount: add version 0.9.23
>> udev-extraconf:fix xuser write to usb storage failed
>> udev: fix invoking pmount failed based on sysvinit
>> pmount: allow users in disk group to perform pmount/pumount
>> xuser-account: add
On Monday 15 July 2013 10:08:30 Bian Naimeng wrote:
> Hi Paul,
>
> said the following on 2013-7-13 1:07:, Paul Eggleton wrote:
> > Hi Bian,
> >
> > On Friday 12 July 2013 10:04:56 Bian Naimeng wrote:
> >> said the following on 2013-7-11 18:54:, Burton, Ross wrote:
> >>> On 10 July 2013 03:56, Bia
On Monday 15 July 2013 00:23:38 Saul Wold wrote:
> Ross, Paul:
>
> Please do a review of this set from over the weekend.
>
> Hongxu's patch set includes an atom-pc patch that should have
> been on poky, I removed it from here.
>
> I have reviewed the 2 package from the Auto Package Update (my
>
From: "Roy.Li"
The following changes since commit e683f1ce730dcdbf0acb280ebe53673c415e1454:
pango: remove pango-module-basic-x RRECOMMENDS (2013-07-09 10:25:54 +0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib roy/dpkg
http://git.pokylinux.org/cgit.cgi/p
From: "Roy.Li"
Signed-off-by: Roy.Li
---
...-for-mipsn32-el-and-mips64-el-to-arch-tab.patch | 78
meta/recipes-devtools/dpkg/dpkg_1.16.10.bb |3 +-
2 files changed, 80 insertions(+), 1 deletion(-)
create mode 100644
meta/recipes-devtools/dpkg/dpkg/Add-suppor
On Monday 15 July 2013 09:12:23 Yi Qingliang wrote:
> hello,
> I'm using latest poky, when packaging qte, got following error, any
> idea?
>
> ERROR: QA Issue: Found library in wrong location:
> /usr/bin/qtopia/examples/tools/styleplugin/styles/libsimplestyleplugin.so
> Found library in wro
On 07/15/2013 03:14 PM, Saul Wold wrote:
On 07/12/2013 02:29 AM, Hongxu Jia wrote:
Add package pmount to atom-pc, the normal user could invoke pmount to
mount
storage device and would have permissions to access it.
This should really have gone to the Poky ML (p...@yoctoproject.org)
Got it,
Ross, Paul:
Please do a review of this set from over the weekend.
Hongxu's patch set includes an atom-pc patch that should have
been on poky, I removed it from here.
I have reviewed the 2 package from the Auto Package Update (my
recipes) and they are correct.
Thanks
Sau!
The followin
On 07/12/2013 02:29 AM, Hongxu Jia wrote:
Add package pmount to atom-pc, the normal user could invoke pmount to mount
storage device and would have permissions to access it.
This should really have gone to the Poky ML (p...@yoctoproject.org)
Sau!
[YOCTO #4004]
Signed-off-by: Hongxu Jia
---
73 matches
Mail list logo