Re: [yocto] How to patch a recipe .inc file

2019-08-07 Thread Gmail
Hi, To add some kernel config I have created an extra .cfg file in: my_recipe/recipes-kernel/linux/linux-raspberrypi/ and add an bb_append file: recipes-kernel/linux/linux-raspberrypi_%25.bbappend __ FILESEXTRAPATHS_prepend :=

Re: [yocto] QA notification for completed autobuilder build (yocto-2.6.3.rc1)

2019-08-07 Thread Jain, Sangeeta
Hello All, This is the full report for 2.6.3 RC1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/log/?h=intel-yocto-testresults === Summary No high milestone defects. No new defects are found in this build. ===QA notes= One minor issue is

Re: [linux-yocto] [kernel-cache] Question about profiling.scc

2019-08-07 Thread Bruce Ashfield
On Wed, Aug 7, 2019 at 10:03 PM Hongzhi, Song wrote: > Hi Bruce, > > > profiling.cfg is just designed for powertop and oprofile. > that comment is a bit misleading. Things like perf events, rely on config_profiling .. so it is more of a base config than just for those two. bruce > >1 #

Re: [linux-yocto] [kernel-cache] Question about profiling.scc

2019-08-07 Thread Hongzhi, Song
Hi Bruce, profiling.cfg is just designed for powertop and oprofile.   1 # for oprofile and powertop   2 CONFIG_PROFILING=y   3 CONFIG_OPROFILE=y   4 CONFIG_FRAME_POINTER=y   5 CONFIG_X86_LOCAL_APIC=y Maybe split profiling.cfg and move them to their recipe is a good way. --Hongzhi On

[yocto] How to patch a recipe .inc file

2019-08-07 Thread Greg Wilson-Lindberg
I'm working with a Yocto Sumo build provided with Qt's boot2qt system. I'm trying to enable using initramfs as a step in trying to enable OSTree updates. In the meta-raspberrypi documentation, section 3.14, it says to add some kernel config to the linux-raspberrypi.inc file. I would prefer to

Re: [yocto] U-boot enable not working for Raspberry Pi3

2019-08-07 Thread Greg Wilson-Lindberg
Hi Marek, I'm going to top post so you don't have to scroll to the meat of the matter. I had rebuilt my system because of a failing main hard disk and had lost settings on a number of the programs that I had to re-install and didn't notice. One that has obviously caused me problems is that the

Re: [linux-yocto] v4.18.x - stable updates comprising v4.18.41

2019-08-07 Thread Bruce Ashfield
On Fri, Aug 2, 2019 at 11:43 PM Paul Gortmaker wrote: > Bruce, Yocto kernel folks: > > Here is the next 4.18.x stable update "extension" primarily created > for the Yocto project, continuing from the previous v4.18.40 release. > > There are about 220 commits here, based on commits chosen from

Re: [linux-yocto] [kernel-cache master][PATCH][V2] ti-am335x: add the basic scc/cfg enablement

2019-08-07 Thread Bruce Ashfield
I've merged v2, and created the standard/ti-am335x in linux-yocto-dev. Bruce On Wed, Aug 7, 2019 at 3:54 AM Jun Miao wrote: > Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black > boards all with am335x soc > > Signed-off-by: Jun Miao > --- >

Re: [linux-yocto] [kernel-cache master]: ti-am335x

2019-08-07 Thread Bruce Ashfield
On Wed, Aug 7, 2019 at 2:01 AM Jun Miao wrote: > > On 8/7/19 10:45 AM, Bruce Ashfield wrote: > > On Tue, Aug 6, 2019 at 6:20 AM Jun Miao wrote: > > > >> Hi Bruce, > >> > >> I am working ti boards(AM335x evm/sk/BBB) with am335x soc. > >> > >> 1.This patch add scc/cfg to

Re: [linux-yocto] [kernel-cache][master][PATCH 1/2] bsp/intel-x86: Set CONFIG_NODES_SHIFT to 6

2019-08-07 Thread Bruce Ashfield
I'm not sure if the intel folks are using these fragments and object to the different behaviour, but they look ok to me. I've merged them for now, but will reconsider if they cause problems in other configs. Bruce On Wed, Aug 7, 2019 at 3:27 AM Yongxin Liu wrote: > This config specifies the

Re: [linux-yocto] [PATCH] nfsd: Move nfsd patch from nfsd-enable.scc to new created nfs.scc

2019-08-07 Thread Bruce Ashfield
On Wed, Aug 7, 2019 at 3:25 AM wrote: > From: He Zhe > > Remove nfsd patch from nfsd-enable.scc which can be included directly or by > other features, and thus cause re-application of the patch. > > Create nfs.scc to include both configuration and patches for potential > inclusion > for BSPs

Re: [yocto] Replace busybox by bash

2019-08-07 Thread JH
Good advice, thanks Ross. On 8/7/19, Ross Burton wrote: > On 06/08/2019 13:34, JH wrote: >> The busybox is too simple, my application heavy based on shell >> scripts, I have been thinking to dig out the busybox and replace it by >> bash, has anyone remove the busybox to use bash as default

Re: [yocto] -staticdev packages not in sdk

2019-08-07 Thread Koeller, Thomas
>On Tue, 2019-08-06 at 14:04 +, Koeller, Thomas wrote: >> browsing the list archives I came across an older thread that exactly >> describes the problem I am currently struggling with: >> >> https://lists.yoctoproject.org/pipermail/yocto/2018-February/039950.html >> >> In short, I have a

Re: [yocto] How to create a service only startes at shutdown process?

2019-08-07 Thread ChenQi
On 08/07/2019 04:11 PM, JH wrote: Hi, Most of the services are started in boot, how can I have create a service only to be active in shutdown (not in boot) to clean up? Thank you. Kind regards, - jh Make use of ExecStop, leave ExecStart to be empty. --

[yocto] How to create a service only startes at shutdown process?

2019-08-07 Thread JH
Hi, Most of the services are started in boot, how can I have create a service only to be active in shutdown (not in boot) to clean up? Thank you. Kind regards, - jh -- ___ yocto mailing list yocto@yoctoproject.org

[linux-yocto] [kernel-cache master][PATCH][V2] ti-am335x: add the basic scc/cfg enablement

2019-08-07 Thread Jun Miao
Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black boards all with am335x soc Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 8 + bsp/ti-am335x/ti-am335x.cfg | 236 +++ bsp/ti-am335x/ti-am335x.scc | 8 +

[linux-yocto] [kernel-cache][master][PATCH 2/2] bsp/intel-x86: Enable NUMA balancing for intel-x86-64

2019-08-07 Thread Yongxin Liu
Add support for automatic NUMA aware memory/task placement. Enable automatic NUMA balancing as default. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86-64.cfg | 6 ++ 1 file changed, 6 insertions(+) diff --git a/bsp/intel-x86/intel-x86-64.cfg b/bsp/intel-x86/intel-x86-64.cfg index

[linux-yocto] [kernel-cache][master][PATCH 1/2] bsp/intel-x86: Set CONFIG_NODES_SHIFT to 6

2019-08-07 Thread Yongxin Liu
This config specifies the maximum number (as a power of 2) of NUMA Nodes available on the target. 2^6 is big enough for most current systems. Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[linux-yocto] [PATCH] nfsd: Move nfsd patch from nfsd-enable.scc to new created nfs.scc

2019-08-07 Thread zhe.he
From: He Zhe Remove nfsd patch from nfsd-enable.scc which can be included directly or by other features, and thus cause re-application of the patch. Create nfs.scc to include both configuration and patches for potential inclusion for BSPs and/or KTYPEs. Signed-off-by: He Zhe ---