Hi, attached is a already reviewed patch by Otavio. Please review officially review it and send it back to Otavio for commit into the tree.
Thank you. Kind Regards Patrick ---------- Forwarded message ---------- From: Otavio Salvador <[email protected]> Date: 2014-02-12 15:16 GMT+01:00 Subject: Re: [meta-freescale] Enabling SystemD To: Pat Key <[email protected]> Please send this to the mailing list. On Mon, Feb 10, 2014 at 7:07 PM, Pat Key <[email protected]> wrote: > Here we go. > > Have a nice evening :-). > > > > > 2014-02-10 22:02 GMT+01:00 Pat Key <[email protected]>: > >> Ok thanks. >> >> I will try it. >> >> >> 2014-02-10 22:01 GMT+01:00 Otavio Salvador <[email protected]>: >> >>> It is: >>> >>> http://git-scm.com/book/en/Customizing-Git-Git-Configuration >>> >>> On Mon, Feb 10, 2014 at 7:01 PM, Pat Key <[email protected]> wrote: >>> > But this depends on the name I choosed in Git. He automatically adds >>> > this to >>> > the patch. >>> > >>> > I don't know if it's possible to change my nickname from Soily to my >>> > real >>> > name? >>> > >>> > >>> > 2014-02-10 21:59 GMT+01:00 Otavio Salvador <[email protected]>: >>> > >>> >> 98%. >>> >> >>> >> Author: Patrick Keil <[email protected]> >>> >> Signed-off-by: Soily <[email protected]> >>> >> >>> >> This is wrong. >>> >> >>> >> Signed-off-by: Patrick Keil <[email protected]> >>> >> >>> >> Is the wished one. >>> >> >>> >> >>> >> On Mon, Feb 10, 2014 at 6:57 PM, Pat Key <[email protected]> >>> >> wrote: >>> >> > Ahh I see, :-) >>> >> > >>> >> > thanks for the input. >>> >> > >>> >> > I hope now everything is fine. >>> >> > >>> >> > >>> >> > >>> >> > >>> >> > 2014-02-10 21:43 GMT+01:00 Otavio Salvador >>> >> > <[email protected]>: >>> >> > >>> >> >> Hello Pat, >>> >> >> >>> >> >> On Mon, Feb 10, 2014 at 6:34 PM, Pat Key <[email protected]> >>> >> >> wrote: >>> >> >> > Hello Otavio, >>> >> >> > >>> >> >> > I don't get it exactly. >>> >> >> > >>> >> >> > Why is the name wrong? You mean the filename? >>> >> >> > >>> >> >> > I created another one. Is it ok now? >>> >> >> >>> >> >> 95% :) >>> >> >> >>> >> >> Your name is wrong; check the from line. Please configure your name >>> >> >> right in the Git and use: >>> >> >> >>> >> >> git commit --amend --author="Your Full Name <[email protected]>" >>> >> >> >>> >> >> to fix it. >>> >> >> >>> >> >> -- >>> >> >> Otavio Salvador O.S. Systems >>> >> >> http://www.ossystems.com.br http://code.ossystems.com.br >>> >> >> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 >>> >> > >>> >> > >>> >> >>> >> >>> >> >>> >> -- >>> >> Otavio Salvador O.S. Systems >>> >> http://www.ossystems.com.br http://code.ossystems.com.br >>> >> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 >>> > >>> > >>> >>> >>> >>> -- >>> Otavio Salvador O.S. Systems >>> http://www.ossystems.com.br http://code.ossystems.com.br >>> Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 >> >> > -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
From f685ef76950b9911bbd9c09df165344a8abf7398 Mon Sep 17 00:00:00 2001 From: Patrick Keil <[email protected]> Date: Mon, 10 Feb 2014 22:05:46 +0100 Subject: [meta-fsl-arm-extra][PATCH] linux-wandboard-3.0.35: Add kernel configs for Systemd Adding missing kernel configurations for Systemd: * CONFIG_FHANDLE * CONFIG_CGROUPS Signed-off-by: Patrick Keil <[email protected]> --- .../linux/linux-wandboard-3.0.35/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-wandboard-3.0.35/defconfig b/recipes-kernel/linux/linux-wandboard-3.0.35/defconfig index ce3eb77..dae399a 100644 --- a/recipes-kernel/linux/linux-wandboard-3.0.35/defconfig +++ b/recipes-kernel/linux/linux-wandboard-3.0.35/defconfig @@ -3,7 +3,9 @@ CONFIG_LOCALVERSION="-wandboard+yocto" CONFIG_DEFAULT_HOSTNAME="wandboard" # CONFIG_SWAP is not set CONFIG_SYSVIPC=y +CONFIG_FHANDLE=y CONFIG_LOG_BUF_SHIFT=14 +CONFIG_CGROUPS=y CONFIG_BLK_DEV_INITRD=y CONFIG_EMBEDDED=y CONFIG_PERF_EVENTS=y -- 1.7.9.5
_______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
