The qemu didn't support '-march=corei7 -mtune=corei7' and
gcc optimization level 3 '-O3' very well, in which the
/usr/lib64/python2.7/test/test_md5.py and
/usr/lib64/python2.7/test/test_sha.py failed.
So we use gcc optimization level 2 to instead.
YOCTO [# 8747]
Signed-off-by: Hongxu Jia
---
.
The following changes since commit 698c74c373110ed081a7586e21d4a27b8b44c89b:
libsdl: remove redundant configure_tweak patch (2015-12-01 21:32:15 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib hongxu/fix-python
http://git.pokylinux.org/cgit.cgi/poky-cont
If user specific parameters to opkg are set in local.conf, they are
rewritten in package_ipk.bbclass and ignored, instead append
package_ipk specific arguments to the user defined ones.
The change is needed, if a user has to pass an alternative path to a
temporary directory for opkg, e.g.
OPKG_
On Tue, 01 Dec 2015 11:47:20 Martin Jansa wrote:
> On Tue, Dec 01, 2015 at 07:49:50AM +1300, Paul Eggleton wrote:
> > Hi Trevor,
> >
> > On Mon, 30 Nov 2015 10:19:35 Trevor Woerner wrote:
> > > On 11/26/15 16:00, Paul Eggleton wrote:
> > > > I'm also
> > > > trying to ensure that the patch validat
From: "Ng, Mei Yeen"
After running gummiboot loader install option, the installed target
storage device boot parameter for root=PARTUUID is empty causing boot failure.
This issue is only observed with gummiboot and not with GRUB loader.
This fix assign the rootuuid of the rootfs partition for gu
From: "Ng, Mei Yeen"
Running the install option from bootloader to install image to eMMC will fail
with error:
Formatting /dev/mmcblk01 to vfat...
mkfs.fat 3.0.28 (2015-05-16)
/dev/mmcblk01: No such file or directory
This issue impacts both grub and gummiboot install option to eMMC device.
The i
From: Jussi Kukkonen
On systems with two cards, the correct output profile does not get
selected automatically even in the simple case where there is one
available profile. This scenario is typical at least with HDMI audio
(which is on a separate card).
Fixes [YOCTO #8448]
(From OE-Core rev: 4b
Robert / Richard:
Please take these changes recently merged into master into Jethro as
they affect many platforms.
Thanks
Sau!
Jussi Kukkonen (1):
pulseaudio: Fix HDMI profile selection
Ng, Mei Yeen (2):
init-install-efi: fix script for eMMC installation
init-install-efi: fix script
On Tue, Dec 1, 2015 at 1:44 AM, Robert Yang wrote:
> From: Armin Kuster
>
> CVE-2015-7942 libxml2: heap-based buffer overflow in
> xmlParseConditionalSections()
> CVE-2015-8035 libxml2: DoS when parsing specially crafted XML document if XZ
> support is enabled
It looks like CVE-2015-7942 requi
> +# If weston-launch exists, we're configured for XWayland.
> +if [ -f /usr/bin/weston-launch ]; then
> +echo "Starting Weston in XWayland"
Nope. XWayland support and weston-launch support are configured
separately. One may be present and the other one absent, both way
Signed-off-by: Andre McCurdy
---
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc| 2 +-
meta/recipes-kernel/linux-libc-headers/linux-libc-headers_4.1.bb | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-heade
Don't try and move the python packages from base_libdir to libdir
if they are the same location.
Signed-off-by: Joshua Lock
---
meta/recipes-extended/cracklib/cracklib_2.9.5.bb | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-extended/cracklib/cracklib
These OE default make flags are not required for KBuild packages.
Signed-off-by: Andre McCurdy
---
meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers.inc
b/meta/recipes-ke
From: Prabhu Sundararaj
When XWayland is configured, Weston must be started using the
weston-launch utility.
Signed-off-by: Tom Hochstein
---
meta/recipes-graphics/wayland/weston-init/init | 10 +-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/wayla
ping
On jue, 2015-11-26 at 18:34 +, Joya Cruz, Alejandro wrote:
> Any feedback about this?
>
> On mar, 2015-11-17 at 16:13 -0600, Alejandro Joya wrote:
> > These recipes have a hardcoded dependency to busybox,
> > in order to be able to have a flexible selection,
> > instead of the hardcoded d
On Fri, 27 Nov 2015 13:34:27 Paul Eggleton wrote:
> One aspect that will probably change in the future is how it picks up the
> kernel configuration - for
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=5574 (which I hope to get
> to for 2.1, but no promises) we will need to write the kernel co
Documentation related to this feature is already in the manual but
feature is still not present in the code, so requesting it for merge..
On 10/05/2015 08:12 AM, leonardo.sandoval.gonza...@linux.intel.com wrote:
From: Leonardo Sandoval
The recently introduced PACKAGE_FEED_PREFIX is not fle
From: Mariano Lopez
Add new wks file as a example for a custom bootloader configuration.
This change also includes the configuration that file that will be
used.
This example is using syslinux with MBR, the configuration file is
almost the same as the one generated by wic. As stated before this
From: Mariano Lopez
These patches add a new option for the bootloaders. This new option allows
to use a custom configuration file as the bootloader config with the
"configfile" variable in the bootloader line. This is very useful when there
is need to create a multiboot image or when there is nee
From: Mariano Lopez
This just adds the "configfile" option for the bootloader
to wic help.
[YOCTO #8728]
Signed-off-by: Mariano Lopez
---
scripts/lib/wic/help.py | 6 ++
1 file changed, 6 insertions(+)
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py
index 9a778b6..89fb7be
From: Mariano Lopez
This change will allow to use a user defined file as the
configuration for the bootloaders (grub, gummiboot, syslinux).
The config file is defined in the wks file with the "configfile"
option in the bootloader line.
[YOCTO #8728]
Signed-off-by: Mariano Lopez
---
scripts/l
From: Mariano Lopez
This change add two new function to search for files in the
canned-wks folder for all the layers included in bblayers.conf.
This will be used to search for custom configuration files for
the bootloaders.
There are similar functions in the wic engine, but these are
focused in
From: Mariano Lopez
This change just add anoher test to the wic module.
It will try to create a image with a custom bootloader
configuration. This test will use the example image
directdisk-bootloader-config to test the configfile
option for the bootloaders.
[YOCTO #8728]
Signed-off-by: Mariano
From: Mariano Lopez
Currently wic does the bootloader configuration file on the fly.
This change introduce a configfile variable for the bootloader;
this is to have a user defined configuration file for the
bootloaders (grub, syslinux, and gummiboot). This is particular
useful when having a multi
From: Mike Crowe
TARGET_CPPFLAGS, TARGET_CFLAGS, TARGET_CPPFLAGS and TARGET_LDFLAGS may
differ between MACHINEs. Since they are exported they affect task hashes
even if unused which leads to multiple variants of allarch packages
existing in sstate and bouncing in the sysroot when switching betwee
Upgrade the library version to recently released 0.8.0 .
The COPYING file changed again, but the changes are just new names
added to the Copyright (C) John Doe <...> section, no changes
to the license itself.
Signed-off-by: Marek Vasut
Cc: Khem Raj
Cc: Saul Wold
Cc: Richard Purdie
---
.
From: Mike Crowe
TARGET_CPPFLAGS, TARGET_CFLAGS, TARGET_CPPFLAGS and TARGET_LDFLAGS may
differ between MACHINEs. Since they are exported they affect task hashes
even if unused which leads to multiple variants of allarch packages
existing in sstate and bouncing in the sysroot when switching betwee
From: Mike Crowe
TARGET_CPPFLAGS, TARGET_CFLAGS, TARGET_CPPFLAGS and TARGET_LDFLAGS may
differ between MACHINEs. Since they are exported they affect task hashes
even if unused which leads to multiple variants of allarch packages
existing in sstate and bouncing in the sysroot when switching betwee
On 27 November 2015 at 12:10, Jussi Kukkonen
wrote:
> --- a/meta/recipes-core/dropbear/dropbear_2015.68.bb
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -require dropbear.inc
> -
> -SRC_URI[md5sum] = "7664ac10f7cc2301c530eb80c756fc5d"
> -SRC_URI[sha256sum] =
> "55ea7c1e904ffe4b1cdbe1addca8291a2533d7d285fd2
Hi Ross,
On Tue, Dec 01, 2015 at 03:36:06PM +, Burton, Ross wrote:
On 30 November 2015 at 09:28, Maxin B. John wrote:
>> +PACKAGES =+ "jpeg-tools libturbojpeg"
>> +FILES_libturbojpeg = "${libdir}/libturbojpeg.so"
>> +INSANE_SKIP_libturbojpeg = "dev-so"
>
>I don't understand why there's a libt
Upgrade the library version to recently released 0.8.0 .
The COPYING file changed again, but the changes are just new names
added to the Copyright (C) John Doe <...> section, no changes
to the license itself.
Signed-off-by: Marek Vasut
Cc: Khem Raj
Cc: Saul Wold
Cc: Richard Purdie
---
.
On Tuesday, December 01, 2015 at 04:46:57 PM, Burton, Ross wrote:
> On 1 December 2015 at 15:42, Marek Vasut wrote:
> > Looks like it depends on OpenSSL, so adding "DEPENDS = "openssl"" to the
> > recipe would be the solution, right ?
>
> Assuming it's a hard dependency, yes.
I was wrong, I just
On 1 December 2015 at 15:42, Marek Vasut wrote:
> Looks like it depends on OpenSSL, so adding "DEPENDS = "openssl"" to the
> recipe would be the solution, right ?
>
Assuming it's a hard dependency, yes.
Ross
--
___
Openembedded-core mailing list
Open
On Tuesday, December 01, 2015 at 04:39:47 PM, Burton, Ross wrote:
> Hi Marek,
Hi Ross,
> On 1 December 2015 at 15:30, Marek Vasut wrote:
> > Upgrade the library version to recently released 0.8.0 .
>
> Fails to build from a clean sysroot:
> | In file included from
>
> /data/poky-master/tmp/wor
Hi Marek,
On 1 December 2015 at 15:30, Marek Vasut wrote:
> Upgrade the library version to recently released 0.8.0 .
>
Fails to build from a clean sysroot:
| In file included from
/data/poky-master/tmp/work/corei7-64-poky-linux/libbsd/0.8.0-r0/libbsd-0.8.0/src/getentropy.c:28:0:
|
/data/poky-m
Previously weston was started by systemd via a classic init script
[YOCTO #5582]
Signed-off-by: Alexander Kanavin
---
meta/recipes-graphics/wayland/weston-init.bb | 13 ++---
meta/recipes-graphics/wayland/weston-init/weston.service | 15 +++
2 files changed, 25 i
On 30 November 2015 at 09:28, Maxin B. John wrote:
> +PACKAGES =+ "jpeg-tools libturbojpeg"
> +FILES_libturbojpeg = "${libdir}/libturbojpeg.so"
> +INSANE_SKIP_libturbojpeg = "dev-so"
I don't understand why there's a libturbojpeg package solely for a
development symlink that should be in $PN-dev.
Upgrade the library version to recently released 0.8.0 .
The COPYING file changed again, but the changes are just new names
added to the Copyright (C) John Doe <...> section, no changes
to the license itself.
Signed-off-by: Marek Vasut
Cc: Khem Raj
Cc: Saul Wold
Cc: Richard Purdie
---
m
Hi,
Another consolidated pull after testing. All green on the AB.
Ross
The following changes since commit 03f15e51998a3ef65a5b68cb7cbf724f4388c289:
sstate: Ensure siginfo and sig files are also touched (2015-11-25 08:09:00
+)
are available in the git repository at:
git://git.yoctop
Run remove_packaging_data() on both host and target sysroots to wipe
opkg state after install, similar to what RpmSdk does.
Use case:
Opkg may download local package indexes (I.e. file:// URLs) by
sym-linking them into /var/lib/opkg/lists/ instead of copying [1].
This leaves behind broken symlink
Updating SRCREV to pick up the latest changes.
Signed-off-by: Maxin B. John
---
meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/xvideo-tests/xvideo-tests_git.bb
b/meta/recipes-graphics/xvideo-tests/
2015-12-01 15:00 GMT+01:00 Alexander Kanavin <
alexander.kana...@linux.intel.com>:
> + install -d ${D}${systemd_unitdir}/system
> + install -m0644 ${WORKDIR}/weston.service
> ${D}${systemd_system_unitdir}
>
Sorry to be picky, but you only changed
"systemd_unitdir/system"->"systemd_sys
Previously weston was started by systemd via a classic init script
[YOCTO #5582]
Signed-off-by: Alexander Kanavin
---
meta/recipes-graphics/wayland/weston-init.bb | 13 ++---
meta/recipes-graphics/wayland/weston-init/weston.service | 15 +++
2 files changed, 25 i
On 30 November 2015 at 22:54, Ross Burton wrote:
> When handling PACKAGECONFIG don't add nativesdk- prefixes or -native
> suffixes to
> packages, as the classexpand logic will run next and so the same operation
> again.
>
Retracting this, whilst this works for nativesdk the native path is ordere
Include below listed utilities that are not yet enabled/packaged
in the iproute2 recipe:
lnstat
ifstat
genl
rtacct
nstat
ss
Signed-off-by: Maxin B. John
---
meta/recipes-connectivity/iproute2/iproute2.inc | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/meta/recipe
On Tue, Dec 01, 2015 at 07:49:50AM +1300, Paul Eggleton wrote:
> Hi Trevor,
>
> On Mon, 30 Nov 2015 10:19:35 Trevor Woerner wrote:
> > On 11/26/15 16:00, Paul Eggleton wrote:
> > > I'm also
> > > trying to ensure that the patch validation is generic enough so it can
> > > live in OE-Core, and thus
Hi,
On Tue, Dec 01, 2015 at 01:29:43AM -0800, Khem Raj wrote:
> On Tue, Dec 1, 2015 at 1:27 AM, Anders Darander wrote:
> > Hi,
> >
> > Just a couple of questions.
> >
> > * Maxin B. John [151130 17:59]:
> >> Include below listed utilities that are not yet enabled/packaged
> >> in the iproute2 re
Hi,
Better use "${systemd_system_unitdir}" instead of
"${systemd_unitdir}/system".
Pau Espin Pedrol
mail/jabber: pespin.s...@gmail.com
http://blog.espeweb.net
2015-11-30 18:41 GMT+01:00 Alexander Kanavin <
alexander.kana...@linux.intel.com>:
> Previously weston was started by systemd via a clas
From: "Maxin B. John"
Fix divide by zero bug (CVE-2014-9756)
(From OE-Core master rev: f47cf07ab9d00ed7eddc8e867138481f7bd2bb7d)
Signed-off-by: Maxin B. John
Signed-off-by: Ross Burton
Signed-off-by: Richard Purdie
Signed-off-by: Robert Yang
---
.../files/libsndfile-fix-CVE-2014-9756.patch
From: Armin Kuster
CVE-2015-7942 libxml2: heap-based buffer overflow in
xmlParseConditionalSections()
CVE-2015-8035 libxml2: DoS when parsing specially crafted XML document if XZ
support is enabled
[YOCTO #8641]
(From OE-Core master rev: 27de51f4ad21d9b896e7d48041e7cdf20c564a38)
Signed-off-b
From: Ross Burton
To help automated scanning of CVEs, put the CVE ID in the filename.
(From OE-Core master rev: 211bce4f23230c7898cccdb73b582420f830f977)
Signed-off-by: Ross Burton
Signed-off-by: Richard Purdie
Signed-off-by: Robert Yang
---
...ne63-003.patch => readline-cve-2014-2524.patch
From: Ross Burton
This patch is a CVE fix, so rename it to help CVE detection tools identify it as
such.
(From OE-Core master rev: 3fd05ce1f709cbbd8fdeb1dbfdffbd39922eca6e)
Signed-off-by: Ross Burton
Signed-off-by: Richard Purdie
Signed-off-by: Robert Yang
---
...option.patch => libarchive-
From: Mark Hatle
The structure has apparently changed, and there was a missing
setting. This corrects a segfault when disassembling code.
(From OE-Core master rev: 2e8f1ffe3a8d7740b0ac68eefbba3fe28f7ba6d4)
Signed-off-by: Mark Hatle
Signed-off-by: Ross Burton
Signed-off-by: Richard Purdie
Si
From: Armin Kuster
This is a is being give a High rating so please consider it for
all 1.1.28 versions.
A type confusion error within the libxslt "xsltStylePreCompute()"
function in preproc.c can lead to a DoS. Confirmed in version 1.1.28,
other versions may also be affected.
(From OE-Core mast
From: Ross Burton
(From OE-Core rev: e3d2974348bd830ec2fcf84ea08cbf38abbc0327)
(master rev: 78e05984b1ac48b1f25547ccd9740611cd5890a9)
Signed-off-by: Ross Burton
Signed-off-by: Richard Purdie
Signed-off-by: Robert Yang
---
...nzip-6.0_overflow3.diff => cve-2014-9636.patch} |0
meta/recip
From: Alejandro del Castillo
(From OE-Core master rev: 8e53500a7c05204fc63759f456639545a022e82b)
Signed-off-by: Alejandro del Castillo
Signed-off-by: Ross Burton
Signed-off-by: Nicolas Dechesne
Signed-off-by: Robert Yang
---
...ng_util-New-file-with-bin_to_hex-function.patch | 122
Hello,
Here are 8 patches for jethro. There are still a few patches that are
requested but not included here because they have not been merged by
master by now.
All these patches have already been merged by master.
// Robert
The following changes since commit e44ed8c18e395b9c055aefee113b90708e8
On Tue, Dec 1, 2015 at 1:27 AM, Anders Darander wrote:
> Hi,
>
> Just a couple of questions.
>
> * Maxin B. John [151130 17:59]:
>> Include below listed utilities that are not yet enabled/packaged
>> in the iproute2 recipe:
>
>> lnstat
>> ifstat
>> genl
>> rtacct
>> nstat
>> ss
>
> When you enabl
Hi,
Just a couple of questions.
* Maxin B. John [151130 17:59]:
> Include below listed utilities that are not yet enabled/packaged
> in the iproute2 recipe:
> lnstat
> ifstat
> genl
> rtacct
> nstat
> ss
When you enable those, how much does the size ofthe iproute2 package
increase?
Perhaps th
When the DEPENDS are added as part of the PACKAGECONFIG logic the list of
packages are expanded so that any required nativesdk-/-native/multilib prefixes
and suffixes are added.
However the special handling of virtual/foo names doesn't check that the prefix
already exists, which breaks under nativ
On 1 December 2015 at 05:47, wrote:
> matchbox-desktop builds with included libinotify which
> is very old (last sync was in 2008), if we compile glib-2.0
> with -fvisibility=default (the default is hidden for libglib
> and libgio), it will crash because of inconsistency of
> inotify-sub, so port
On Thu, Nov 26, 2015 at 8:40 AM, Dmitry Eremin-Solenikov
wrote:
> Import patch fixing a bug that caused ICE when compiling some packages
> (e.g. ICU) in Thumb-1 model.
>
This is ok
> Signed-off-by: Dmitry Eremin-Solenikov
> ---
> meta/recipes-devtools/gcc/gcc-4.9.inc | 1 +
> ...
On Thu, Nov 26, 2015 at 8:40 AM, Dmitry Eremin-Solenikov
wrote:
> Import patch fixing a bug that caused ICE when compiling some packages
> (e.g. ICU) in Thumb-1 model.
This is ok
>
> Signed-off-by: Dmitry Eremin-Solenikov
> ---
> meta/recipes-devtools/gcc/gcc-5.2.inc | 1 +
> ...
63 matches
Mail list logo