Re: [OE-core] [PATCH] systemd: fix networking setup when ipv6 modules are missing

2015-11-11 Thread Stefan Christ
Hi, > I've queued this change in my joshuagl/fido-next branch[1]. When will this patch/branch be merged into the openembedded-core's fido branch? Is there any schedule for that? Mit freundlichen Grüßen / Kind regards, Stefan Christ On Tue, Oct 13, 2015 at 10:58:13PM +0100

[OE-core] [PATCH v2 5/5] linux-dtb.inc: refactor common code to function get_real_dtb_path_in_kernel

2015-10-26 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 22801b7..772adcb 100644 --- a/meta/recipes

[OE-core] [PATCH v2 1/5] linux-dtb.inc: remove unneeded 'cd'

2015-10-26 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index ee3a5e1..2e8ec3b 100644 --- a/meta/recipes-kernel/linux/linux

[OE-core] [PATCH v2 4/5] linux-dtb.inc: refactor common code to function normalize_dtb

2015-10-26 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 2b8b11f..22801b7 100644 --- a/meta

[OE-core] [PATCH v2 3/5] linux-dtb.inc: explicit test for empty string not needed

2015-10-26 Thread Stefan Christ
The for loop already handles the case when KERNEL_DEVICETREE is empty. Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 78 +++-- 1 file changed, 36 insertions(+), 42 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta

[OE-core] [PATCH v2 2/5] linux-dtb.inc: use same variable name DTB for all elements of KERNEL_DEVICETREE

2015-10-26 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 2e8ec3b..173e945 100644 --- a/meta/recipes-kernel/linux

Re: [OE-core] [PATCH 1/7] linux-dtb.inc: fix detection of ending '.dts'

2015-10-26 Thread Stefan Christ
hange.. we'll see > > what others think about them.. > > > > Can you drop 1 and 2 and rebase the remaining patches? The rest of the > series doesn't apply if 1 and 2 are dropped. Sure. I will send a v2. Mit freundlichen Grüßen / Kind regards, Stefan Christ

Re: [OE-core] [PATCH 1/7] linux-dtb.inc: fix detection of ending '.dts'

2015-10-19 Thread Stefan Christ
Hi, On Mon, Oct 19, 2015 at 11:05:58AM +0200, Nicolas Dechesne wrote: > On Mon, Oct 19, 2015 at 11:03 AM, Stefan Christ wrote: > > Hmm, the meaning of the code seems to be non obvious. I just looked at sed > > replacement and concluded that it's about the file name ending. &g

Re: [OE-core] [PATCH 1/7] linux-dtb.inc: fix detection of ending '.dts'

2015-10-19 Thread Stefan Christ
Hi, On Mon, Oct 19, 2015 at 10:27:52AM +0200, Nicolas Dechesne wrote: > On Mon, Oct 19, 2015 at 10:15 AM, Stefan Christ wrote: > > > > Device tree files ending with ".dts" are not recognized correctly > > because of unnecessary front slashes. >

[OE-core] [PATCH 7/7] linux-dtb.inc: refactor common code to function get_real_dtb_path_in_kernel

2015-10-19 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 658a32f..beacdff 100644 --- a/meta/recipes

[OE-core] [PATCH 3/7] linux-dtb.inc: remove unneeded 'cd'

2015-10-19 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index d73792a..0095155 100644 --- a/meta/recipes-kernel/linux/linux

[OE-core] [PATCH 6/7] linux-dtb.inc: refactor common code to function normalize_dtb

2015-10-19 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 5bfd33b..658a32f 100644 --- a/meta

[OE-core] [PATCH 5/7] linux-dtb.inc: explicit test for empty string not needed

2015-10-19 Thread Stefan Christ
The for loop already handles the case when KERNEL_DEVICETREE is empty. Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 78 +++-- 1 file changed, 36 insertions(+), 42 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta

[OE-core] [PATCH 4/7] linux-dtb.inc: use same variable name DTB for all elements of KERNEL_DEVICETREE

2015-10-19 Thread Stefan Christ
Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc index 0095155..f44851a 100644 --- a/meta/recipes-kernel/linux

[OE-core] [PATCH 0/7] Two fixes and some changes for linux-dtb.inc

2015-10-19 Thread Stefan Christ
Hi, here are two small fixes for linux-dtb.inc and five refactoring patches. The fixes come first so they can be applied seperatly. Mit freundlichen Gren / Kind regards, Stefan Christ Stefan Christ (7): linux-dtb.inc: fix detection of ending '.dts' linux-dtb.inc

[OE-core] [PATCH 2/7] linux-dtb.inc: fix file ending detection

2015-10-19 Thread Stefan Christ
Only search for 'dts' at the end of the filename. Don't trigger the warning when the device tree name only contains 'dts'. The sed command already replaces the string 'dts' only at the end. Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dt

[OE-core] [PATCH 1/7] linux-dtb.inc: fix detection of ending '.dts'

2015-10-19 Thread Stefan Christ
Device tree files ending with ".dts" are not recognized correctly because of unnecessary front slashes. Signed-off-by: Stefan Christ --- meta/recipes-kernel/linux/linux-dtb.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-

[OE-core] [PATCH] systemd: fix networking setup when ipv6 modules are missing

2015-10-13 Thread Stefan Christ
If the ipv6 kernel modules are missing, e.g. /lib/modules/ doesn't match the runnig kernel, networkd doesn't bring up the interfaces correctly. Backport fix from systemd version v220. Signed-off-by: Stefan Christ --- Hi, this patch is only for the fido branch. The current maste