The dnsmasq recipe in meta-networking ships a dnsmasq.service file, that will
correctly override the SysV init script. Thus, as pointed out by Ross Burton,
we should remove dnsmasq from the list.
Signed-off-by: Anders Darander
---
meta/recipes-core/systemd/systemd-compat-units.bb | 1 -
1 file c
systemd-compat-units: remove dnsmasq from sysv disabled list
The dnsmasq recipe in meta-networking ships a dnsmasq.service file, that will
correctly override the SysV init script. Thus, as pointed out by Ross Burton,
we should remove dnsmasq from the list.
This was discovered when adding dn
The following changes since commit e4c23f7bcb79072ea6028fbdf8f3f0dc17a63371:
dropbear: Refresh pam patch so it applies against recent version (2014-01-14
21:57:22 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/shutdown-desktop
http://git.pokylin
There is a potential problem if we don't remove the previous version's
stamp, for example:
The depend chain is:
libtool-native -> autoconf-native -> m4-native
We have two m4-native: 1.4.9 and 1.4.7
1) Clean all of them to make a fresh build so that we can reproduce the
problem
$ bitbake m4-nat
Use 'poweroff' instead of 'halt' for the Exec field in the shutdown.desktop.
The purpose of this patch is to make the 'shutdown' icon on on our sato
images work as expected for both sysvinit and systemd images. Previously,
the Exec field was 'halt'. The `halt' command could poweroff the system
in
The following changes since commit 12e5a3ee5ef9e6af5ab3dfcbace433888b0914aa:
local.conf.sample.extended: update for the archiver (2014-01-14 18:01:58
+0800)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib rbt/clean_stamp
http://git.pokylinux.org/cgit.cgi/poky-
The following changes since commit e4c23f7bcb79072ea6028fbdf8f3f0dc17a63371:
dropbear: Refresh pam patch so it applies against recent version (2014-01-14
21:57:22 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/libtool-unrecognized-option
http:/
Remove the unrecognized configure option '--with-sysroot' to avoid
build time warnings.
Signed-off-by: Chen Qi
---
meta/recipes-devtools/libtool/libtool-2.4.2.inc |2 --
1 file changed, 2 deletions(-)
diff --git a/meta/recipes-devtools/libtool/libtool-2.4.2.inc
b/meta/recipes-devtools/libt
On 01/15/2014 01:22 PM, Darren Hart wrote:
On Thu, 2014-01-09 at 15:42 +0100, Martin Jansa wrote:
On Mon, Jan 06, 2014 at 11:29:36AM +, g...@git.openembedded.org wrote:
Module: openembedded-core.git
Branch: master
Commit: 6bcd2dafa379badab11bff9d7b607f7f5d72fc94
URL:
http://git.openem
Updating the 3.10 tree to the 3.10.25 korg -stable release.
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 10 --
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 6 +++---
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 18 +-
Richard/Saul,
Here are three updates to the 3.10 kernel that I've had for a while. I'm
about to merge the 3.10 LTSI content, so it is time to get these out of
my queue. I had them for long enough, that muliple updates are squashed
into the three patches.
I've build and boot tested the various qem
Signed-off-by: Bruce Ashfield
---
meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 +-
meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 3 ++-
meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/recipes-kernel/li
Updating the meta SRCREV to import the following changes:
d9cd83c0292b remove old MEDIA config fragments
06b76256d7e2 common-pc-standard.scc: Enable USB webcam support
acb8b43837d8 common-pc-64.scc: update as per changes in the media config
fragments
5513fd2ad72a minnow-standard.scc:
On Thu, 2014-01-09 at 15:42 +0100, Martin Jansa wrote:
> On Mon, Jan 06, 2014 at 11:29:36AM +, g...@git.openembedded.org wrote:
> > Module: openembedded-core.git
> > Branch: master
> > Commit: 6bcd2dafa379badab11bff9d7b607f7f5d72fc94
> > URL:
> > http://git.openembedded.org/?p=openembedded-
Hi Otavio,
Thanks, I will add it dora-next.
// Robert
On 01/15/2014 12:58 AM, Khem Raj wrote:
looks good to me.
On Tue, Jan 14, 2014 at 8:26 AM, Otavio Salvador
wrote:
Bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57532
Log:
r200836 | jason | 2013-07-09 14:52:17 -0300 (Tue, 09 Jul 2013
The latest version of opkg-utils PROVIDES virtual/update-alternatives via a
script copied from opkg.
Signed-off-by: Paul Barker
---
meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/opkg-utils/opkg-u
The new provider is the opkg-utils recipe.
Signed-off-by: Paul Barker
---
meta/recipes-devtools/opkg/opkg.inc | 12 +++-
1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/meta/recipes-devtools/opkg/opkg.inc
b/meta/recipes-devtools/opkg/opkg.inc
index c9fb505..527fe5d 100644
The update-alternatives script has been copied from opkg to opkg-utils so the
openembedded recipe for opkg-utils is updated accordingly. Changing the default
provider of update-alternatives to opkg-utils allows dependencies to be added to
the opkg recipe without causing circular dependency loops. T
This allows dependencies to be added to the opkg recipe without causing circular
dependency loops. As opkg-utils has minimal dependencies it is the best recipe
to provide update-alternatives.
This partially solves Yocto Project issue 4836. More work is still needed for a
complete solution.
Signed
On 01/14/2014 11:16 PM, Saul Wold wrote:
On 01/13/2014 07:02 PM, Lu Chong wrote:
On 01/13/2014 11:58 PM, Saul Wold wrote:
On 01/09/2014 02:02 AM, Chong Lu wrote:
Install attr test suite and run it as ptest.
Signed-off-by: Chong Lu
---
meta/recipes-support/attr/attr.inc |
On 2014-01-14 10:24, johan wadefalk wrote:
Hi
My target HW is a Wandboard-quad and I have followed this tutorial
(http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard).
My host system is gentoo which isn't a validated system for yocto but if
someone can help me anyway
Hello all OE/Yocto enthusiasts!
https://bugzilla.yoctoproject.org/
It has been noted that the number of unresolved issues in our bugzilla
has been rising which, if left unchecked, will lead to an
ever-increasing bug count. In an effort to raise awareness of the number
of unresolved bugs and work
Hi
My target HW is a Wandboard-quad and I have followed this tutorial (
http://wiki.wandboard.org/index.php/Getting_started_with_Yocto_on_Wandboard
).
My host system is gentoo which isn't a validated system for yocto but if
someone can help me anyway I would be very happy.
I have downgraded make
looks good to me.
On Tue, Jan 14, 2014 at 8:26 AM, Otavio Salvador
wrote:
> Bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57532
>
> Log:
> r200836 | jason | 2013-07-09 14:52:17 -0300 (Tue, 09 Jul 2013) | 3 lines
>
> PR c++/57532
> * parser.c (cp_parser_ref_qualifier_opt): Don't
Hello,
I am adding Khem and Robert in Cc so they can review the patch...
On Tue, Jan 14, 2014 at 2:26 PM, Otavio Salvador wrote:
> Bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57532
>
> Log:
> r200836 | jason | 2013-07-09 14:52:17 -0300 (Tue, 09 Jul 2013) | 3 lines
>
> PR c++/57532
>
Bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57532
Log:
r200836 | jason | 2013-07-09 14:52:17 -0300 (Tue, 09 Jul 2013) | 3 lines
PR c++/57532
* parser.c (cp_parser_ref_qualifier_opt): Don't tentatively parse
a ref-qualifier in C++98 mode.
Signed-off-by: Otavio Salvado
The binaries:
-rwxr-xr-x root/root 21956 2014-01-09 19:39 ./bin/hb-shape
-rwxr-xr-x root/root 21504 2014-01-09 19:39 ./bin/hb-ot-shape-closure
-rwxr-xr-x root/root 36520 2014-01-09 19:39 ./bin/hb-view
are not generally useful on target systems. Also, their presence in the
same binary
[YOCTO #5721]
Signed-off-by: Saul Wold
---
meta/conf/distro/include/security_flags.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/conf/distro/include/security_flags.inc
b/meta/conf/distro/include/security_flags.inc
index 24fbcdc..e7d4933a 100644
--- a/meta/conf/distro/include/secu
On 1/14/14, 6:13 AM, Martin Jansa wrote:
On Tue, Jan 14, 2014 at 10:08:35AM +, Paul Eggleton wrote:
Hi all,
There will be a public OpenEmbedded TSC/workgroup meeting today - there
wouldn't normally be one scheduled but there was quite a lot of discussion
last time (which is a good thing!).
python-mako is needed for Piglit. This recipe is taken from meta-oe, and
upgraded to the latest upstream version.
Checksums updated as the upstream LICENSE file contains the copyright dates.
Signed-off-by: Ross Burton
---
meta/recipes-devtools/python/python-mako_0.9.1.bb | 20 +++
Respect the OpenGL distro feature and if it's enabled, pull in piglit and
mesa-tools.
Signed-off-by: Ross Burton
---
.../packagegroups/packagegroup-core-tools-testapps.bb |7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git
a/meta/recipes-core/packagegroups/packa
Hi,
V3 of the Piglit series that adds a missing build dependency from meta-oe
(honestly no idea
how this ever worked for me), and fixes cmake.bbclass for multilib builds.
Ross
The following changes since commit d6ed40fa2a7646e3353460390090aaaecf5b38a3:
cmake: default to out-of-tree builds (2
Specify the full set of install paths (bindir, libdir, etc) for packages that
use the GNUInstallDirs module, instead of just the prefix and leaving the rest
as default (which breaks with multilib).
Signed-off-by: Ross Burton
---
meta/classes/cmake.bbclass |9 +
1 file changed, 9 inse
python-nose is a build dependecy for python-numpy, needed for Piglit. This
recipe is taken directly from meta-oe.
Signed-off-by: Ross Burton
---
meta/recipes-devtools/python/python-nose_1.2.1.bb | 14 ++
1 file changed, 14 insertions(+)
create mode 100644 meta/recipes-devtools/py
Piglit is an OpenGL testing tool. This recipe is taken directly from meta-oe.
Signed-off-by: Ross Burton
---
meta/recipes-graphics/piglit/piglit_git.bb | 48
1 file changed, 48 insertions(+)
create mode 100644 meta/recipes-graphics/piglit/piglit_git.bb
diff --gi
Waffle is needed for Piglit. This recipe is based on the recipe in meta-oe,
upgraded to the latest upstream 1.3.0.
Signed-off-by: Ross Burton
---
meta/recipes-graphics/waffle/waffle_1.3.0.bb | 32 ++
1 file changed, 32 insertions(+)
create mode 100644 meta/recipes-gra
python-numpy is needed for Piglit. This recipe is taken directly from meta-oe.
Signed-off-by: Ross Burton
---
.../python/python-numpy/aarch64/_numpyconfig.h | 30 +
.../python/python-numpy/aarch64/config.h | 139
.../python/python-numpy/arm/config.h
Adding "doc-pkgs" to IMAGE_FEATURES (in an image recipe) reports a conflict
with reset.1 file, present both in util-linux and ncurses-doc packages.
| Collected errors:
| * check_data_file_clashes: Package util-linux-doc wants to install file
/home/matt/tmp/oe-p/build/tmp-eglibc/work/qemux86_64
On 01/13/2014 07:02 PM, Lu Chong wrote:
On 01/13/2014 11:58 PM, Saul Wold wrote:
On 01/09/2014 02:02 AM, Chong Lu wrote:
Install attr test suite and run it as ptest.
Signed-off-by: Chong Lu
---
meta/recipes-support/attr/attr.inc | 15 +++-
.../attr/files/attr-make-ptest-pa
On 14 January 2014 13:36, Yevhen Kyriukha wrote:
> Hi Paul,
>
> 2014/1/10 Paul Barker :
>> On 9 January 2014 12:04, Yevhen Kyriukha wrote:
>>> I define "curl" in PACKAGECONFIG for opkg.
>>> After that I'm getting circular dependency errors during building opkg.
>>>
>>> Best regards,
>>> Yevhen
>>
Hi Paul,
2014/1/10 Paul Barker :
> On 9 January 2014 12:04, Yevhen Kyriukha wrote:
>> I define "curl" in PACKAGECONFIG for opkg.
>> After that I'm getting circular dependency errors during building opkg.
>>
>> Best regards,
>> Yevhen
>
> Sorry, this is a known problem.
>
> The update-alternatives
On Tue, Jan 14, 2014 at 12:55:28PM +, Phil Blundell wrote:
> On Tue, 2014-01-14 at 13:13 +0100, Martin Jansa wrote:
> > Not sure if it's worth new item on agenda, but maybe we should move
> > meta/classes/image-prelink.bbclass functionality to package.bbclass,
> > maybe we have more cases like
On 2014-01-13 13:41, Richard Purdie wrote:
On Mon, 2014-01-13 at 13:37 +0100, David Nyström wrote:
Just to clarify bug 5354:
If I understand the bug correctly, this would arise when first building
the nativesdk tarball on a MACHINE with ABI linux,
and then building the nativesdk for another MACH
On Tue, 2014-01-14 at 12:51 +, Phil Blundell wrote:
> and this causes ${D}${PTEST_PATH} to be created irrespective of the
> setting of PTEST_ENABLED, which is not especially desirable. Can this
> be moved to some place where it only takes effect for ptest-enabled
> builds?
Oh, I see this was
On Tue, 2014-01-14 at 13:13 +0100, Martin Jansa wrote:
> Not sure if it's worth new item on agenda, but maybe we should move
> meta/classes/image-prelink.bbclass functionality to package.bbclass,
> maybe we have more cases like this where image build is changing files
> which are provided by normal
I happened to notice today that I'm getting /lib/lttng-tools/ptest/
installed in my rootfs, which I don't especially want.
What's happening here is that ptest.bbclass (since
25885d3b4f679c33a514d858bc20b0e21aa63721) does:
do_install_ptest_base[cleandirs] = "${D}${PTEST_PATH}"
and this causes ${D
On Tue, Jan 14, 2014 at 10:08:35AM +, Paul Eggleton wrote:
> Hi all,
>
> There will be a public OpenEmbedded TSC/workgroup meeting today - there
> wouldn't normally be one scheduled but there was quite a lot of discussion
> last time (which is a good thing!). If you're interested in discussi
Signed-off-by: Corneliu Stoicescu
---
.../oeqa/selftest/{sstate.py => sstatetests.py}|0
1 file changed, 0 insertions(+), 0 deletions(-)
rename meta/lib/oeqa/selftest/{sstate.py => sstatetests.py} (100%)
diff --git a/meta/lib/oeqa/selftest/sstate.py
b/meta/lib/oeqa/selftest/sstatetests
- SStateBase object contains basic methods used to run sstate related tests
- SStateTests now contains only sstate-related tests
Signed-off-by: Corneliu Stoicescu
---
meta/lib/oeqa/selftest/sstate.py |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/lib/oeqa/selftest/
On Tue, Jan 14, 2014 at 9:43 AM, Richard Purdie <
richard.pur...@linuxfoundation.org> wrote:
> Unfortunately d.keys is extremely slow. Using a list in this case should be
> fine since the addtask lines are immediately above the code and aren't
> going to change often.
>
> Signed-off-by: Richard Pu
The cross-canadian packages were split into their own package group
some time ago. These two are leftovers and can be safely removed.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
b/meta/recipes-core/packagegroups/nativesdk-pack
Unfortunately d.keys is extremely slow. Using a list in this case should be
fine since the addtask lines are immediately above the code and aren't
going to change often.
Signed-off-by: Richard Purdie
---
diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass
index e5bbb89..caf7101 1
The dependency here needs to apply for nativesdk as well as target packages
as the autobuilder just tripped over that. We'd never want a native version
so I'm not sure why the target class override was even present. The dependency
also applies to do_package so lets be explicit about that in case ss
This makes builds of make deterministic.
Signed-off-by: Richard Purdie
---
diff --git a/meta/recipes-devtools/make/make_4.0.bb
b/meta/recipes-devtools/make/make_4.0.bb
index bb2a7ed..38d328c 100644
--- a/meta/recipes-devtools/make/make_4.0.bb
+++ b/meta/recipes-devtools/make/make_4.0.bb
@@ -4,6
Signed-off-by: Koen Kooi
---
meta/classes/image_types.bbclass | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index 54ecb15..48675b8 100644
--- a/meta/classes/image_types.bbclass
+++ b/meta/classes/image
Signed-off-by: Koen Kooi
---
meta/classes/kernel.bbclass | 7 ++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass
index 5fef446..f2a5ec5 100644
--- a/meta/classes/kernel.bbclass
+++ b/meta/classes/kernel.bbclass
@@ -87,7 +
lz4-native is needed for kernels using lz4 compression, which was merged in
3.11.
Lz4 has a similar compression rate to lzo but decompresses a lot (>4x) faster.
Signed-off-by: Koen Kooi
---
meta/recipes-support/lz4/lz4_svn.bb | 17 +
1 file changed, 17 insertions(+)
create mod
Signed-off-by: Koen Kooi
---
meta/classes/distrodata.bbclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass
index 2c365f9..b47358b 100644
--- a/meta/classes/distrodata.bbclass
+++ b/meta/classes/distrodata.
Signed-off-by: Koen Kooi
---
meta/classes/base.bbclass | 5 +
1 file changed, 5 insertions(+)
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 2e5217b..81fc305 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -573,6 +573,11 @@ python () {
On 13 January 2014 22:15, Saul Wold wrote:
>> This seems to cause a problem:
>> ERROR: Logfile of failure stored in:
>>
>> DESTDIR=/srv/hdd/builds/world/tmp/work/ppc7400-poky-linux/cmake/2.8.12.1-r0/image
>> install
>> | make: *** No rule to make target `install'. Stop.
>> | ERROR: oe_runmake fai
On 14 January 2014 10:17, Robert Yang wrote:
>
> On 01/14/2014 05:49 PM, b28...@freescale.com wrote:
>>
>> From: Ting Liu
>>
>> O_CLOEXEC is not available on some distro, such as centos 5.x
>>
>
> Hi Ting,
>
> Missing the Upstream-Status here, and for the O_CLOEXEC, how about:
>
> #ifdef O_CLOEXE
On 01/14/2014 05:49 PM, b28...@freescale.com wrote:
From: Ting Liu
O_CLOEXEC is not available on some distro, such as centos 5.x
Hi Ting,
Missing the Upstream-Status here, and for the O_CLOEXEC, how about:
#ifdef O_CLOEXEC
#define O_RDONLY_O_CLOEXEC O_RDONLY|O_CLOEXEC
#else
#define O
Hi all,
There will be a public OpenEmbedded TSC/workgroup meeting today - there
wouldn't normally be one scheduled but there was quite a lot of discussion
last time (which is a good thing!). If you're interested in discussing long-
term technical efforts around the OpenEmbedded project please jo
From: Ting Liu
O_CLOEXEC is not available on some distro, such as centos 5.x
Signed-off-by: Ting Liu
---
meta/recipes-kernel/kmod/kmod-native_git.bb|1 +
.../kmod/Only-use-O_CLOEXEC-if-it-is-defined.patch | 138
2 files changed, 139 insertions(+), 0 deletions(
From: Ting Liu
We only build wayland-native for the scanner, so disable the bits we
don't actually need. This avoid build issue on older distro such as
Centos 5.x:
| error: 'O_CLOEXEC' undeclared (first use in this function)
| error: sys/timerfd.h: No such file or directory
| error: 'CLOCK_MONOTO
From: Ting Liu
Fix the below issue:
| Computing transaction...error: Can't install
| dbus-1-1.6.18-r0@ppce500v2: no package provides base-files
|
Signed-off-by: Ting Liu
---
meta/recipes-core/dbus/dbus.inc |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-c
The following changes since commit 1b636173ca88e5ccca1992f9a12367a1189fa674:
bitbake: toaster: Toaster GUI, generic search, filter and order (2014-01-10
15:20:26 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/apr
http://git.pokylinux.org/cgit.c
Install apr test suite and run it as ptest.
Signed-off-by: Chong Lu
---
meta/recipes-support/apr/apr/run-ptest | 6 ++
meta/recipes-support/apr/apr_1.4.8.bb | 24 ++--
2 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 meta/recipes-support/apr/apr/run
68 matches
Mail list logo