[linux-yocto] [kernel-cache][yocto-5.4][PATCH 1/2] features/xen: Enable xen configurations

2020-04-23 Thread Chandana kalluri
Enable xen configurations Signed-off-by: Sai Hari Chandana Kalluri --- features/xen/xen.cfg | 45 + features/xen/xen.scc | 4 2 files changed, 49 insertions(+) create mode 100644 features/xen/xen.cfg create mode 100644 features/xen/xen.scc

[linux-yocto] [kernel-cache][yocto-5.4][PATCH 2/2] features/ocicontainer: Enable configs to support containers

2020-04-23 Thread Chandana kalluri
Enable cgroups, docker, ebtables, lxc, vmswitch, xt-checksum configs to support ocicontainers Signed-off-by: Sai Hari Chandana Kalluri --- features/ocicontainer/cgroup.scc | 4 features/ocicontainer/docker.cfg | 12 features/ocicontainer/docker.scc | 4

Re: [yocto] Enabling SELinux in an application #SELINUX

2020-04-23 Thread Rudolf J Streif
Hi, There is no simply answer to your question. Most generally speaking any type of security, not just for computers and embedded systems, is a tradeoff between risk and cost. The fact that your appliances have USB ports and are potentially connected to the Internet makes them vulnerable for

Re: [yocto] inconsistencies with selecting systemd as init manager?

2020-04-23 Thread Robert P. J. Day
On Thu, 23 Apr 2020, Nicolas Dechesne wrote: > > > On Thu, Apr 23, 2020 at 1:18 PM Robert P. J. Day > wrote: > >   just noticed that, given that since YP 3.0 one could select systemd > as the init manager via the single variable INIT_MANAGER, which pulled > in

Re: [yocto] inconsistencies with selecting systemd as init manager?

2020-04-23 Thread Nicolas Dechesne
On Thu, Apr 23, 2020 at 1:18 PM Robert P. J. Day wrote: > > just noticed that, given that since YP 3.0 one could select systemd > as the init manager via the single variable INIT_MANAGER, which pulled > in init-manager-systemd.inc: > > # Use systemd for system initialization >

[yocto] inconsistencies with selecting systemd as init manager?

2020-04-23 Thread Robert P. J. Day
just noticed that, given that since YP 3.0 one could select systemd as the init manager via the single variable INIT_MANAGER, which pulled in init-manager-systemd.inc: # Use systemd for system initialization DISTRO_FEATURES_append = " systemd" DISTRO_FEATURES_BACKFILL_CONSIDERED_append = "

[yocto] Distro testing #yocto

2020-04-23 Thread sateesh m
Hi Guys, I want to test Distro testing in my yocto build image. for that I need setup configurations and how can i check results and where i can get results. can anybody knows please suggest me . -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

[yocto] perf-1.0 do complie issue

2020-04-23 Thread sateesh m
Hi Sir, I am trying to build yocto image target qemuriscv64 using core-image-sato. But i am facing issue with this package how can i resolve this issue . can you please suggest me solution. Thanks & Regards, Sateesh perf-error.odt Description:

Re: [yocto] meta-javascripts

2020-04-23 Thread Per Hallsmark
Hi Nicholas, Thanks, I was thinking as providing it to Yocto but not maintaining it myself. Too much other stuff going on so it would be a slowly updated layer then. BR, Per On Thu, 23 Apr 2020 at 07:59, Nicholas Krause wrote: > > > On 4/23/20 1:28 AM, p...@hallsmark.se wrote: > > Hello

[yocto] [meta-selinux][PATCH] libselinux-python: Fix one invalid link

2020-04-23 Thread Changqing Li
From: Changqing Li when host arch and target arch are different, the extension suffix of host is different with target one, so there will be a invalid link. Fix by update the way to create the link. Signed-off-by: Changqing Li --- recipes-security/selinux/libselinux-python_3.0.bb | 1 +

Re: [yocto] meta-javascripts

2020-04-23 Thread Nicholas Krause
On 4/23/20 1:28 AM, p...@hallsmark.se wrote: Hello fellow Yocto developers, To be able todo efficient HTML5 programming we of course needs some javascript libraries. I've not seen Yocto have them packaged so I made up this idea of putting them into their own /usr/lib/js path with a subdir