EXTRA_OECONF = "--disable-python" overrode the previous EXTRA_OECONF
assignment, so softfloat didn't get enabled when needed. Fixed this by
replacing "=" with "+=".
Bitbake then complained about tabs in alsa-fpu.inc, changed them to
spaces.
Signed-off-by: Tanu Kaskinen
---
meta/recipes-multimed
Changelog: http://alsa-project.org/main/index.php/Changes_v1.1.2_v1.1.3
Added a patch to fix a build failure with musl (cherry-picked from
upstream).
The new release doesn't any more install the smixer modules when Python
support is disabled. The modules weren't usable without Python support
befo
As far as I can see, there's no benefit in having separate alsa-conf and
alsa-conf-base packages. libasound depended on both, so it was not
really possible to only install alsa-conf-base.
Signed-off-by: Tanu Kaskinen
---
meta/recipes-multimedia/alsa/alsa-lib_1.1.3.bb | 14 ++
1 file
Tanu Kaskinen (3):
alsa-lib: 1.1.2 -> 1.1.3
alsa-lib: fix softfloat enabling
alsa-lib: merge alsa-conf-base into alsa-conf
meta/recipes-multimedia/alsa/alsa-fpu.inc | 8 ++
.../alsa-lib/0001-ucm-parser-needs-limits.h.patch | 33 ++
.../alsa/{alsa-lib_1.1.2
The following changes since commit d1109378d730c5cf50240c4d1a468e3aef5208ea:
nss: Fix nss-native so the checksum doesn't change with BUILD_ARCH
(2017-02-09 10:50:54 +)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/6fixes
http://cgit.o
The command was:
s += " -e 's:-L${libdir}:-LOELIBDIR:;'"
s += " -e 's:-I${includedir}:-IOEINCDIR:;'"
s += " -e 's:OELIBDIR:${STAGING_LIBDIR}:;'"
s += " -e 's:OEINCDIR:${STAGING_INCDIR}:;'"
s += " -e 's:-I${WORKDIR}:-I${STAGING_INCDIR}:'"
s += " -e 's:-L${WORKDIR}:-L${STAGING_LIBDIR}:'"
The STAGING
python-six-native depends on it.
Signed-off-by: Robert Yang
---
meta/recipes-devtools/python/python-native_2.7.12.bb | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python-native_2.7.12.bb
b/meta/recipes-devtools/python/python-native_2.7.
They are required by nativesdk-cve-check-tool.
Signed-off-by: Robert Yang
---
meta/recipes-extended/gawk/gawk_4.1.4.bb | 2 ++
meta/recipes-gnome/json-glib/json-glib_1.2.2.bb | 2 +-
meta/recipes-support/libcheck/libcheck_0.10.0.bb | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-
The command:
sed -i "s+${WORKDIR}+${STAGING_INCDIR}+g" tclConfig.sh
was used for replacing "${WORKDIR}", but it also replaced
"-L${WORKDIR}", but binconfig.bbclass would replace "-L${WORKDIR}", too,
which caused incorrect result, use "'${WORKDIR}" to fix the problem.
Signed-off-by: Robert Yang
-
The log said that udev was added to DEPENDS because btrfs-tools installs
a udev rule, this was incorrect, and it caused a side effect:
$ bitbake btrfs-tools-native
ERROR: Nothing PROVIDES 'udev-native' (but virtual:native:btrfs-tools_4.8.5.bb
DEPENDS on or otherwise requires it). Close matches:
Fixed:
$ bitbake nativesdk-expect
ERROR: Nothing PROVIDES 'nativesdk-tcl' (but virtual:nativesdk:expect_5.45.bb
DEPENDS on or otherwise requires it). Close matches:
[snip]
Signed-off-by: Robert Yang
---
meta/recipes-devtools/tcltk/tcl_8.6.6.bb | 6 +++---
1 file changed, 3 insertions(+), 3 dele
This should also be applied Morty please
Sau!
On Thu, 2017-02-09 at 15:55 -0800, California Sullivan wrote:
> Having no opt-out method and adding the task to linux-yocto.inc was
> causing issues. For example, linux-yocto-dev would often fail because
> it uses AUTOINC with no way to dynamically c
From: Andy Kling
configure.ac from dbus uses $PATH to get the location of systemctl.
If it is not found /usr/bin/systemctl is used. It is possible to
override the location by passing SYSTEMCTL=[value] to configure.
The value is used to replace @SYSTEMCTL@ in systemd-user/dbus.socket.in.
Reviewed-by: Rick Altherr
On Tue, Feb 14, 2017 at 7:03 PM, Nikunj Kela wrote:
> Allow the load address for the FDT segment in the fitImage. This
> allows U-Boot to load the FDT at a specific address.
>
> UBOOT_FDT_LOADADDRESS - Specifies the load address used by u-boot
> for the
Allow the load address for the FDT segment in the fitImage. This
allows U-Boot to load the FDT at a specific address.
UBOOT_FDT_LOADADDRESS - Specifies the load address used by u-boot
for the FDT
Signed-off-by: Nikunj Kela
---
meta/classes/kernel-fitimage.bbclass | 6 ++
1 f
Finally something short again.
Now someone should really notice that chromium-wayland got broken again shortly
after Trevor fixed it in:
https://github.com/OSSystems/meta-browser/commit/22bc9604102f177a46230ddebd582158dd67239d
but it could be different issue this time, my guess is that disabling
On Tue, Feb 14, 2017 at 11:54:58AM +0200, Jussi Kukkonen wrote:
> * New feature release with lots of changes
> * Versioning change (17 as in 2017, no longer relates to GL bumps)
There is also this paragraph in release notes:
https://www.mesa3d.org/relnotes/17.0.0.html
Mesa 17.0.0 is a new develop
Resolves #11003
Adds oe-selftest for rootfs-pcbios-ext plugin
---
.../recipes-test/images/wic-image-single-ext.bb| 13 ++
.../recipes-test/images/wic-image-single-ext.wks | 6 +
meta/lib/oeqa/selftest/wic.py | 22
.../lib/wic/plugins/source/rootfs_pcbios_ext.py
Allow the load address for the FDT segment in the fitImage. This
allows U-Boot to dynamically decide where to load the FDT.
UBOOT_FDT_LOADADDRESS - Specifies the load address used by u-boot
for the FDT
Signed-off-by: Nikunj Kela
---
meta/classes/kernel-fitimage.bbclass | 6 +
Signed-off-by: Robert P. J. Day
---
diff --git a/meta/recipes-kernel/kexec/kexec-tools/kdump
b/meta/recipes-kernel/kexec/kexec-tools/kdump
index 2347205..69e3caf 100755
--- a/meta/recipes-kernel/kexec/kexec-tools/kdump
+++ b/meta/recipes-kernel/kexec/kexec-tools/kdump
@@ -89,7 +89,7 @@ do_star
Signed-off-by: Robert P. J. Day
---
i'm assuming this is a typo.
diff --git a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb
b/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb
index 05a04d8..da62b77 100644
--- a/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb
+
Updating the SRCREVs to make Paul Gortmaker's port of 4.9-rt6 active.
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_4.9.bb | 4 ++--
meta/recipes-kernel/linux/linux-yocto-tiny_4.9.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto_4.9.bb | 2 +-
3 files changed,
Integrating the following commits to fix a configuration warning
and to add a tpm configuration feature:
8f3bc608ae61 features: add dm-verity
0ad64750fef1 tpm: avoid warning due to double CONFIG_TCG_TPM
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb | 2
Integrating the following commit already in 4.9 and 4.8:
intel-quark: Add intel-quark-preempt-rt bsp configuration
While there are intel-quark configurations for the KTYPEs standard
and tiny in bsp/intel-common, there's none for the preempt-rt KTYPE.
Trying to build preempt-rt enabled ker
A typo introduced an extra } in the logging of the bsp_definition.
While this won't cause problems .. it needs to be fixed!
Signed-off-by: Bruce Ashfield
---
meta/classes/kernel-yocto.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/kernel-yocto.bbclass
b
Updating to the korg -stable release. Changelog is as follows:
d2e4b66b4ef2 Linux 4.9.9
f2a0409a0850 drm/i915/execlists: Reset RING registers upon resume
72cd604cfd86 fs: break out of iomap_file_buffered_write on fatal signals
bf9ab22c350d iw_cxgb4: set correct FetchBurstMax for QPs
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb
b/meta/recipes-kernel/linux/linux-yocto-dev.bb
index 0cda553afdba..a4e02dbfff7e 100644
--- a/meta/recipe
Integrating the 4.9-rt4 new changes:
56a3dd6fb4e9 x86/mm/cpa: avoid wbinvd() for PREEMPT
221db3244e71 pinctrl: qcom: Use raw spinlock variants
43158f23e188 radix-tree: use local locks
109a8fea2c4a cpuset: Convert callback_lock to raw_spinlock_t
3741fb19d20f softirq: wake the timer softir
While there are intel-quark configurations for the KTYPEs standard and
tiny in bsp/intel-common, there's none for the preempt-rt KTYPE.
Trying to build preempt-rt enabled kernels such as linux-yocto-rt for
intel-quark yields a .config having a potentially misconfigured
architecture. More importantl
Integrating the -stable releases. Changelog is as follows:
c8ea2f3b8247 Linux 4.9.8
b5b4d4a9141e xfs: fix bmv_count confusion w/ shared extents
5d44dd54bd57 xfs: clear _XBF_PAGES from buffers when readahead page
29f96b7e9023 xfs: extsize hints are not unlikely in xfs_bmap_btalloc
aa
From: Awais Belal
In some cases it is seen that kernel_checkout and validate_branches are
run again in simultaneous builds. During do_patch the kgit-s2q mechanism
looks for a sentinel file inside the .git directory, finds a fence post
and starts picking up patches after that.
This can create tro
Paul Gortmaker has started doing 4.8 -stable updates. This integrates
his 4.8.18 queue from:
git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux-4.8.y.git
Change log is as follows:
28dda89acd7c Linux 4.8.18
936e79682048 tick/broadcast: Prevent NULL pointer dereference
f22b03e15
Hi all,
Here is the latest consolidated pull request for the 4.x linux yocto
kernels.
Nothing really earth shattering here, some config updates, -stable
integrations, -rt refreshes and a bump of linux-yocto-dev to 4.10.
Cheers,
Bruce
The following changes since commit e758547db9048d4aa1c1415d6
On 14 February 2017 at 14:46, Kristian Amlie
wrote:
> Ping. Patch still applies, should be a very easy change.
>
The consolidated pull I just sent has a large refactoring series in, can
you rebase this on top of that?
Ross
--
___
Openembedded-core ma
Hi,
Enclosed is a consolidated pull which was mostly green on the autobuilder, apart
from some MIPS failures that were isolated to the Linux 4.9 switch which has now
been removed from the series.
Ross
The following changes since commit a3826786b6e76c17198dcd38e0e6fdafb4476d33:
linux-yocto: Up
Debug files only have debug symbols hence don't need
to be relocated. Relocation script throws errors when
run on the debug files. This change skips these files
that have zero size.
Signed-off-by: Nikunj Kela
---
scripts/relocate_sdk.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scrip
On Tue, 2017-02-14 at 16:35 +0100, Patrick Ohly wrote:
> {standard input}: Assembler messages:
> {standard input}:80: Error: shifts in CMP/MOV instructions are only
> supported in unified syntax -- `mov r12,r12,ror#3'
> {standard input}:80: Error: shifts in CMP/MOV instructions are only
> supported
Usually a recipe only provides one package but when provides more
than one package the LICENSE variable per package (i.e. linux-firmware)
needs to take into account to avoid unnecesary copy of licenses into
packages.
The patch validates if LICENSE exists in package LICENSES in order to
don't copy
The NO_GENERIC_LICENSE mapping was added [1] to enable copy LICENSES
from upstream source code into recipe licenses, previously that only
common-licenses was processed.
This result on copy twice the NO_GENERIC_LICENSE specified because there
is a mapping between license in LIC_CHKSUM and NO_GENERI
On Tue, Feb 14, 2017 at 7:30 AM, Leonardo Sandoval
wrote:
>
> On 02/14/2017 07:57 AM, Andre McCurdy wrote:
>>
>> The license text in Weston sources was changed from "MIT X11" to "MIT
>> Expat" in the 1.9.0 release. The new text is 3 lines longer than the
>> previous version, so endline and md5 has
On Tue, 2017-02-14 at 10:12 -0500, Robert P. J. Day wrote:
> On Tue, 14 Feb 2017, Patrick Ohly wrote:
>
> > On Tue, 2017-02-14 at 09:31 -0500, Robert P. J. Day wrote:
> > > i recall, once upon a time, a discussion of how to best support a
> > > non-volatile /var/log directory:
> > >
> > > https:
On Fri, 2017-02-10 at 09:28 +0100, Martin Jansa wrote:
> *
> meta-openembedded/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb:do_compile
This is http://errors.yoctoproject.org/Errors/Details/130529/ and now
blacklisted with the comment "Fails to build with RSS
http://errors.yoc
On 02/14/2017 07:57 AM, Andre McCurdy wrote:
The license text in Weston sources was changed from "MIT X11" to "MIT
Expat" in the 1.9.0 release. The new text is 3 lines longer than the
previous version, so endline and md5 hash have been incorrect for the
oe-core weston recipes from 1.9.0 onwards
On Tue, 14 Feb 2017, Patrick Ohly wrote:
> On Tue, 2017-02-14 at 09:31 -0500, Robert P. J. Day wrote:
> > i recall, once upon a time, a discussion of how to best support a
> > non-volatile /var/log directory:
> >
> > https://patchwork.openembedded.org/patch/90151/
>
> A more recent, but also sti
On Tue, 2017-02-14 at 09:31 -0500, Robert P. J. Day wrote:
> i recall, once upon a time, a discussion of how to best support a
> non-volatile /var/log directory:
>
> https://patchwork.openembedded.org/patch/90151/
A more recent, but also still unmerged patch for this functionality is
here: http
Ping. Patch still applies, should be a very easy change.
--
Kristian
On 27/01/17 07:51, Kristian Amlie wrote:
> We don't need the gap that the extended partition occupies if we
> already know that we have less than five partitions. Saves up to one
> full alignment of space.
>
> Signed-off-by:
Tested by building gnuradio stack.
Signed-off-by: Philip Balister
---
.../cmake/{cmake-native_3.7.1.bb => cmake-native_3.7.2.bb}| 0
meta/recipes-devtools/cmake/cmake.inc | 4 ++--
meta/recipes-devtools/cmake/{cmake_3.7.1.bb => cmake_3.7.2.bb}|
i recall, once upon a time, a discussion of how to best support a
non-volatile /var/log directory:
https://patchwork.openembedded.org/patch/90151/
whatever became of that? is there a single OE setting that would
implement non-volatile logging? i remember the reference to a
VOLATILE_LOG_DIR v
It isn't clear that the README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt
file in the deploy directory warrants the complexity it brings elsewhere.
Let's just remove it entirely.
In particular, if two do_image_complete tasks run in parallel they risk
both trying to put their image into ${DEPLOY_D
The license text in Weston sources was changed from "MIT X11" to "MIT
Expat" in the 1.9.0 release. The new text is 3 lines longer than the
previous version, so endline and md5 hash have been incorrect for the
oe-core weston recipes from 1.9.0 onwards.
https://cgit.freedesktop.org/wayland/weston
Hi.
On 02/13/2017 01:28 PM, Ricardo Ribalda Delgado wrote:
Linus, do you plan to resend? Can I help you?
I will resend it later today.
meson is still under development, and more options for installation
directories are still (I know at least one more that will come) added.
That could, or per
Hongxu Jia writes:
> Append ${HOST_CC_ARCH} to ${CFLAGS} could fix the issue.
I think, the correct fix would be
a) bother the ncurses author to remove the stupid CC sanity check, or
b) create a wrapper around CC like in
https://github.com/sigma-embedded/elito-de.sigma-chemnitz/blob/master
>> I am just curious if this is ok, or should we always put the CVE: tag inside
>> the patch?
> The tag should always be in the patch file.
>
> Ross
So I guess this needs to be fixed:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?h=morty&id=8ba5b9eae34bbab537954ccee1726c7ee7a82750
//S
On Mon, 2017-02-13 at 18:03 +0100, Patrick Ohly wrote:
> On Mon, 2017-02-13 at 16:24 +0100, Patrick Ohly wrote:
> > On Mon, 2017-02-13 at 15:36 +0100, Martin Jansa wrote:
> > > Hi Andreas,
> > >
> > >
> > > I think it's feature which was already there, but almost never
> > > triggered (even in te
On 14 February 2017 at 09:40, Sona Sarmadi wrote:
> I am just curious if this is ok, or should we always put the CVE: tag
> inside the patch?
>
The tag should always be in the patch file.
Ross
--
___
Openembedded-core mailing list
Openembedded-core@l
Piglit was removed from testapps in 9e227ecb3a because it made
sdk images massive. Add piglit back now that the installed size is
no longer humongous: it still needs 1.5 GB free space at runtime but
the image sizes stay reasonable.
Signed-off-by: Jussi Kukkonen
---
meta/recipes-core/packagegroup
Small release with mostly tablet improvements.
Signed-off-by: Jussi Kukkonen
---
.../{xf86-input-libinput_0.23.0.bb => xf86-input-libinput_0.24.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.23.0.bb =>
xf86-input
Small release with mostly build system fixes.
Signed-off-by: Jussi Kukkonen
---
meta/recipes-graphics/xorg-proto/presentproto_git.bb | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-graphics/xorg-proto/presentproto_git.bb
b/meta/recipes-graphics/xorg-proto/
Small release with mostly bug fixes.
Signed-off-by: Jussi Kukkonen
---
.../recipes-graphics/wayland/{libinput_1.6.0.bb => libinput_1.6.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/wayland/{libinput_1.6.0.bb => libinput_1.6.1.bb}
(85%)
diff --git
Small bug fix release.
Signed-off-by: Jussi Kukkonen
---
meta/recipes-graphics/xorg-app/{xauth_1.0.9.bb => xauth_1.0.10.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-app/{xauth_1.0.9.bb => xauth_1.0.10.bb} (75%)
diff --git a/meta/recipes-graphi
Tiny release to fix build with new xmlto.
Signed-off-by: Jussi Kukkonen
---
.../xorg-util/{util-macros_1.19.0.bb => util-macros_1.19.1.bb}| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-util/{util-macros_1.19.0.bb =>
util-macros_1.19.1.bb} (7
Modify packaging so that generated tests are available in two forms:
* piglit-generated-tests contains the tests as they are now (1.5GB
when installed)
* piglit-generated-tests-compressed contains a tar.gz with the same
files (45 MB when installed)
Add wrapper script that decompresses the test
Layout updates from the last 16 months.
Signed-off-by: Jussi Kukkonen
---
.../xorg-lib/{xkeyboard-config_2.19.bb => xkeyboard-config_2.20.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.19.bb =>
xkeyboard-config_2.20.bb}
Remove backported patches. Add runtime dependency for netserver
(as socketserver was recently moved there) and depend on
libxkbcommon (this is really only needed for wayland support
which could be made configurable).
Signed-off-by: Jussi Kukkonen
---
.../0001-cmake-Link-test-utils-with-ldl.patch
Bug fix releases.
Signed-off-by: Jussi Kukkonen
---
.../gdk-pixbuf/{gdk-pixbuf_2.36.1.bb => gdk-pixbuf_2.36.4.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.36.1.bb =>
gdk-pixbuf_2.36.4.bb} (96%)
diff --git a/meta/recip
Bunch of graphics upgrades, the only major one is mesa 17.
On top of the piglit update I've added the same
piglit-generated-tests-compressed hack I've sent before in case
you're interested...
I've smoketested as usual (seems fine), and did a piglit run with
ok results:
piglit: ca58eec0b9 (2
* New feature release with lots of changes
* Versioning change (17 as in 2017, no longer relates to GL bumps)
* OpenGL 4.5 support on Haswell
* mesa now implements its own sha1 instead of having 5
configurable sha-providers
Signed-off-by: Jussi Kukkonen
---
.../mesa/{mesa-gl_13.0.4.bb => mesa-
New release requires libpcre 2.
Enable gnutls by default to remove an annoying warning on every
vte widget. core-image-sato already has gnutls so this shouldn't
be a big deal.
Signed-off-by: Jussi Kukkonen
---
This depends on "libpcre2: add it for newer vte" patch
(thanks Robert!)
Cheers,
Jus
Hi Alexandru,
Shouldn't CVE-2017-3731 in the patch files have CVE: tag?
i.e. CVE-2017-3731 in 0001-CVE-2017-3731.patch & 0002-CVE-2017-3731.patch
should be:
CVE: CVE-2017-3731
You have this tag in the meta patch, we add this normally inside the patch.
> * CVE: CVE-2017-3731
>
> Upstream-
69 matches
Mail list logo