[OE-core] [PATCH 0/1] ethtool: fix ptest execution failure

2014-05-26 Thread Chong Lu
root@qemux86:/usr/lib/ethtool/ptest# ./run-ptest make[1]: Entering directory '/usr/lib/ethtool/ptest' PASS: test-cmdline PASS: test-features Testsuite summary for ethtool 3.14

[OE-core] [PATCH 1/1] ethtool: fix ptest execution failure

2014-05-26 Thread Chong Lu
Modify ptest suite to make it enabled on new version. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/ethtool/ethtool/run-ptest | 2 +- meta/recipes-extended/ethtool/ethtool_3.14.bb | 16 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git

Re: [OE-core] How to use SDK/ADT to generate the ipk/rpm/deb file?

2014-05-26 Thread David Nyström
On 2014-05-26 05:39, Wills Wang wrote: Hi, I want to use SDK/ADT to develop application, but i don't find anything about how to generate the ipk/rpm/deb file after compiling. Is there any way to do this? Best Regards Wills Hi, There is no common workflow to do this with the OE SDK,

[OE-core] [PATCH] oeqa/controllers/beaglebonetarget.py: add conditions for files copied to /boot

2014-05-26 Thread Corneliu Stoicescu
Sometimes the rootfs archive contains the kernel file (core-image-full-cmdline) or the dtbs files (core-image-sato). Adding verification to add them if they don't allready exist. Without this, the first condition would fail and the image deploy task would stop. Signed-off-by: Corneliu

Re: [OE-core] [PATCH 1/1] ethtool: fix ptest execution failure

2014-05-26 Thread Tudor Florea
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Chong Lu Sent: Monday, May 26, 2014 12:22 To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH 1/1] ethtool: fix ptest

[OE-core] [PATCH 1/4] linux-yocto/3.14: update to v3.14.4

2014-05-26 Thread Bruce Ashfield
Bumping the 3.14 recipes to the latest korg -stable release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 +++---

[OE-core] [PATCH 3/4] beaglebone: enable the nowayout option for the watchdog

