Re: [Angstrom-devel] [meta-angstrom][PATCH 2/2] fs-perms-angstrom.txt: backport patches from openembedded-core

2016-08-27 Thread Max Krummenacher
Ping. Max 2016-07-18 21:45 GMT+02:00 Max Krummenacher <max.oss...@gmail.com>: > Since the split from openembedded-core there has been a number of patches > to fs-perms.txt. Backport them here. > > Signed-off-by: Max Krummenacher <max.krummenac...@toradex.com> > --- >

Re: [Angstrom-devel] [meta-angstrom][PATCH 1/2] angstrom-core-tweaks.inc: actually use fs-perms-angstrom.txt

2016-08-27 Thread Max Krummenacher
Ping. Max 2016-07-29 15:47 GMT+02:00 Max Krummenacher <max.oss...@gmail.com>: > Hi Andreas > > Am Freitag, den 29.07.2016, 13:09 +0200 schrieb Andreas Müller: >> On Mon, Jul 18, 2016 at 9:45 PM, Max Krummenacher < >> max.oss...@gmail.com> wrote: >>

[Angstrom-devel] [meta-angstrom][PATCH] angstrom.inc: set arm instruction set with existing machine overrides

2016-07-27 Thread Max Krummenacher
es. Build tested with a build for a _armv5te machine. Signed-off-by: Max Krummenacher <max.krummenac...@toradex.com> --- conf/distro/include/angstrom.inc | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/conf/distro/include/angstrom.inc b/con

[Angstrom-devel] [meta-angstrom][PATCH 2/2] fs-perms-angstrom.txt: backport patches from openembedded-core

2016-07-18 Thread Max Krummenacher
Since the split from openembedded-core there has been a number of patches to fs-perms.txt. Backport them here. Signed-off-by: Max Krummenacher <max.krummenac...@toradex.com> --- files/fs-perms-angstrom.txt | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a

[Angstrom-devel] [meta-angstrom][PATCH 1/2] angstrom-core-tweaks.inc: actually use fs-perms-angstrom.txt

2016-07-18 Thread Max Krummenacher
. This may | be due to host contamination [host-user-contaminated] Signed-off-by: Max Krummenacher <max.krummenac...@toradex.com> --- conf/distro/include/angstrom-core-tweaks.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/angstrom-core-tweaks.inc b/conf/

[Angstrom-devel] [meta-angstrom][PATCH 1/5] angstrom.conf: stop using base_contains

2016-05-26 Thread Max Krummenacher
The base_contains function is deprecated and we ought to use bb.utils.contains instead. Signed-off-by: Max Krummenacher <max.krummenac...@toradex.com> --- conf/distro/angstrom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/angstrom.conf b/conf/

[Angstrom-devel] [meta-angstrom][PATCH 3/5] angstrom-gpe-packagegroup-apps.bb: stop using base_contains

2016-05-26 Thread Max Krummenacher
The base_contains function is deprecated and we ought to use bb.utils.contains instead. Signed-off-by: Max Krummenacher <max.krummenac...@toradex.com> --- recipes-angstrom/angstrom/angstrom-gpe-packagegroup-apps.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r

[Angstrom-devel] [meta-angstrom][PATCH 2/5] angstrom-feed-configs.bb: stop using base_contains

2016-05-26 Thread Max Krummenacher
The base_contains function is deprecated and we ought to use bb.utils.contains instead. Signed-off-by: Max Krummenacher <max.krummenac...@toradex.com> --- recipes-angstrom/angstrom/angstrom-feed-configs.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-an

[Angstrom-devel] [meta-angstrom][PATCH 5/5] systemd-qt5-image.bb: stop using base_contains

2016-05-26 Thread Max Krummenacher
The base_contains function is deprecated and we ought to use bb.utils.contains instead. Signed-off-by: Max Krummenacher <max.krummenac...@toradex.com> --- recipes-images/angstrom/systemd-qt5-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-images/an

[Angstrom-devel] [meta-angstrom][PATCH 4/5] angstrom-gpe-task-base.bb: stop using base_contains

2016-05-26 Thread Max Krummenacher
The base_contains function is deprecated and we ought to use bb.utils.contains instead. Signed-off-by: Max Krummenacher <max.krummenac...@toradex.com> --- recipes-angstrom/angstrom/angstrom-gpe-task-base.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-an

[Angstrom-devel] [meta-angstrom][master][jethro][fido][PATCH] timestamp-service: use new format in /etc/timestamp

2016-03-24 Thread Max Krummenacher
implementation of the poor man's RTC. Signed-off-by: Max Krummenacher <max.krummenac...@toradex.com> --- The change in oe-core is present since the fido release. Thus it makes sense to apply the fix for fido/jethro/master Cheers Max recipes-core/systemd/timestamp-service/load-timestamp.

[Angstrom-devel] [meta-angstrom][PATCH][master][angstrom-v2015.12-yocto2.0] angstrom.conf: arm: use compatible glibc and glibc-locale

2015-10-17 Thread Max Krummenacher
ocale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))' failed. Aborted root@colibri-imx6:~# localectl status ^C Signed-off-by: Max Krummenacher <max.oss...@gmail.com> --- conf/distro/angstrom.conf | 2 -- 1 file changed, 2 deletions(-)

Re: [Angstrom-devel] [meta-angstrom][RFC 0/1] angstrom.conf: arm: use compatible glibc and glibc-locale

