* Add the target info for the 'microblazeeb' target which matches the
default MicroBlaze target info
Signed-off-by: Nathan Rossi
---
meta/classes/insane.bbclass |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 56ee37d..ab4bd
* Add the target info for the 'microblazeeb' target which matches the
default MicroBlaze target info
Signed-off-by: Nathan Rossi
---
meta/classes/siteinfo.bbclass |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
index b694a17.
* Add pattern matching for the 'microblazeeb' architecture which maps to
'microblaze' in the same way as 'microblazeel'
Signed-off-by: Nathan Rossi
---
meta/classes/kernel-arch.bbclass |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/kernel-arch.bbclass b/met
* Add objarch.h for MicroBlaze big and little endian
Signed-off-by: Nathan Rossi
---
.../ghostscript/ghostscript/microblazeeb/objarch.h | 40
.../ghostscript/ghostscript/microblazeel/objarch.h | 40
2 files changed, 80 insertions(+)
create mode 1006
This patch set adds some additional support for the MicroBlaze architecture.
The first three patches add definitions for the MicroBlaze big-endian
'microblazeeb' architecture.
The last patch adds support to the ghostscript recipe for building on both big
and little endian MicroBlaze architectures
Hi, Andreas,
Thank you for replying back and letting us know that you are still active -
I'll add you to the list of people to get reinstated.
We do realize that current e.V. statutes may be a bit unfair in this regard,
that is why the Board of Directors has been working towards proposing a new
Hi Denys, everybody,
I guess I'm still active in a way or another, but didn't feel like
showing up at random places around the globe or filling out a form for
votes about topics I don't know about in advance once a year. When I
read the wiki page of the GA 2014, I can't even figure out what I coul
merged to staging.
- armin
On 05/01/2015 10:47 AM, Martin Jansa wrote:
From: Andre McCurdy
As per the Mesa 10.2 release notes, "--with-llvm-shared-libs"
has been renamed to "--enable-llvm-shared-libs".
http://www.mesa3d.org/relnotes/10.2.html
Signed-off-by: Andre McCurdy
Signed-off-by: R
All,
In accordance with OpenEmbedded e.V. statutes, members that were absent from
two or more consecutive annual General Assembly meetings and didn't have
anyone representing them by proxy, forfeit their active membership status and
can no longer vote in any OE e.V. election. Thus, the current
The svk fetcher was removed from bitbake 1.22, so svk support should
logically have been removed from oe-core Daisy onwards.
Signed-off-by: Andre McCurdy
---
meta/classes/mirrors.bbclass | 2 --
meta/classes/own-mirrors.bbclass | 1 -
meta/classes/sanity.bbclass | 2 +-
3 files changed,
From: Gustavo Sverzut Barbieri
Most tools are not required if one is launching a simple daemon.
The user will be able to exclude dbus-tool and save some space in his
build
Signed-off-by: Bruno Bottazzini
---
meta/recipes-core/dbus/dbus.inc | 9 -
1 file changed, 8 insertions(+), 1 dele
Differences from V1:
- Making sure that we don't change default configuration as Anders and
Otavio suggested.
- Changing EXTRA_OECONF flags to use it with PAKAGECONFIG as Anders pointed
in the review.
- New patch that verifies if journal-flush.service exists.
It may not exists depending on pa
If the users wants to enable networkd this file will not be generate and the
installation will fail.
Signed-off-by: Bruno Bottazzini
---
meta/recipes-core/systemd/systemd_219.bb | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/systemd/systemd_219.bb
b
if one wants to launch a simple deamon, most modules are not
required.
He will be able to save space and exclude unwanted packages
from the final image.
Signed-off-by: Bruno Bottazzini
---
meta/recipes-core/systemd/systemd_219.bb | 1139 ++
1 file changed, 1012 insert
On Tuesday, April 28, 2015 at 11:16:17 PM, Marek Vasut wrote:
> On Tuesday, April 28, 2015 at 08:44:54 PM, Bruce Ashfield wrote:
> > On 2015-04-28 12:38 PM, Marek Vasut wrote:
> > > Pull the uImage image format generation from kernel.bbclass into
> > > a separate kernel-uimage.bbclass. The recipes
There was a stupid logic error controlling the diagnostic for
a "possible" mismatch involving trailing slashes and whether or
not a node was believed to be a directory. Specifically, a diagnostic
got printed any time a lookup for a directory *didn't* have a
trailing slash, as well as in the (actual
This fixes the spammy message about "quasi-mismatches" for directories.
Actual change:
- if (!!S_ISDIR(by_path.mode) != trailing_slash) {
+ if (trailing_slash && !S_ISDIR(by_path.mode)) {
Seems pretty straightforward, right?
The following changes since commit 9484fb0
On Mon, May 4, 2015 at 3:37 AM, Jussi Kukkonen wrote:
> Signed-off-by: Jussi Kukkonen
Looks ok. In future use git format-patch -M option to let git work
harder on detecting renames
> ---
> meta/recipes-support/shared-mime-info/shared-mime-info_1.3.bb | 7 ---
> meta/recipes-support/shared-
On 05/04/2015 02:19 PM, Denys Dmytriyenko wrote:
> On Mon, May 04, 2015 at 02:50:17PM -0400, Denys Dmytriyenko wrote:
>> On Fri, May 01, 2015 at 05:13:05PM -0500, Alejandro del Castillo wrote:
>>>
>>> On 05/01/2015 11:06 AM, Denys Dmytriyenko wrote:
Hi,
Has anyone ever seen this me
On Fri, May 01, 2015 at 05:13:05PM -0500, Alejandro del Castillo wrote:
>
>
> On 05/01/2015 11:06 AM, Denys Dmytriyenko wrote:
> > Hi,
> >
> > Has anyone ever seen this message during .do_rootfs task?
> >
> > Collected errors:
> > * opkg_install_pkg: Package md5sum mismatch. Either the opkg or
On Mon, May 04, 2015 at 02:50:17PM -0400, Denys Dmytriyenko wrote:
> On Fri, May 01, 2015 at 05:13:05PM -0500, Alejandro del Castillo wrote:
> >
> >
> > On 05/01/2015 11:06 AM, Denys Dmytriyenko wrote:
> > > Hi,
> > >
> > > Has anyone ever seen this message during .do_rootfs task?
> > >
> > > Col
Should oe-core add libressl as an alternative to openssl and other
OE SSL/TLS implementations?
We had a request from a customer to add LibreSSL so I was wondering
about the plans of the Yocto community and indeed of the larger Linux
distro community.
Libressl claims (aims?) to be a more stable
As Python-3.4 pip is required and installed by default, pips installation
is bootstrapped using python wheels, this makes it complicated to patch,
by default the installation uses an absolute path to /tmp, on most cases
this would not be a problem, but since on the Autobuilders several Python
insta
As Python-3.4 pip is required and installed by default, pips installation
is bootstrapped using python wheels, this makes it complicated to patch
and causes errors on the Autobuilders, since we don't need pip for
python3-native, this disables it fixing the issues.
Signed-off-by: Alejandro Hernande
Hi,
On 29/04/15 03:09, rongqing...@windriver.com wrote:
From: Roy Li
upgrade to fix two CVE defects: CVE-2014-8625 and CVE-2015-0840
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-8625
Multiple format string vulnerabilities in the parse_error_msg
function in parsehelp.c in dpkg be
On 2015-05-03 05:30 PM, Richard Purdie wrote:
On Thu, 2015-04-30 at 21:34 -0400, Bruce Ashfield wrote:
Here is the latest consolidated pull request for the supported linux-yocto
kernels.
- We have a refresh of the 3.14-rt support
- bluetooh configuration changes for common-pc/qemux86
- br
On 2015-05-04 10:11 AM, Ed Bartosh wrote:
Race condition between do_compile_kernelmodules and do_shared_workdir
tasks occurs when do_compilemodules changes files in include/generated/*
while do_shared_workdir tries to copy them to shared working directory.
Functionality of do_shared_workdir has
The following changes since commit 7a8f37daa7b42905233c31366915b897886a957a:
dev-manual: Updates to add Luna support for Eclipse (2015-05-03 11:49:35
+0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib Ciorga/PUs
http://git.yoctoproject.org/cgit.cgi/poky
- Add support for Ethernet and VLAN usage;
- Fixes.
Added build-create-dirs-before-putting-files-in-them.patch,
already submitted upstream.
Signed-off-by: Cristian Iorga
---
...-create-dirs-before-putting-files-in-them.patch | 46 ++
.../connman/{connman_1.28.bb => connman_1
- cleanup multiple inherit lines;
- RDEPENDS cleanup, use PACKAGECONFIG[] instead.
Signed-off-by: Cristian Iorga
---
meta/recipes-connectivity/connman/connman.inc | 13 -
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/meta/recipes-connectivity/connman/connman.inc
b/me
Race condition between do_compile_kernelmodules and do_shared_workdir
tasks occurs when do_compilemodules changes files in include/generated/*
while do_shared_workdir tries to copy them to shared working directory.
Functionality of do_shared_workdir has been moved to separate function
mk_shared_wo
Inherit ncurses from pkgconfig bbclass such that the ncurses
build installs pkgconfig .pc files correctly.
Otherwise packages depending on ncurses may not get the
right ncurses configuration.
Signed-off-by: Christophe Guillon
---
meta/recipes-core/ncurses/ncurses.inc |2 +-
1 file changed, 1
This patch fixes an issue in openembedded-core daisy where
ncurses does not install pkgconfig .pc files, which causes
issues for other packages using ncurses.
For instance alsa-lib does not build correctly when for
some reason ncurses is itself built before pkgconfig-native
is built.
Christophe Gu
Signed-off-by: Jussi Kukkonen
---
meta/recipes-support/shared-mime-info/shared-mime-info_1.3.bb | 7 ---
meta/recipes-support/shared-mime-info/shared-mime-info_1.4.bb | 7 +++
2 files changed, 7 insertions(+), 7 deletions(-)
delete mode 100644
meta/recipes-support/shared-mime-info/share
From: Roy Li
The libdns.a and libisc.a from bind-9.10.2 maybe need the libxml2,
so add PKGCONFIG to make libxml2 dependence deterministic.
Signed-off-by: Roy Li
---
meta/recipes-connectivity/dhcp/dhcp.inc| 7 -
.../dhcp/dhcp/0001-search-libxml2.patch| 35 ++
From: Roy Li
1. Remove two unneeded CVE patches, 9.10.2 fixed the CVE-2015-1349 also
2. Remove bind-subdirs-run-serially.patch and cross-build-fix.patch,
similar fixes are merged into 9.10.2
3. update the dont-test-on-host.patch
4. update the Copyright file checksum, since the date in it has been
From: Roy Li
The following changes since commit 7a8f37daa7b42905233c31366915b897886a957a:
dev-manual: Updates to add Luna support for Eclipse (2015-05-03 11:49:35
+0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib roy/bind-9.10.2-1
http://git.pokylinux.o
Copy the contents of local.conf under TOPDIR into the final generated
local.conf. In this way, custom settings are also made into the final
local.conf like IMAGE_INSTALL, DISTRO_FEATURES, VIRTUAL-RUNTIME_xxx, etc.
Before this change, installing extensible SDK would usually report failure
when prep
If we do `bitbake buildtools-tarball' and then after one day do `bitbake
core-image-minimal -c populate_sdk_ext', we would meet errors like below.
| install: cannot stat '/buildarea2/chenqi/poky/build-systemd/tmp/deploy/sdk/
poky-glibc-x86_64-buildtools-tarball-core2-64-buildtools-nativesdk-standa
The following changes since commit 4dd4b96b6d60246338bb30ede9f3ab1b2e757be9:
libxfont: Security Advisory - libxfont - CVE-2015-1804 (2015-04-28 07:56:01
+0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib
ChenQi/populate_sdk_ext_2_fixes
ht
40 matches
Mail list logo