[linux-yocto] [PATCH] Revert "cgroup: Disable cgroup "memory" by default"

2019-11-07 Thread Meng.Li
From: Limeng This reverts commit bf6bf37699fcba93dbcf88e97c45c0b835d2dd4c. It is not reasonable to disable a common cgroup feature. Now, there is enough memory on raspberrypi 4 platform. Signed-off-by: Meng Li --- kernel/cgroup/cgroup.c | 30 -- 1 file changed, 30

[linux-yocto] [linux-yocto-5.2]: [kernel v5.2/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: Revert "cgroup: Disable cgroup "memory" by default"

2019-11-07 Thread Meng.Li
From: Limeng Hi Bruce, After kts test, we found out cgroup case failed. The reason is that raspberrypi SDK kernel disable cgroup "memory" feature. It is not reasonable to disable a common cgroup feature. Because there is enough memory on latest raspberrypi 4 platform. Could you please help

[yocto] nodejs npm qemux86_64

2019-11-07 Thread Jonas Andersson
Hi, I have installation problems for npm recipes. Using Yocto thud and machine=qemux86_64(wrlinux-x), but as I can see it this concerns all use of npm.bbclass for 64-bits system. The problem seems to be the use of ${libdir} in npm.bbclass, when 64 bit is used this expands to lib64. npm install

Re: [yocto] Yocto newbie: Need help with recipe

2019-11-07 Thread Rudolf Streif
Hi Berthold, Welcome to the Yocto Project. This line is the problem with your recipe: PACKAGES = "${PN}" This tells the build system to only create one package, the default package. Because this line FILES_${PN} = "${bindir}" tells the build system to include everything in ${bindir} into that

[yocto] Yocto newbie: Need help with recipe

2019-11-07 Thread Berthold Höllmann
Hello, I'm trying my way around yocto. I thought I try adding a small project of mine to a Raspberry Pi image as a first try in writing recipes. At least I managed to get the project compiling, but the generation of the packages is failing: $ bitbake qtlissajous ... ERROR: qtlissajous-git-r0

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-07 Thread Khem Raj
On Thu, Nov 7, 2019 at 10:42 AM Steve Pavao wrote: > > On Nov 4, 2019, at 4:26 PM, Steve Pavao wrote: > > > >> On Nov 4, 2019, at 11:32 AM, Steve Pavao wrote: > >>> > >>> On Nov 4, 2019, at 11:16 AM, Steve Pavao wrote: > > On Nov 4, 2019, at 11:11 AM, Adrian Bunk wrote: > >

Re: [yocto] [meta-raspberrypi] poky linux build fails if ARM erratum mfix linker switch is specified

2019-11-07 Thread Steve Pavao
> On Nov 4, 2019, at 4:26 PM, Steve Pavao wrote: > >> On Nov 4, 2019, at 11:32 AM, Steve Pavao wrote: >>> >>> On Nov 4, 2019, at 11:16 AM, Steve Pavao wrote: On Nov 4, 2019, at 11:11 AM, Adrian Bunk wrote: On Mon, Nov 04, 2019 at 10:48:57AM -0500, Steve Pavao wrote:

[yocto] [meta-security][PATCH] meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_2.3.1.bb: add new udev dir to FILES and append EXTRA_OECONF

2019-11-07 Thread Norbert Kaminski
The tpm2 tool freezes in a XEN distro. It stores the udev rules in /lib/udev directory, thus these changes append the FILES and EXTRA_OECONF to make tpm2 work properly. Signed-off-by: Norbert Kaminski ---  meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_2.3.1.bb | 4 +++-  1 file changed, 3

[yocto] OpenEmbedded event at FOSDEM20

2019-11-07 Thread Jon Mason
OpenEmbedded is considering creating a mini-conference attached to FOSDEM 2020 (https://fosdem.org/2020/), and we would like your help. Please fill out this short, 10 question, survey to determine the viability of such an effort. https://www.surveymonkey.com/r/9QP76CL Thank you, The OpenEmbedded

Re: [yocto] [meta-security][PATCH] meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_2.3.1.bb: add new udev dir to FILES and append EXTRA_OECONF

2019-11-07 Thread Norbert Kaminski
On 07.11.2019 16:41, Maciej Pijanowski wrote: On 07.11.2019 16:14, Norbert Kaminski wrote: The tpm2 tool freezes in a XEN distro. It stores the udev rules in /lib/udev directory, thus these changes append the FILES and EXTRA_OECONF to make tpm2 work properly. Signed-off-by: Norbert Kaminski

Re: [yocto] [meta-security][PATCH] meta-tpm/recipes-tpm2/tpm2-tss/tpm2-tss_2.3.1.bb: add new udev dir to FILES and append EXTRA_OECONF

2019-11-07 Thread Maciej Pijanowski
On 07.11.2019 16:14, Norbert Kaminski wrote: > The tpm2 tool freezes in a XEN distro. It stores the udev rules in > /lib/udev directory, > thus these changes append the FILES and EXTRA_OECONF to make tpm2 work > properly. > > Signed-off-by: Norbert Kaminski > --- >  

Re: [yocto] Using GitLab for OE/Yocto layers

2019-11-07 Thread Ross Burton
On 06/11/2019 21:41, Adrian Bunk wrote: 1. Patch review Merge requests work well when there is one maintainer who reviews everything. For not regressing on the current level of review before something hits master, merging a merge request into master-next should then result in patch review