2015-10-12 Thread Max Krummenacher
Hi everyone Ping. Any comments, thoughts on how to go on with this? Max 2015-09-29 23:02 GMT+02:00 Max Krummenacher <max.oss...@gmail.com>: > Hi > > For arm angstrom master uses glibc linaro 2.20 while oe-core master uses > glibc 2.22. > The locale generation uses the oe-

[Angstrom-devel] [meta-angstrom][PATCH] angstrom-feed-configs.bb: don't replace opkg-collateral

2015-09-29 Thread Max Krummenacher
RCONFLICTS, RREPLACES, RPROVIDES opkg-collateral this results in the opkg package being removed during do_rootfs. With the missing opkg run_postinstall then fails to run postinstall scripts. Signed-off-by: Max Krummenacher <max.oss...@gmail.com> --- recipes-angstrom/angstrom/angstro

[Angstrom-devel] [meta-angstrom][RFC 1/1] angstrom.conf: arm: use compatible glibc and glibc-locale

2015-09-29 Thread Max Krummenacher
ocale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_COLLATE) / sizeof (_nl_value_type_LC_COLLATE[0]))' failed. Aborted root@colibri-imx6:~# localectl status ^C Signed-off-by: Max Krummenacher <max.oss...@gmail.com> --- conf/distro/angstrom.conf | 2 -- 1 file changed, 2 deletions(-)

[Angstrom-devel] [meta-angstrom][RFC 0/1] angstrom.conf: arm: use compatible glibc and glibc-locale

2015-09-29 Thread Max Krummenacher
comments? Regards Max Max Krummenacher (1): angstrom.conf: arm: use compatible glibc and glibc-locale conf/distro/angstrom.conf | 2 -- 1 file changed, 2 deletions(-) -- 1.8.4.5 ___ Angstrom-distro-devel mailing list Angstrom-distro-devel@linuxtogo.org

[Angstrom-devel] [meta-angstrom][dizzy][PATCH 1/5] timestamp-service: use new format also for writing

2014-10-24 Thread Max Krummenacher
-off-by: Max Krummenacher max.oss...@gmail.com --- recipes-core/systemd/timestamp-service/load-timestamp.sh | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/recipes-core/systemd/timestamp-service/load-timestamp.sh b/recipes-core/systemd/timestamp-service/load

[Angstrom-devel] [meta-angstrom][master][PATCH 3/5] timestamp-service: use new format also for writing

2014-10-24 Thread Max Krummenacher
-off-by: Max Krummenacher max.oss...@gmail.com --- recipes-core/systemd/timestamp-service/load-timestamp.sh | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/recipes-core/systemd/timestamp-service/load-timestamp.sh b/recipes-core/systemd/timestamp-service/load

[Angstrom-devel] [meta-angstrom][daisy][PATCH 5/5] timestamp-service: don't restore time on shutdown

2014-10-24 Thread Max Krummenacher
. The RTC/hwclock is not touched by the timestamp service. This is a copy paste error from the init.d implementation in openembedded-core/meta/recipes-core/initscripts/initscripts-1.0/bootmisc.sh Signed-off-by: Max Krummenacher max.oss...@gmail.com --- recipes-core/systemd/timestamp-service/load

[Angstrom-devel] [meta-angstrom][PATCH 0/5] timestamp-service: use new format don't restore time on shutdown

2014-10-24 Thread Max Krummenacher
from angstrom-v2014.06-yocto1.6 is not yet applied so I add it to the patchset. 7776d28 timestamp-service: use new format also for writing Max Krummenacher (2): timestamp-service: use new format also for writing timestamp-service: don't restore time on shutdown .../systemd/timestamp-service

[Angstrom-devel] [meta-angstrom][dizzy][PATCH 2/5] timestamp-service: don't restore time on shutdown

2014-10-24 Thread Max Krummenacher
. The RTC/hwclock is not touched by the timestamp service. This is a copy paste error from the init.d implementation in openembedded-core/meta/recipes-core/initscripts/initscripts-1.0/bootmisc.sh Signed-off-by: Max Krummenacher max.oss...@gmail.com --- recipes-core/systemd/timestamp-service/load

[Angstrom-devel] [meta-angstrom][master][PATCH 4/5] timestamp-service: don't restore time on shutdown

2014-10-24 Thread Max Krummenacher
. The RTC/hwclock is not touched by the timestamp service. This is a copy paste error from the init.d implementation in openembedded-core/meta/recipes-core/initscripts/initscripts-1.0/bootmisc.sh Signed-off-by: Max Krummenacher max.oss...@gmail.com --- recipes-core/systemd/timestamp-service/load

[Angstrom-devel] [meta-angstrom][v2014.06] update-alternatives: use package created by opkg-utils

2014-07-13 Thread Max Krummenacher
In daisy update-alternatives has been moved from opkg to the opkg-utils recipe. opkg-utils now creates an additional package update-alternatives-opkg. Without this patch the opkg-utils recipe is built and the opkg-utils package is installed for VIRTUAL-RUNTIME_update-alternatives. ---

[Angstrom-devel] [meta-angstrom] [PATCH 1/1] timestamp-service: use new format also for writing

2014-06-24 Thread Max Krummenacher
https://github.com/Angstrom-distribution/meta-angstrom/commit/8228b2d56ef2415c8b96d1463fb38816279d4c74 changes the time format written to /etc/timestamp When the system time is set from the content of /etc/timestamp, one has to use the new format also. While at it - remove the now unneeded cut