From: Chen Qi
/etc/default/rcS might be missing if the init manager is not sysvinit.
So we have to check for the existence of this file before sourcing it.
[YOCTO #3697]
Signed-off-by: Chen Qi
---
meta/recipes-core/busybox/files/hwclock.sh |2 +-
1 file changed, 1 insertion(+), 1 deletion
From: Chen Qi
The following changes since commit c7b23ab68aafc04d9830ef318015912e5d4f0672:
maintainers.inc: update ownership of recipes (2013-02-17 22:33:30 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/rcs-default
http://git.pokylinux.org/cgi
From: Chen Qi
Previously, if there's a link config item in the config file like
l root root 1777 /tmp /var/tmp
and /tmp has existed, the symlink will not be created correctly.
Another example is the /run directory. If /run directory has been
created by some recipe or script before
From: Chen Qi
The hook function is appended to ROOTFS_POSTPROCESS_COMMAND
properly to support the 'read-only-rootfs' image feature.
[YOCTO #3406]
Signed-off-by: Chen Qi
---
meta/classes/core-image.bbclass |4
1 file changed, 4 insertions(+)
diff --git a/meta/classes/core-image.bbcla
From: Chen Qi
read_only_rootfs_hook: this funtion is invoked only if 'read-only-rootfs'
is in IMAGE_FEATURES. It tweaks some basic files and makes populate-
volatile.sh script run at rootfs time.
For now, it has real effect only if the init system is sysvinit.
[YOCTO #3406]
Signed-off-by: Chen
From: Chen Qi
For populate-volatile.sh script to run correctly both at rootfs time and
at system boot time, it needs to be aware of which situation it is now in.
We use the ROOT_DIR variable to indicate whether it is run at rootfs time or
not. ROOT_DIR being "/" indicates that this script is run
From: Chen Qi
This patchset enables populate-volatile.sh script run at rootfs time.
For the purpose of easier review, changes for populate-volatile.sh script
have been divided into two parts.
This patchset has been tested with core-image-minimal, with and without
'read-only-rootfs' image featur
On 02/18/2013 04:03 AM, Constantin Musca wrote:
- add code for generating the gnulib configure script
- replace /usr/bin/perl with /usr/bin/env perl
Signed-off-by: Constantin Musca
---
.../groff/{groff_1.20.1.bb => groff_1.22.2.bb} | 12 ++--
1 file changed, 10 insertio
On 02/18/2013 02:57 AM, Mike Looijmans wrote:
Haven't seen any reactions (good or bad), So I thought I'd give it a
ping as the wiki suggested. I'd really like to see this fixed.
Mike,
Many of us are traveling this week to ELC in San Francisco and it was a
long weekend in the US. I will be wo
On Mon, Feb 18, 2013 at 8:26 PM, Martin Jansa wrote:
> * distro_identifier returns lsb_data['Distributor ID']-lsb_data['Release']
> which in some cases is different then lsb_release -d -s, e.g.
> Distributor ID: Ubuntu
> Description:Ubuntu 12.04 LTS
> Release:12.04
> Codename
* distro_identifier returns lsb_data['Distributor ID']-lsb_data['Release']
which in some cases is different then lsb_release -d -s, e.g.
Distributor ID: Ubuntu
Description:Ubuntu 12.04 LTS
Release:12.04
Codename: precise
But we probably don't need to sanity list each p
Signed-off-by: Martin Jansa
---
meta/classes/sanity.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 22a89ea..94c6ce3 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -226,7 +22
The rootfs task runs under fakeroot. This converts the devshell to do the same,
allowing the user easier debugging of problems like permissions for example.
I'm really after to provoke some discussion with this patch. There are a
variety of cases where it would be desirable to run devshell in fake
Currently its hard to run a devshell complete with fakeroot context. This
patch allows the fakeroot flag on the task to do this, as with any other
task. Since we may need to start X terminal applications, we need to
only start the fakeroot session on the final command, hence the hoops
this code jum
On Mon, Feb 18, 2013 at 02:14:11PM +0100, Mike Looijmans wrote:
> On 02/18/2013 12:11 PM, Burton, Ross wrote:
> > On 18 February 2013 11:04, Mike Looijmans wrote:
> >> I'm still having trouble with packages being needlessly rebuilt over and
> >> over. The worst of all it qt4-embedded, it takes abo
On 1 January 2013 17:55, Robert P. J. Day wrote:
> these two lines from mesa-common.inc:
>
> # for mesa-dri and mesa-xlib
> FILESEXTRAPATHS_append := "${THISDIR}/mesa:"
>
> that second line is definitely misleading as it doesn't append, it
> prepends (as opposed to what you see in mesa-git.inc):
On Mon, Feb 18, 2013 at 1:48 PM, Ross Burton wrote:
> Merge the contents of udev-systemd, which is just the service files, into udev
> itself. This split wasn't intended to every happen in oe-core.
>
> Signed-off-by: Ross Burton
Could we first discuss the problems we have in current implementat
Re-order variables, use $PN more, and merge the -dbg packages together.
Signed-off-by: Ross Burton
---
.../matchbox-keyboard/matchbox-keyboard_git.bb | 20 +++-
1 file changed, 11 insertions(+), 9 deletions(-)
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keybo
The keyboard is more useful with the applet, as it means that you can hide it.
Signed-off-by: Ross Burton
---
meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb |1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb
b/meta/r
If the formfactor says we have no physical keyboard, add the keyboard applet so
the user can force the keyboard to show/hide on demand.
Signed-off-by: Ross Burton
---
meta/recipes-sato/matchbox-sato/matchbox-session-sato/session |9 -
1 file changed, 8 insertions(+), 1 deletion(-)
d
Hi,
Some fixes to improve the usability of the virtual keyboard, mainly if the
formfactor says we don't have a keyboard then add the keyboard applet to the
panel so that it can be forced on and off.
Not ideal, but the keyboard/toolkit bridge is (currently) GTK+ 2 specific.
Ross
The following ch
Merge the contents of udev-systemd, which is just the service files, into udev
itself. This split wasn't intended to every happen in oe-core.
Signed-off-by: Ross Burton
---
meta/recipes-core/systemd/systemd_197.bb |9 -
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/m
Changelog since 2013-02-10 until 2013-02-17. Projects included in this report:
bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://github.com/Angstrom-distr
On 18 February 2013 17:47, Constantin Musca wrote:
> License checksum change due to:
> - version modification
> - links modification
> - additional license explanations
>
> fix_for_automake_1.12.1.patch: not needed anymore
>
> fix-jmorecfg-boolean-enum.patch: added
> - we have to undef TRUE & FALS
License checksum change due to:
- version modification
- links modification
- additional license explanations
fix_for_automake_1.12.1.patch: not needed anymore
fix-jmorecfg-boolean-enum.patch: added
- we have to undef TRUE & FALSE in order to define
the boolean enum
Signed-off-by: Constantin Mus
On Mon, Feb 18, 2013 at 01:10:27PM +, Burton, Ross wrote:
> The INITMAN variable is injected into DISTRO_FEATURES, so I do find
> the more idiomatic base_contains more readable:
>
> ${@base_contains("DISTRO_FEATURES", "systemd", "", "watchdog", d)}
thanks. I will update my BSP.
>
> systemd
Signed-off-by: Laurentiu Palcu
---
meta/recipes-graphics/xorg-app/xrandr_1.3.5.bb | 16
meta/recipes-graphics/xorg-app/xrandr_1.4.0.bb | 16
2 files changed, 16 insertions(+), 16 deletions(-)
delete mode 100644 meta/recipes-graphics/xorg-app/xrandr_1.3.5.bb
Signed-off-by: Laurentiu Palcu
---
meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb | 15 ---
meta/recipes-graphics/xorg-app/xvinfo_1.1.2.bb | 15 +++
2 files changed, 15 insertions(+), 15 deletions(-)
delete mode 100644 meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb
c
These 2 upgrades compiled fine on all architectures and were tested in
qemu.
Thanks,
Laurentiu
Laurentiu Palcu (2):
xrandr: upgrade to 1.4.0
xvinfo: upgrade to 1.1.2
meta/recipes-graphics/xorg-app/xrandr_1.3.5.bb | 16
meta/recipes-graphics/xorg-app/xrandr_1.4.0.bb | 16
On Mon, Feb 18, 2013 at 01:14:47PM +, Burton, Ross wrote:
> Just noticed that the disabling of syslog isn't working for me, it
> disables syslog-busybox but there's a syslog symlink to it, which is
> being started. :)
I haven't gotten to the part to get it started again. The symlink
probably
Hi Richard,
I did try deptask but
d.appendVarFlag('do_patch', 'deptask', ' do_archive_original_sources_patches')
doesn't make do_patch dependent on do_archive_original_sources_patches. Do you
think it is a bug and needs to be fixed?
Use of 'deps' or 'recrdeps' adds the above dependency. I beli
- gnome-common finally is GPLv2+
- omf.patch is included in the new version
Signed-off-by: Constantin Musca
---
meta/recipes-gnome/gnome/gnome-common-2.28.0/omf.patch| 15 ---
.../{gnome-common_2.28.0.bb => gnome-common_3.7.4.bb} | 13 +
2 files changed, 5 inserti
On 18 February 2013 13:25, Constantin Musca wrote:
> # The omf.make file failed if scrollkeeper doesn't happen to be
> # installed
Remove this comment too.
Also I'll note that whilst this is strictly speaking a development
release, gnome-common doesn't really follow that cycle and this
upgrade
- gnome-common finally is GPLv2+
- omf.patch is included in the new version
Signed-off-by: Constantin Musca
---
meta/recipes-gnome/gnome/gnome-common-2.28.0/omf.patch| 15 ---
.../{gnome-common_2.28.0.bb => gnome-common_3.7.4.bb} | 10 +-
2 files changed, 5 insertions
On 18 February 2013 13:14, Mike Looijmans wrote:
> Change in oe-core I can live with. Things that puzzle me are that when I
> change the location of a bootloader data file in my local.conf, it suddenly
> decides to rebuild qt4-embedded. I also have two almost identical machines
> (same cpu, same k
On 18 February 2013 13:10, Burton, Ross wrote:
>> * systemd's journald is not suitable for small devices. I think the default
>> should be to disable the journald and do not disable the busybox log
>> application in the systemd-compat units package. journald is dominated by
>> memory allocations a
On 02/18/2013 12:11 PM, Burton, Ross wrote:
On 18 February 2013 11:04, Mike Looijmans wrote:
I'm still having trouble with packages being needlessly rebuilt over and
over. The worst of all it qt4-embedded, it takes about an hour to build.
This is wasting a LOT of time.
The classic OE never reb
Hi Holger,
On 18 February 2013 10:24, Holger Hans Peter Freyther
wrote:
> this is my second attempt to use systemd with Poky for our sysmoBTS
> product (mostly to replace some respawn shell scripts and not to use
> the daemontools). I aborted the first trial because of journald and
> now that sys
ARM Neon instruction set compilation error fixed.
Build system disables Neon optimisations if
ARM target does not support it.
BT support dependent on bluez and sbc support.
sbc package added as a dependency.
Signed-off-by: Cristian Iorga
---
meta/recipes-multimedia/pulseaudio/pulseaudio.inc
- pulseaudio upgrade to 3.0
- pulseaudio 3.0 depends on bluez and sbc for Bluetooth support
- new sbc package added
Cristian Iorga (2):
sbc: SBC audio codec
pulseaudio: upgrade to 3.0
meta/recipes-multimedia/pulseaudio/pulseaudio.inc|4 +++-
.../{pulseaudio_2.1.bb => pulseaudio_3.0.b
recipe added;
needed by pulseaudio.
Signed-off-by: Cristian Iorga
---
meta/recipes-multimedia/sbc/sbc_1.0.bb | 18 ++
1 file changed, 18 insertions(+)
create mode 100644 meta/recipes-multimedia/sbc/sbc_1.0.bb
diff --git a/meta/recipes-multimedia/sbc/sbc_1.0.bb
b/meta/recipes
On 18 February 2013 12:25, Constantin Musca wrote:
NACK.
Odd-minor versions are development releases, so we should keep with
2.26 until 2.28 is ready.
(2.27.0 onwards seem to imply upgrading librsvg too, as they changed
their thread semantics)
Ross
Signed-off-by: Constantin Musca
---
.../{gdk-pixbuf-2.26.5 => gdk-pixbuf-2.27.1}/configure_fix.patch | 0
.../extending-libinstall-dependencies.patch | 0
.../hardcoded_libtool.patch | 0
.../gdk-pixbuf/{gdk-pixbuf_2.26.5.bb => gdk-pixb
0001-Add-missing-argument-to-escape.patch: removed
- included in the new version
remove-gets.patch: not needed anymore
add-missing-argz-conditional.patch: added
- the Makefiles assume that the argz conditional
is present in configure.ac
Signed-off-by: Constantin Musca
---
meta/recipes-
Signed-off-by: Constantin Musca
---
.../{shared-mime-info_1.0.bb => shared-mime-info_1.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/shared-mime-info/{shared-mime-info_1.0.bb =>
shared-mime-info_1.1.bb} (45%)
diff --git a/meta/recipes-
Signed-off-by: Constantin Musca
---
meta/recipes-graphics/cairo/{cairo_1.12.12.bb => cairo_1.12.14.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/cairo/{cairo_1.12.12.bb => cairo_1.12.14.bb} (92%)
diff --git a/meta/recipes-graphics/cairo/cairo_1.12.12
- add code for generating the gnulib configure script
- replace /usr/bin/perl with /usr/bin/env perl
Signed-off-by: Constantin Musca
---
.../groff/{groff_1.20.1.bb => groff_1.22.2.bb} | 12 ++--
1 file changed, 10 insertions(+), 2 deletions(-)
rename meta/recipes-extended/
On 18/02/13 11:48, Jack Mitchell wrote:
The relocatable SDK seems to have had it's perl issues slipped back in
somewhere.
Running autoreconf -i on my autotools application leads to the following:
Can't locate strict.pm in @INC (@INC contains:
/mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-
The relocatable SDK seems to have had it's perl issues slipped back in
somewhere.
Running autoreconf -i on my autotools application leads to the following:
Can't locate strict.pm in @INC (@INC contains:
/mnt/SSD/r0005sdk/130213r0/sysroots/x86_64-oecore-linux/usr/share/autoconf
/opt/dblinux/1.
Currently, SDKTARGETSYSROOT points to PACKAGE_ARCH which, sometimes, can
be set to MACHINE_ARCH. When this happens, the default target sysroot
passed to the cross-canadian toolchain, which points to TUNE_PKGARCH,
will be different from the directory where the target sysroot has been
deployed.
In o
On 18 February 2013 11:04, Mike Looijmans wrote:
> I'm still having trouble with packages being needlessly rebuilt over and
> over. The worst of all it qt4-embedded, it takes about an hour to build.
> This is wasting a LOT of time.
>
> The classic OE never rebuilt a package until its version chang
I'm still having trouble with packages being needlessly rebuilt over and
over. The worst of all it qt4-embedded, it takes about an hour to build.
This is wasting a LOT of time.
The classic OE never rebuilt a package until its version changed.
How and why the current oe-core decides to rebuild
Haven't seen any reactions (good or bad), So I thought I'd give it a
ping as the wiki suggested. I'd really like to see this fixed.
On 02/16/2013 04:45 PM, MiLo wrote:
The libmount shared library was part of util-linux. This caused
util-linux-mount to RDEPEND on util-linux, so including that wo
Hi,
this is my second attempt to use systemd with Poky for our sysmoBTS
product (mostly to replace some respawn shell scripts and not to use
the daemontools). I aborted the first trial because of journald and
now that systemd is being merged into OE-Core I started again and I
would like to share s
Martin Jansa
writes:
>> On the specifics of the do_install_append, you've seen my comments
>> about how we're not learning from past mistakes with the way the
>> do_install in the class was written. I note Phil also agreed with
>> them, both of us remembering some of the horrors we've dealt with
55 matches
Mail list logo