2014-05-26 Thread Bruce Ashfield
Bumping the meta SRCREV for the following fix: [ The default watchdog behaviour is to stop the timer if the process managing it closes the file /dev/watchdog. The system would not reboot if watchdog daemon crashes due to a bug in it or get killed by other malicious code. So we prefer to

[OE-core] [PATCH 2/4] linux-yocto-rt/3.14: update to 3.14-rt5

2014-05-26 Thread Bruce Ashfield
Updating the the latest 3.14-rt release. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb

[OE-core] [PATCH 4/4] linux-yocto/3.10: bump kver to v3.10.40

2014-05-26 Thread Bruce Ashfield
Integrating the latest korg releases for the 3.10 kernel. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 8 meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto_3.10.bb

[OE-core] [PATCH 0/4] linux-yocto: consolidated kernel update

2014-05-26 Thread Bruce Ashfield
Richard/Saul, Sending a pull request for 3.10 and 3.14 kernel updates. Nothing particularly fancy here, just -stable, rt and config changes. Bruce The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230: guile: Update to 2.0.11 version (2014-05-21 19:50:21 +0100) are

[OE-core] [PATCH 1/2] Update tzdata to 2014c

2014-05-26 Thread Armin Kuster
Removed solaris* as per http://mm.icann.org/pipermail/tz/2013-November/020488.html Signed-off-by: Armin Kuster akus...@mvista.com --- meta/recipes-extended/tzdata/tzdata_2013i.bb | 206 --- meta/recipes-extended/tzdata/tzdata_2014c.bb | 205 ++ 2

[OE-core] [PATCH 2/2] Update tzcode to 2014c

2014-05-26 Thread Armin Kuster
Signed-off-by: Armin Kuster akus...@mvista.com --- .../recipes-extended/tzcode/tzcode-native_2013i.bb | 26 -- .../recipes-extended/tzcode/tzcode-native_2014c.bb | 25 + 2 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644

[OE-core] [PATCH 0/2] Update timezone files to 2014c

2014-05-26 Thread Armin Kuster
This updates both tzcode and tzdate to latest Armin Kuster (2): Update tzdata to 2014c Update tzcode to 2014c .../recipes-extended/tzcode/tzcode-native_2013i.bb | 26 --- .../recipes-extended/tzcode/tzcode-native_2014c.bb | 25 +++ meta/recipes-extended/tzdata/tzdata_2013i.bb | 206

Re: [OE-core] [PATCH 1/1] ethtool: fix ptest execution failure

2014-05-26 Thread Chong Lu
On 05/27/2014 12:02 AM, Tudor Florea wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Chong Lu Sent: Monday, May 26, 2014 12:22 To: openembedded-core@lists.openembedded.org Subject:

[OE-core] [PATCH 1/1][V2] ethtool: fix ptest execution failure

2014-05-26 Thread Chong Lu
Modify ptest suite to make it enabled on new version. Signed-off-by: Chong Lu chong...@windriver.com --- meta/recipes-extended/ethtool/ethtool/run-ptest | 2 +- meta/recipes-extended/ethtool/ethtool_3.14.bb | 16 +++- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git

[OE-core] [PATCH 0/1][V2] ethtool: fix ptest execution failure

2014-05-26 Thread Chong Lu
Change since v1: Remove bash and gawk dependency. The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230: guile: Update to 2.0.11 version (2014-05-21 19:50:21 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib chonglu/ethtool

[OE-core] [PATCH 3/3] socat: fix linux/errqueue.h not found

2014-05-26 Thread Hongxu Jia
The do_compile failed: ... |tmp/work/core2-64-poky-linux/socat/1.7.2.4-r0/socat-1.7.2.4/xio-ip.c: In function 'xiolog_ancillary_ip': |tmp/work/core2-64-poky-linux/socat/1.7.2.4-r0/socat-1.7.2.4/xio-ip.c:520:12: error: dereferencing pointer to incomplete type | err-ee_errno, '\0',

[OE-core] [PATCH 2/3] socat: fix supporting cross compiling

2014-05-26 Thread Hongxu Jia
The do_configure failed: ... |checking for equivalent simple type of size_t... configure: error: in `tmp/work/core2-64-poky-linux/socat/1.7.2.4-r0/build': |configure: error: cannot run test program while cross compiling ... For 1.7.2.4, the linux GCC check in configure.in didn't support cross

[OE-core] [PATCH 1/3] socat: upgrade to 1.7.2.4

2014-05-26 Thread Hongxu Jia
Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../recipes-connectivity/socat/socat/compile.patch | 163 +++-- .../socat/{socat_1.7.2.3.bb = socat_1.7.2.4.bb} | 12 +- 2 files changed, 90 insertions(+), 85 deletions(-) rename

[OE-core] [PATCH V2 0/3] socat: upgrade to 1.7.2.4

2014-05-26 Thread Hongxu Jia
Change in V2: - Add descriptions about what was the problem that was encountered while upgrading to 1.7.2.4. The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230: guile: Update to 2.0.11 version (2014-05-21 19:50:21 +0100) are available in the git repository at:

[OE-core] [PATCH 0/2] meta: fixes dbus-native and cups

2014-05-26 Thread Robert Yang
The following changes since commit 894df445fa71a170397c6e0b4960a89ef20a4230: guile: Update to 2.0.11 version (2014-05-21 19:50:21 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/twofixes

[OE-core] [PATCH 2/2] cups: enable cups-str4402.patch

2014-05-26 Thread Robert Yang
This patch is used for fixing build errors without dnssd/avahi, we already have this patch, but isn't added to SRC_URI: meta/recipes-extended/cups/cups/cups-str4402.patch Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/recipes-extended/cups/cups.inc |1 + 1 file changed, 1

[OE-core] [PATCH 1/2] dbus-native: dbus-native: do_compile failed on selinux.c on CentOS 5.10

2014-05-26 Thread Robert Yang
Found this error on CentOS 5.10, other distros may also has this problem, I think that we can disable the selinux for dbus-native: bus/selinux.c:327: error: array type has incomplete element type [YOCTO #6374] Signed-off-by: Robert Yang liezhi.y...@windriver.com ---

[OE-core] core-image-lsb-dev missing required distro feature ['pam'] (not in DISTRO_FEATURES)

2014-05-26 Thread John Carter
OpenEmbedded newbie here. I'm attempting to build a headless (no ui) device with sshd, so core-image-lsb-dev seem to have more or less what I wanted. But building results in bitbake core-image-lsb-dev Loading cache: 100%

[OE-core] [PATCH 1/3] consolekit: fix console-kit-log-system-start.service startup

2014-05-26 Thread Robert Yang
From: Jonathan Liu net...@gmail.com console-kit-log-system-start.service fails to to start if the /var/log/ConsoleKit directory does not exist. Normally it is created automatically but as we mount a tmpfs at /var/log, we need to add a tmpfiles.d entry to create it. (From OE-Core master rev:

[OE-core] [PATCH 3/3] populate-extfs.sh: keep file timestamps

2014-05-26 Thread Robert Yang
From: Chen Qi qi.c...@windriver.com Fix populate-extfs.sh to keep file timestamps while generating the ext file systems. [YOCTO #6348] Signed-off-by: Chen Qi qi.c...@windriver.com --- .../e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh | 10 +- 1 file changed, 9

[OE-core] [PATCH 2/3] rpm: Fix rpm -V usage

2014-05-26 Thread Robert Yang
From: Mark Hatle mark.ha...@windriver.com [YOCTO #6309] It appears a logic issue has caused rpm -V to no longer verify the files on the filesystem match what was installed. (From OE-Core master rev: 117862cd0eebf6887c2ea6cc353432caee2653aa) Signed-off-by: Mark Hatle mark.ha...@windriver.com

[OE-core] [dora] [PATCH 0/3] 3 fixes for dora

2014-05-26 Thread Robert Yang
The following changes since commit 4c58fe468790822fe48e0a570779979c831d0f10: openssl: fix CVE-2014-0198 (2014-05-21 09:32:38 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib robert/dora-next