* Corneliu Stoicescu [140526 15:23]:
> 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 w
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
http://cgit.openembedded.org/cgit.cgi/openembed
From: Mark Hatle
[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
Signed-off-by: Richard Purdie
Signed-off-by: Rober
From: Chen Qi
Fix populate-extfs.sh to keep file timestamps while generating the
ext file systems.
[YOCTO #6348]
Signed-off-by: Chen Qi
---
.../e2fsprogs/e2fsprogs-1.42.8/populate-extfs.sh | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/meta/recipes
From: Jonathan Liu
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: 2a9a14bf400fe0c263c58
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%
> |##
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
---
meta/recipes-core/dbus/dbus.inc |2 ++
1 file cha
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
---
meta/recipes-extended/cups/cups.inc |1 +
1 file changed, 1 insertion(+)
diff --git a/met
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
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=rbt/twofi
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', err->ee_o
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 comp
Signed-off-by: Hongxu Jia
---
.../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 meta/recipes-connectivity/socat/{socat_1.7.2.3.bb => socat_1.7.2.4.
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:
git
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
http://gi
Modify ptest suite to make it enabled on new version.
Signed-off-by: Chong Lu
---
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 a/meta/recipes-extended/
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: [
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 -
Signed-off-by: Armin Kuster
---
.../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 meta/recipes-extended/tzcode/tzcode
Removed solaris* as per
http://mm.icann.org/pipermail/tz/2013-November/020488.html
Signed-off-by: Armin Kuster
---
meta/recipes-extended/tzdata/tzdata_2013i.bb | 206 ---
meta/recipes-extended/tzdata/tzdata_2014c.bb | 205 ++
2 files changed, 205 i
Integrating the latest korg releases for the 3.10 kernel.
Signed-off-by: Bruce Ashfield
---
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 | 18 +-
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 avai
Updating the the latest 3.14-rt release.
Signed-off-by: Bruce Ashfield
---
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
b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.
Bumping the 3.14 recipes to the latest korg -stable release.
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 8
meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 +--
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 en
> -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
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 Stoicesc
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, across
Modify ptest suite to make it enabled on new version.
Signed-off-by: Chong Lu
---
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 a/meta/recipes-extended/
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
=
29 matches
Mail list logo