Re: [yocto] Layerindex - actions required for deleted repos?

2018-10-05 Thread akuster808
On 10/05/2018 07:02 AM, Mark Hatle wrote: > On 10/4/18 2:33 AM, Andreas Müller wrote: >> Hi, >> >> I am cleaning my github and want to remove some repos. One of them is >> meta-gumstix-community - it is not maintained any more. >> This layer is listed in layer-index. Will it be removed automatica

Re: [yocto] [RFC] CVEs on sumo branch

2018-09-21 Thread akuster808
Sinan, On 09/21/2018 12:43 PM, Sinan Kaya wrote: > I'm sure this has been discussed recently but I wanted to raise this > question > one more time as I have seen a lot of CVEs patches getting pulled into > the sumo > branch recently. > > We started enabling the cve-check feature and are triaging

Re: [yocto] [meta-security][PATCH] keyutils: Fix build with usrmerge

2018-09-18 Thread akuster808
On 09/16/2018 11:59 AM, Alex Kiernan wrote: > Update BINDIR and SBINDIR so keyutils builds with usrmerge > > ERROR: keyutils-1.5.10-r0 do_package: QA Issue: keyutils: Files/directories > were installed but not shipped in any package: > /sbin/key.dns_resolver > /sbin/request-key > /bin/key

Re: [yocto] [meta-security][PATCH] keynote: depend on openssl10

2018-09-18 Thread akuster808
On 09/12/2018 01:09 AM, Yi Zhao wrote: > Signed-off-by: Yi Zhao > --- > recipes-security/keynote/keynote_2.3.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-security/keynote/keynote_2.3.bb > b/recipes-security/keynote/keynote_2.3.bb > index 0300894..6ec26b8

Re: [yocto] [meta-security][PATCH 2/2] xmlsec1: upgrade 1.2.25 -> 1.2.26

2018-09-02 Thread akuster808
On 08/31/2018 12:10 AM, Yi Zhao wrote: > Drop patch xmlsec1-fix-a-typo-in-examples-verify3.c.patch since the > issue had been fixed upstream. > > Rebase patch change-finding-path-of-nss.patch > > Signed-off-by: Yi Zhao merged > --- > .../xmlsec1/change-finding-path-of-nss.patch | 107 >

Re: [yocto] [meta-security][PATCH 1/2] samhain: upgrade 4.2.2 -> 4.2.4

2018-09-02 Thread akuster808
On 08/31/2018 12:10 AM, Yi Zhao wrote: > Signed-off-by: Yi Zhao merged > --- > .../samhain/{samhain-client_4.2.2.bb => samhain-client_4.2.4.bb} | 0 > .../samhain/{samhain-server_4.2.2.bb => samhain-server_4.2.4.bb} | 0 > .../{samhain-standalone_4.2.2.bb => samhain-standalone_4.2.4.bb}

Re: [yocto] [meta-security][PATCH 1/1] keynote: add dependency on bison-native

2018-09-02 Thread akuster808
On 08/27/2018 02:40 PM, Joe Slater wrote: > bison/yacc is no longer automatically supplied. > > Signed-off-by: Joe Slater merged > --- > recipes-security/keynote/keynote_2.3.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-security/keynote/keynote_2.3.bb > b

Re: [yocto] [meta-security][PATCH] libseccomp: Drop RDEPENDS on bash

2018-09-02 Thread akuster808
On 08/13/2018 11:20 AM, Alex Kiernan wrote: > Commit ada3eee ("libseccomp: fix rdepends") added RDEPENDS on bash, but > this is no longer needed, so drop it. > > Signed-off-by: Alex Kiernan merged > --- > > recipes-security/libseccomp/libseccomp_2.3.3.bb | 1 - > 1 file changed, 1 deletion(-)

Re: [yocto] sumo missing recipe for kernel 4.4

2018-08-16 Thread akuster808
Mattias, On 08/16/2018 07:20 AM, Matthias Schoepfer wrote: > Hi! > > I might be a little late to the party but ... what is the rational > behind removing kernel recipe for kernel 4.4 from sumo (and later). We typically support Mainline, latest stable and LTS. At the time of Sumo, 4.4 was none of

Re: [yocto] [OE-core] Yocto Project Status WW33’18

2018-08-14 Thread akuster808
On 08/14/2018 07:46 AM, Jolley, Stephen K wrote: > > Current Dev Position: YP 2.6 M3. > > Next Deadline: YP 2.6 M3 Build Target is Aug. 27, 2018 > Thanks for the updates Steven. > >   > > SWAT Team Rotation: > > · SWAT lead is currently: Maxin > > · SWAT team rotation: Maxin -> Ch

Re: [yocto] Yocto userbase in numbers?

2018-08-09 Thread akuster808
On 08/09/2018 10:19 AM, Frazer, Will wrote: > > I was asked recently what a ballpark figure for the number of systems > running distributions built with yocto might be and I could not find > anything. > >   > > I realise it’s almost impossible to tell since technically everyone > builds a differe

Re: [yocto] [meta-security][PATCH 01/10] suricata: don't start service in postinst

2018-08-06 Thread akuster808
On 08/01/2018 01:09 AM, Koen Kooi wrote: > Apart from hardcoding the wrong networking device it won't survive device > restart > > Signed-off-by: Koen Kooi series merged. thanks, armin > --- > recipes-security/suricata/suricata_4.0.0.bb | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/

Re: [yocto] [PATCH] runtime: Add support to manual BSP test cases

2018-07-13 Thread akuster808
On 07/13/2018 05:08 AM, mohamad.noor.alim.hus...@intel.com wrote: > From: Mohamad Noor Alim Hussin > > This is manual BSP test cases that have converted to auto test cases > for QA release. Manualbsp.py has dependency on file bsphardware that run > on hardware. How do the TestID get determined?

Re: [yocto] [PATCH] samhain: correct service status

2018-07-02 Thread akuster808
On 06/26/2018 10:10 PM, Changqing Li wrote: > status get by "systemctl status samhain" is not correct. > It is active(exited) now. but actually, there is a dameon > running, it should be active(running). so change Type of > servive. > > Signed-off-by: Changqing Li merged, thanks - armin > ---

Re: [yocto] OEDEM Sunday, 21 October 2018 in Edinburgh (before ELCE)

2018-07-02 Thread akuster808
On 06/28/2018 01:46 PM, Philip Balister wrote: > OpenEmbedded is holding a developer meting in Edinburgh before ELCE. > Anyone with an interest in OpenEmbedded development is welcome to > attend. The core developers enjoy hearing about the needs and problems > of the larger community. > > At thi

Re: [yocto] Best practice for updating a single recipe in meta-openembedded?

2018-06-26 Thread akuster808
On 06/26/2018 12:37 PM, Giordon Stark wrote: > Hi all, Wrong mailing list. Meta-openembedded questions should be directed to openembedded-de...@lists.openembedded.org > > I noticed on a 64b board, devmem2 isn't able to write 32b. I noticed, > surprisingly, that there's now a patch for this fix i

Re: [yocto] QA cycle report for 2.4.3 RC2

2018-06-13 Thread akuster808
Ee Peng, On 06/12/2018 08:22 PM, Yeoh, Ee Peng wrote: > Hello All, > > This is the full report for 2.4.3 RC2: > https://wiki.yoctoproject.org/wiki/WW24_-_2018-06-12-_Full_Test_Cycle_-_2.4.3_rc2 > > === Summary > > The QA cycle for release 2.4.3 RC2 was completed.  Team had found th

Re: [yocto] [autobuilder][PATCH 1/2] yocto-autobuilder2: add missing __init__.py to top level

2018-06-11 Thread akuster808
On 06/10/2018 03:44 PM, Richard Purdie wrote: > On Sun, 2018-06-03 at 17:22 -0700, Armin Kuster wrote: >> This fixes the import of modules when starting buildbot >> as master.cfg has: >> from yoctoabb import builders, config, schedulers, workers, services, >> www >> >> Signed-off-by: Armin Kuste

Re: [yocto] Yocto Project Status WW19’18

2018-05-07 Thread akuster808
On 05/07/2018 08:01 AM, Jolley, Stephen K wrote: > > Current Dev Position: YP 2.5 is in QA. > > Next Deadline: YP 2.5 M4 release is 4/27/18 > >   > > SWAT Team Rotation: > > · SWAT lead is currently: Stephano > I am covering this week for stephano. - armin > > · SWAT team rotation

Re: [yocto] [meta-selinux][PATCH] libselinux: python-importlib is now part of python*-core

2018-05-07 Thread akuster808
On 04/14/2018 07:08 PM, Armin Kuster wrote: > Missing or unbuildable dependency chain was: ['meta-world-pkgdata', > 'restorecond', 'libselinux', 'python-importlib'] > > Signed-off-by: Armin Kuster ping > --- > recipes-security/selinux/libselinux.inc | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [yocto] [meta-selinux][PATCH] policycoreutils: remove oe_filter_out

2018-04-21 Thread akuster808
On 04/14/2018 03:33 PM, Armin Kuster wrote: > bb.data_smart.ExpansionError: Failure expanding variable WARN_QA[:=], > expression was ${@oe_filter_out('unsafe-references-in-scripts', 'ldflags > useless-rpaths rpaths staticdev libdir xorg-driver-abi textrel > already-stripped incompa

Re: [yocto] [meta-selinux][PATCH] libselinux: python-importlib is now part of python*-core

2018-04-21 Thread akuster808
On 04/14/2018 07:08 PM, Armin Kuster wrote: > Missing or unbuildable dependency chain was: ['meta-world-pkgdata', > 'restorecond', 'libselinux', 'python-importlib'] > > Signed-off-by: Armin Kuster > --- > recipes-security/selinux/libselinux.inc | 2 +- > 1 file changed, 1 insertion(+), 1 delet

Re: [yocto] [Openembedded-architecture] 2.6 planning proposals and meeting

2018-04-19 Thread akuster808
On 04/19/2018 09:17 AM, Richard Purdie wrote: > [Widely cross posted but please reply to openembedded-core only for > want of picking somewhere to discuss this] > > The next big question facing us is what would we like to do in 2.6? > What can we do with the resources we have? > > I'm proposing t

Re: [yocto] [meta-selinux][PATCH] systemd: create /var/lib/systemd/backlight in advance

2018-04-19 Thread akuster808
On 04/19/2018 12:15 AM, wenzong@windriver.com wrote: > From: Wenzong Fan > > The systemd-backlight@.service which called after selinux-init.service > will create /var/lib/systemd/backlight with incorrect security labels, > this causes the systemd-backlight service fails to start and stop. >

Re: [yocto] [meta-cgl][PATCH 1/2] layer: add LAYERSERIES_COMPAT for rocko

2018-04-14 Thread akuster808
On 04/14/2018 11:39 AM, Khem Raj wrote: > > On Sat, Apr 14, 2018 at 8:34 AM Armin Kuster > wrote: > > Signed-off-by: Armin Kuster > > --- >  meta-cgl-common/conf/layer.conf  | 2 ++ >  meta-cgl-fsl-ppc/conf/layer.conf |

Re: [yocto] [meta-qt3][PATCH 1/2] layer: add LAYERSERIES_COMPAT

2018-04-13 Thread akuster808
On 04/13/2018 03:44 PM, Martin Jansa wrote: > On Fri, Apr 13, 2018 at 03:41:26PM -0700, Armin Kuster wrote: >> Signed-off-by: Armin Kuster >> --- >> conf/layer.conf | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/conf/layer.conf b/conf/layer.conf >> index 84ab5f7..2100ffb 100644 >>

Re: [yocto] Yocto Project Status WW15’18

2018-04-09 Thread akuster808
On 04/09/2018 08:13 AM, Jordan, Robin L wrote: > > Current Dev Position: YP 2.5 M4 final close out. > > Next Deadline: YP 2.5 M4 release is 4/27/18 > >   > > SWAT Team Rotation: > > SWAT lead is currently: Paul. > > SWAT team rotation: Paul -> Tracy on April 13, 2018 > > SWAT team rotation: Tracy

Re: [yocto] binutils 2.29.1 ARM Thumb kernel problem

2018-04-02 Thread akuster808
On 04/02/2018 01:15 PM, Chris Elledge wrote: > I recently upgraded my Yocto based project to Yocto 2.4.2, and I > encountered a problem when building my custom kernel for an AT91 > SAMA5D3X platform. I've been using an ARM Thumb2 kernel for a while > successfully until this release. It appears th

Re: [yocto] ClamAV PCRE support

2018-03-27 Thread akuster808
On 03/27/2018 07:42 AM, Tom Gibson wrote: > > Hi, > >   > > I am adding ClamAV to our custom image and have added the following to > our main .bb file: > Are you using the recipe from meta-security ? - Armin > >   > > IMAGE_INSTALL += “ clamav clamav-daemon clamav-clamdscan” > >   > > When I ru

Re: [yocto] U-Boot networking broken in Rocko

2018-03-26 Thread akuster808
On 03/26/2018 08:47 AM, Martin Townsend wrote: > Hi, > > I've discovered that U-Boot in Rocko for several builds that I > maintain is broken when performing various network related operations > like tftp, dhcp and ping. You get a data abort and it resets.  I found > that this has already been fix

Re: [yocto] [layerindex-web][PATCH 2/2] requirements.txt: use the most recent Django 1.8 version

2018-03-26 Thread akuster808
Paul, Have you seen this ? https://www.djangoproject.com/download/#supported-versions 1.8 will EOL this April - armin On 03/25/2018 12:31 PM, Paul Eggleton wrote: > Use <1.9 to always get the most recent 1.8 point release. > > Signed-off-by: Paul Eggleton > --- > requirements.txt | 2 +- >

Re: [yocto] [meta-security][PATCH] xmlsec1: fix a typo in examples/verify3.c

2018-03-19 Thread akuster808
On 03/04/2018 06:22 PM, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > Signed-off-by: Jackie Huang merged. thanks - armin > --- > .../xmlsec1-fix-a-typo-in-examples-verify3.c.patch | 25 > ++ > recipes-security/xmlsec1/xmlsec1_1.2.25.bb | 1 + > 2 fi

Re: [yocto] [OE-core] Yocto Project Status WW12’18

2018-03-19 Thread akuster808
On 03/19/2018 08:45 AM, Jordan, Robin L wrote: > > Current Dev Position: YP 2.5 M3 final close out. > > Next Deadline: YP 2.5 M3 cut off was 2/19/18 > > *** FEATURE FREEZE for 2.5 has passed *** > >   > > SWAT lead is currently Ross. > > SWAT team rotation: Armin -> Ross on March 23, 2018 > > SWA

Re: [yocto] [yocto-announce] [ANNOUNCEMENT] Yocto Project 2.4.2 (rocko-18.0.2) Released

2018-03-14 Thread akuster808
On 03/14/2018 04:54 AM, Ricardo Ribalda Delgado wrote: > Hi Tracy > > My two cents: > > I tried updating to this version and I got a couple of issues: > > 1) My distro has moved to glibc2.27, so I had to update my uninative We are aware of this issue on unsupported new hosts. > 2) During glibc-i

Re: [yocto] Subject: Yocto Project Status WW10’18

2018-03-05 Thread akuster808
On 03/05/2018 08:03 AM, Jordan, Robin L wrote: > > Subject: Yocto Project Status WW10’18 > >   > > Current Dev Position: YP 2.5 M3 final close out. > > Next Deadline: YP 2.5 M3 cut off was 2/19/18 > > *** FEATURE FREEZE for 2.5 has passed *** > >   > > SWAT team rotation: Rebecca -> Cal on March

Re: [yocto] Yocto Project Status WW09’18

2018-02-26 Thread akuster808
On 02/26/2018 08:13 AM, Jordan, Robin L wrote: > > Current Dev Position: YP 2.5 M3 development > > Next Deadline: YP 2.5 M3 cut off was 2/19/18 > > *** FEATURE FREEZE for 2.5 has passed *** > >   > > SWAT team rotation: Stephano -> Maxin John on Feb. 23, 2018 > > SWAT team rotation: Maxin -> Rebe

Re: [yocto] [PATCH 2/3] poky: update default kernel to v4.15

2018-02-15 Thread akuster808
On 02/15/2018 08:54 PM, Anuj Mittal wrote: > Hi Bruce, > > On 02/07/2018 12:34 AM, Bruce Ashfield wrote: >> Updating the default kernel for qemu* to be v4.15. This allows easy >> integration of the latest fixes/features for new BSPs. 4.14 is also >> available as a LTS kernel option. >> >> Signed-

Re: [yocto] [RFT] Glibc 2.27

2018-01-29 Thread akuster808
On 01/29/2018 06:16 AM, Burton, Ross wrote: > On 29 January 2018 at 13:56, Zoran Stojsavljevic > mailto:zoran.stojsavlje...@gmail.com>> > wrote: > > > Khem Raj writes: This has gotten limited testing. > > Burton Ross writes: This one will be easy to integrate. > > Time Will Tell. > >

Re: [yocto] COMPATIBLE_MACHINE not honored in native extended recipes

2018-01-12 Thread akuster808
On 01/12/2018 07:14 AM, Paulo Neves wrote: > Hello I am having a problem where I want a recipe, along with its > -native version to only be available when allowed by compatible > machine.  This change should go to the openembedded-core mailing list with a particular subject line format. please

Re: [yocto] Contribute meta-installer to yocto

2017-11-28 Thread akuster808
On 11/27/2017 09:20 AM, Mark Hatle wrote: > On 11/21/17 3:24 PM, Burton, Ross wrote: >> On 21 November 2017 at 08:55, Hongxu Jia > > wrote: >> >> If yocto is interested in this layer and will accept it, >> I could send pull request or some one directly fet

Re: [yocto] [oe] [PATCH 00/15] create meta-installer layer

2017-11-24 Thread akuster808
On 11/23/2017 05:55 PM, Hongxu Jia wrote: > On 2017年11月24日 08:35, Khem Raj wrote: >> >> On Thu, Nov 23, 2017 at 4:15 AM Burton, Ross > > wrote: >> >> I honestly don't see why this has to belong in meta-openembedded >> and can't live in a standalone repository

Re: [yocto] Contribute meta-installer to yocto

2017-11-21 Thread akuster808
Hello, On 11/21/2017 12:55 AM, Hongxu Jia wrote: > Hi all, > > Wind River has maintained meta-installer for several years, > and now we want to contribute it to yocto community. > > This layer provides an installation program based on > OE platform. The installation program is anaconda from > fe

Re: [yocto] [Openembedded-architecture] [RFC] stable branch naming scheme

2017-11-09 Thread akuster808
Any more comments? I started to use stable/{branch}-next in all the contrib repos. Poky will be constructed from oe-contrib repos. thanks for all the feedback. regards, Armin On 11/06/2017 10:14 AM, akuster808 wrote: > > > > On 11/06/2017 08:43 AM, Denys Dmytriyenko wrote: &g

Re: [yocto] [meta-security][PATCH] trousers: allow overriding localstatedir mandir sysconfdir

2017-11-09 Thread akuster808
merged. not sure if I sent our a confirmation email. Thanks, armin On 11/01/2017 04:59 AM, André Draszik wrote: > From: André Draszik > > It is currently impossible to override localstatedir, > mandir and sysconfdir during ./configure, because they > are being overriden unconditionally. > >

Re: [yocto] [Openembedded-architecture] [RFC] stable branch naming scheme

2017-11-06 Thread akuster808
On 11/06/2017 08:43 AM, Denys Dmytriyenko wrote: > On Fri, Nov 03, 2017 at 09:20:43AM -0700, akuster808 wrote: >> Hello, >> >> The problem I hope to solve is that a Maintainer can stage changes in >> any branch in the contrib repos making it difficult for folks

[yocto] [RFC] stable branch naming scheme

2017-11-03 Thread akuster808
Hello, The problem I hope to solve is that a Maintainer can stage changes in any branch in the contrib repos making it difficult for folks to track their back port requests. The also makes it harder to automate any kind of build automation. I would like to propose a contrib naming scheme for the

Re: [yocto] [infra] git domain name updates

2017-09-25 Thread akuster808
On 09/25/2017 05:17 PM, Michael Halstead wrote: > Hello, > > As Yocto Project continues to grow load on our git server does as > well. We are going to make a few changes to our git infrastructure to > allow for more growth. > > All read-only git operations should point at git.yoctoproject.org. Fo

Re: [yocto] QA cycle report for 2.2.2 rc2

2017-09-15 Thread akuster808
On 09/15/2017 01:01 PM, Bystricky, Juro wrote: The commit is for 2.4 M3 (5f6945f5031e1a4ca116cc1eccf4c2f9dc228547) 2.4 does contain the ptests for gzip, slang and flex. (Although there are some other mysteries, like sed-ptest is missing) It would seem that 2.2 had never contained (or lost a wh

Re: [yocto] [meta-security][PATCH] tpm2.0-tss: fix systemd package list

2017-09-10 Thread akuster808
On 09/07/2017 08:55 AM, Patrick Ohly wrote: Commit 4c4fa8c "tpm2.0-tss: install resourcemgr service" introduced systemd support for the resourcemgr package, but left the default ${PN} in SYSTEMD_PACKAGES, leading to an apparently harmless (?) build error, emitted by systemd.bbclass via bb.error

Re: [yocto] [meta-security][PATCH] fail2bin: Add new package

2017-09-01 Thread akuster808
Hello Paul, On 08/31/2017 10:35 PM, Paul Eggleton wrote: Hi Armin, On Friday, 1 September 2017 5:09:23 PM NZST Armin Kuster wrote: Fail2Ban scans log files like /var/log/auth.log and bans IP addresses having too many failed login attempts. It does this by updating system firewall rules to re

Re: [yocto] dynamic layer dependencies in meta-security

2017-07-20 Thread akuster808
On 07/19/2017 05:29 AM, Mark Hatle wrote: On 7/19/17 1:57 AM, Patrick Ohly wrote: Hello Armin! I'm trying to use the latest meta-security master in refkit. Refkit runs yocto-compat-layer.py against its own layers, which then pulls in meta-security as one of the dependencies. That's where I am

Re: [yocto] [meta-security][PATCH] layer.conf: fix typo (meta-filesystems vs mete-filesystems)

2017-05-29 Thread akuster808
On 05/29/2017 01:35 AM, André Draszik wrote: From: André Draszik merged, Thanks, Armin --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 547a559..0e524a1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -13

Re: [yocto] [meta-security][PATCH 2/2] ecryptfs-utils: add new recipe

2017-05-19 Thread akuster808
On 05/17/2017 12:56 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang eCryptfs is a stacked cryptographic filesystem that ships in Linux kernel versions 2.6.19 and above. This package provides the mount helper and supporting libraries to perform key management and mount functions. Sig

Re: [yocto] [meta-security][PATCH] packagegroup-security-tpm-i2c: fix syntax

2017-05-19 Thread akuster808
On 05/18/2017 09:29 PM, Peter Lei wrote: Fix "ERROR: ExpansionError during parsing" when building with multilib. merged. thanks Signed-off-by: Peter Lei --- meta-tpm/recipes-core/packagegroup/packagegroup-security-tpm-i2c.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

Re: [yocto] [OE-core] [RFC PATCH 00/10] Add openssl 1.1

2017-05-12 Thread akuster808
On 05/11/2017 12:44 AM, Alexander Kanavin wrote: On 05/11/2017 12:08 AM, Khem Raj wrote: On Wed, May 10, 2017 at 1:48 PM, Davis, Michael wrote: I think most of the major distros have either switched or are in the process this year. are there some info on the policy decisions of other dis

Re: [yocto] [PATCH] recipes-support: Add recipe for libgpiod

2017-05-09 Thread akuster808
Marek, There is another mailing list that is geared towards the core development and recipes like this that are targeted for the main "meta" layer. You should resend this patch to: openembedded-c...@lists.openembedded.org. regards, Armin On 05/09/2017 02:10 PM, Marek Belisko wrote: libgp

Re: [yocto] [meta-security][PATCH 1/1] swtpm-wrappers-native.bb: need netstat

2017-05-07 Thread akuster808
On 04/27/2017 09:14 AM, Patrick Ohly wrote: netstat from net-tools-native is needed for swtpm_setup.sh, which uses it to check whether the swtpm daemon has started. The scripts hangs in a loop during startup when netstat is missing. Signed-off-by: Patrick Ohly merged thanks --- recipes-t

Re: [yocto] [meta-security][PATCH] swtpm: update to latest tip

2017-04-11 Thread akuster808
On 04/11/2017 12:08 AM, Amarnath Valluri wrote: Pull in changes to support passing client control sockets(--ctrl type=unixio,clientfd=), that allows to fork swtpm and communicate using socketpair. Signed-off-by: Amarnath Valluri merge to master-next thanks --- recipes-tpm/swtpm/swtpm_1.

Re: [yocto] [meta-security] master-next rebased?

2017-03-24 Thread akuster808
On 03/24/2017 01:44 AM, Patrick Ohly wrote: Hello Armin! Did you accidentally rebase all of master-next? looks like it. The current master-next tip (3b9dd3688b6c725aa0146c91ee1a58c26095e48d) isn't rooted in the current master (8b38c93f2387793fb03d082e47723002cf667ae9) anymore: $ git branch

Re: [yocto] Morty 2.2.1 build failure

2017-03-21 Thread akuster808
Greg, On 03/21/2017 04:29 PM, Greg Wilson-Lindberg wrote: Hello List, I got a copy of the book "Embedded Linux Systems with the Yocto Project" at the SCALE 15x conference and this prompted me to try building the Yocto Poky build before getting the Boot to Qt Yocto build environment. I tried

Re: [yocto] Intoducting myself: Applying for Outreachy

2017-03-07 Thread akuster808
Soumya, Are you trying to apply for the intership? You may want to take a look at https://www.yoctoproject.org/outreachy-internship Not sure how that differs from the outreach program. Maybe Jefro or Tracy can clarify. regards, Armin On 03/07/2017 09:08 AM, Leonardo Sandoval wrote: On Tu

Re: [yocto] [OE-core] Yocto Project Status WW09’17

2017-02-27 Thread akuster808
On 02/27/2017 08:59 AM, Jolley, Stephen K wrote: Current Dev Position: YP 2.3 M3 Next Deadline: YP 2.3 M3 by Feb. 27, 2017 *** FEATURE FREEZE for 2.3 is now in effect. *** SWAT team rotation: Anibal -> Todor on Feb. 24, 2017. SWAT team rotation: Todor -> Tracy on Mar. 4, 2017. https://wik

Re: [yocto] Trying to build yocto-morty on ubuntu-16, machine reboots in the middle of the build

2017-02-26 Thread akuster808
On 2/25/17 8:16 AM, Joshua Watt wrote: > > On 02/24/2017 11:36 AM, Burton, Ross wrote: >> >> On 23 February 2017 at 13:24, William McKinney > > wrote: >> >> I’m trying to build the yocto-morty release on an ubuntu 16.04.2 >> LTS box with 16GB of memory and plenty

Re: [yocto] [meta-cgl][PATCH 2/3] iscsi-initiator-utils: make it DISTRO_FEATURE dependent

2017-02-19 Thread akuster808
ping On 02/02/2017 04:38 PM, Armin Kuster wrote: From: Armin Kuster When this package was updated in OE, it now requires systemd. Make this optional. Signed-off-by: Armin Kuster --- meta-cgl-common/packagegroups/packagegroup-cgl-middleware.bb | 2 +- 1 file changed, 1 insertion(+), 1 del

Re: [yocto] [meta-cgl][PATCH 2/3] openais: change SRC_URI http to fix error

2017-02-19 Thread akuster808
ping. is there an issue with this patch ? - armin On 02/02/2017 04:36 PM, Armin Kuster wrote: From: Armin Kuster ERROR: openais-1.1.4-r0 do_fetch: Error executing a python function in exec_python_func() autogenerated: ftp://ftp@ breaks the fetcher and really is not needed. Signed-off-by:

Re: [yocto] [meta-cgl][PATCH 1/3] cgl layer.conf: add layer depends

2017-02-19 Thread akuster808
ping. is there an issue with this patch? On 02/02/2017 04:38 PM, Armin Kuster wrote: From: Armin Kuster Signed-off-by: Armin Kuster --- meta-cgl-common/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/conf/layer.conf

Re: [yocto] [meta-security][PATCH] libseccomp: convert test package to ptest

2017-02-18 Thread akuster808
Wenzong Fan, On 02/16/2017 10:44 PM, wenzong@windriver.com wrote: From: Wenzong Fan I had to fixup your changes against master-next. I just pushed to master-next. If you sign-off, I will push to master. thanks, - armin Signed-off-by: Wenzong Fan --- recipes-security/libseccomp/fi

Re: [yocto] [meta-security][PATCH v2 0/9] tpm: virtual TPM for qemu

2017-02-15 Thread akuster808
On 02/14/2017 03:21 AM, Patrick Ohly wrote: On Fri, 2017-02-03 at 10:35 -0800, akuster808 wrote: On 2/3/17 12:46 AM, Patrick Ohly wrote: I recently started using swtpm-native in combination with the qemu-tpm patches to simulate a virtual TPM chip in qemu. The qemu-tpm patches should go into

Re: [yocto] [meta-security][PATCH] scapy: fix the pickling issue

2017-02-14 Thread akuster808
merged. thanks, Armin On 02/08/2017 06:44 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang Backport a patch to fix the pickling issue when save_session: PicklingError: Can't pickle : attribute lookup __builtin__.function failed Signed-off-by: Jackie Huang --- .../scapy/scapy/s

Re: [yocto] [meta-security][PATCH v2 0/9] tpm: virtual TPM for qemu

2017-02-03 Thread akuster808
On 2/3/17 12:46 AM, Patrick Ohly wrote: > I recently started using swtpm-native in combination with the qemu-tpm > patches to simulate a virtual TPM chip in qemu. The qemu-tpm patches > should go into OE-core, but currently usage is a bit cumbersome > (requires root privileges and manually starting

Re: [yocto] [meta-cgl][PATCH 3/3] initramfs: fix parsing issue with do to uboot inclusion

2017-02-02 Thread akuster808
ignore this one. started at wrong location -armin On 02/02/2017 04:36 PM, Armin Kuster wrote: From: Armin Kuster since the image type includes "uboot", need to inherit the class for it Signed-off-by: Armin Kuster --- meta-cgl-common/images/core-image-cgl-initramfs.bb | 4 ++-- 1 file ch

Re: [yocto] [meta-security][PATCH 0/8] tpm: virtual TPM for qemu

2017-02-01 Thread akuster808
Patrick, On 01/30/2017 11:47 PM, Patrick Ohly wrote: I recently started using swtpm-native in combination with the qemu-tpm patches to simulate a virtual TPM chip in qemu. The qemu-tpm patches should go into OE-core, but currently usage is a bit cumbersome (requires root privileges and manuall

[yocto] is yoctoproject.org and openenembedded.org down?

2016-12-17 Thread akuster808
Hello, Can anyone get to yoctoproject.org or openembedded.org? they where working earlier this morning. - Armin -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Reference doc displayed twice at yoctoproject.org/documentation/active

2016-12-16 Thread akuster808
On 12/16/2016 05:21 AM, Daniel. wrote: Am I crazy or I'm seeing reference manual twice at https://www.yoctoproject.org/documentation/active ??? nope. the 2.1.1 release has the same issue. - armin Imagem inline 3 Regards, -- "Do or do not. There is no try" Yoda Master --

Re: [yocto] [meta-security][PATCH v2] trousers: fix musl compilation

2016-11-28 Thread akuster808
On 11/28/2016 01:32 AM, André Draszik wrote: Changes from v1: - Upstream-Status of 0001-Check-that-getpwent_r-is-available-before-using- it.patch updated thanks for the note. merged Thanks for the patch. Armin On Mon, 2016-11-28 at 09:31 +, André Draszik wrote: From: André Draszik Ba

Re: [yocto] [meta-security][PATCH 2/2] smack kernel: add smack kernel config fragments

2016-10-28 Thread akuster808
On 10/28/2016 04:20 AM, Patrick Ohly wrote: On Thu, 2016-10-27 at 19:32 -0700, Khem Raj wrote: On Oct 27, 2016, at 12:22 AM, Patrick Ohly wrote: Can you say a bit more about your plans regarding Smack support in meta-security? A recipe for the userspace tool and the kernel config is a start,

Re: [yocto] Reg porting of CVE-2016-5195 Linux Kernel Local Privilege Escalation (Dirty CoW) to 3.14 kernel

2016-10-26 Thread akuster808
On 10/26/2016 11:40 AM, Anup Maheshwari (anumahes) wrote: Hi Team, Ref - mm: remove gup_flags FOLL_WRITE games from __get_user_pages() https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=19be0eaffa3ac7d8eb6784ad9bdbc7d67ed8e619 The above issue was recently patched in

Re: [yocto] [meta-security][PATCH 13/17] package-group: fix tpm package list

2016-10-24 Thread akuster808
On 10/24/2016 02:43 AM, Thomas PERROT wrote: Hello, Would it not be more interestingto do two packages, one for the TPMV1.2 support and a second for the TPMV2.0 support? yes. thanks for the input. Regards, Armin Best regards, Thomas P. On Tue, Oct 18, 2016 at 2:02 AM, Armin K

Re: [yocto] Yocto Project Status WW43

2016-10-21 Thread akuster808
Stephen, On 10/21/2016 08:26 AM, Jolley, Stephen K wrote: Current Dev Position: YP 2.2 M4 Next Deadline: YP 2.2 M4 which was Oct. 3rd (5:00pm GMT) SWAT team rotation: Paul -> Ross https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: ·Travel for ELC-E did in

Re: [yocto] 2.2 release note material

2016-10-20 Thread akuster808
On 10/20/16 12:32 PM, Paul Eggleton wrote: > Hi Armin, > > On Thu, 20 Oct 2016 08:26:37 akuster808 wrote: >> Regarding the CVE list. I see some info is based on what was in the >> commit messages for package updates. I suspect the list would be bigger >> because of gene

Re: [yocto] ODROID-C2 and meta-odroid

2016-10-20 Thread akuster808
On 10/20/2016 09:25 AM, Yile Ku wrote: I am having some issues getting the odroid c2 board to boot with images built with meta-odroid and yocto 2.2. The C2 integration to support 2.2 is not complete. Krogoth branch should work as it uses the hardkernels u-boot and 3.18 kernel. Neither will

Re: [yocto] 2.2 release note material

2016-10-20 Thread akuster808
Paul On 10/19/2016 07:25 PM, Paul Eggleton wrote: Hi all, I've been gathering material for the 2.2 release notes, here is what I have at the moment. Things missing: Thanks for putting this together. * Any new features/enhancements for the kernel tools - Bruce, is there anything worth noti

Re: [yocto] [meta-security][PATCH 04/17] swtpm: add new package

2016-10-18 Thread akuster808
On 10/17/2016 09:14 PM, Andre McCurdy wrote: On Mon, Oct 17, 2016 at 5:02 PM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- recipes-tpm/swtpm/files/fix_lib_search_path.patch | 41 +++ recipes-tpm/swtpm/swtpm_1.0.bb| 38 +

Re: [yocto] [meta-security][PATCH 04/17] swtpm: add new package

2016-10-17 Thread akuster808
On 10/17/2016 05:17 PM, Khem Raj wrote: On Oct 17, 2016, at 5:02 PM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- recipes-tpm/swtpm/files/fix_lib_search_path.patch | 41 +++ recipes-tpm/swtpm/swtpm_1.0.bb| 38 + 2 files changed

Re: [yocto] [meta-security][PATCH 02/17] tpm-tools: add native support

2016-10-17 Thread akuster808
On 10/17/2016 05:10 PM, Khem Raj wrote: On Oct 17, 2016, at 5:02 PM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- recipes-tpm/tpm-tools/tpm-tools_1.3.8.bb | 3 +++ recipes-tpm/tpm2.0-tools/tpm2.0-tools_git.bb | 23 +++ 2 files changed, 26 insertions(+) create mo

Re: [yocto] [meta-security][PATCH 03/17] libtpm: add new package

2016-10-17 Thread akuster808
On 10/17/2016 05:14 PM, Khem Raj wrote: On Oct 17, 2016, at 5:02 PM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- recipes-tpm/libtpm/libtpm_1.0.bb | 13 + 1 file changed, 13 insertions(+) create mode 100644 recipes-tpm/libtpm/libtpm_1.0.bb diff --git a/recipes-tpm/libtpm/l

Re: [yocto] [meta-security][PATCH 05/17] tpm2simulator: add package

2016-10-17 Thread akuster808
On 10/17/2016 05:13 PM, Khem Raj wrote: On Oct 17, 2016, at 5:02 PM, Armin Kuster wrote: Signed-off-by: Armin Kuster --- .../tpm2simulator/tpm2simulator-native_116.bb | 25 ++ 1 file changed, 25 insertions(+) create mode 100644 recipes-tpm/tpm2simulator/tpm2simulator-

Re: [yocto] General policies for CVE fixes

2016-10-17 Thread akuster808
On 10/17/2016 02:34 PM, Paul Eggleton wrote: On Mon, 17 Oct 2016 15:23:55 Bruce Ashfield wrote: On 2016-10-17 03:11 PM, Sona Sarmadi wrote: From https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance: /General policies: / * /Fixes must go into master first unless they are applicab

Re: [yocto] [meta-security][PATCH] clamav: fixup improper quoting

2016-10-11 Thread akuster808
On 10/11/2016 07:30 AM, Mark Asselstine wrote: Commit 217e06badb146539122732ab0eb27fd17cce09e5 [clamav: fix gcc 6.x build failure.] fixed a typo in "PACKAGECONFIG" (was missing the 'G') but unfortunately the PACKAGECONFIG string was incorrectly formed due to mismatched quotes. This caused a par

Re: [yocto] [meta-security][PATCH] scapy: upgrade to 2.3.2

2016-09-29 Thread akuster808
On 09/28/2016 10:38 PM, jackie.hu...@windriver.com wrote: From: Jackie Huang * update the SRC_URI since it's been moved from bitbucket to github. * add ptest support Merged. thanks, Armin Signed-off-by: Jackie Huang --- recipes-security/scapy/scapy/run-ptest| 4

Re: [yocto] [meta-security][PATCH] paxctl: allow build of paxctl-native

2016-09-25 Thread akuster808
On 09/22/2016 11:47 PM, wenzong@windriver.com wrote: From: Joe Slater paxctl-native is needed to build paxtest. merged. thanks, Armin Do not use the install target in Makefile for paxctl-native, it will fail with error: install: cannot change ownership of '.../sbin/paxctl': \

Re: [yocto] [meta-security][PATCH v2] samhain: 4.1.4 -> 4.1.5

2016-09-21 Thread akuster808
merged. thanks, Armin On 09/21/2016 06:52 PM, Wang, Xin wrote: ping -Original Message- From: Wang, Xin/王 鑫 Sent: Monday, September 19, 2016 3:33 PM To: yocto@yoctoproject.org Cc: Wang, Xin/王 鑫 Subject: [yocto][meta-security][PATCH v2] samhain: 4.1.4 -> 4.1.5 1) Upgrade samhain from 4

Re: [yocto] [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*

2016-09-18 Thread akuster808
Are these eclipse versions supported by Krogoth or Jethro? - armin On 09/16/2016 05:07 AM, Joshua Lock wrote: On Thu, 2016-09-15 at 22:08 -0700, Graydon, Tracy wrote: We are no longer supporting kepler or luna. Remove the build set for those and remove luna from yoctoAB.conf. Pushed to mast

Re: [yocto] [meta-security][PATCH] samhain-client: 4.1.4 -> 4.1.5

2016-09-04 Thread akuster808
On 08/31/2016 11:42 PM, Wang Xin wrote: Upgrade samhain-client from 4.1.4 to 4.1.5. Is there a reason why the server was not updated? - armin Signed-off-by: Wang Xin --- .../samhain/{samhain-client_4.1.4.bb => samhain-client_4.1.5.bb} | 0 recipes-security/samhain/samhain.inc

Re: [yocto] [meta-security][PATCH] clamav: fix gcc 6.x build failure.

2016-08-23 Thread akuster808
On 08/20/2016 11:36 AM, Khem Raj wrote: On Aug 20, 2016, at 10:19 AM, Armin Kuster wrote: ./llvm/include/llvm/Support/AlignOf.h:57:24: error: expected unqualified-id before 'alignof' static inline unsigned alignof() { return AlignOf::Alignment; } ^~~ For this err

Re: [yocto] [ANNOUNCEMENT] Yocto Project 2.1.1 (Krogoth 15.0.1) Released

2016-08-15 Thread akuster808
On 08/12/2016 07:53 PM, Tracy Graydon wrote: > Hello, > > The latest release of the Yocto Project 2.1.1 (krogoth-15.0.1) is now > available for download at: > > http://downloads.yoctoproject.org/releases/yocto/yocto-2.1.1/poky-krogoth-15.0.1.tar.bz2 > http://mirrors.kernel.org/yocto/yocto/yoct

Re: [yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, June 7, 2016 8:00 AM US Pacific Time

2016-08-09 Thread akuster808
On 08/09/2016 12:36 PM, Khem Raj wrote: > >> On Aug 3, 2016, at 8:17 AM, akuster808 wrote: >> >> On 8/3/16 6:19 AM, Philip Balister wrote: >>> >>> On 08/02/2016 11:23 AM, Jolley, Stephen K wrote: >>>> Attendees:

Re: [yocto] [meta-security][PATCH] libseccomp: update to latest

2016-08-08 Thread akuster808
On 08/06/2016 06:29 PM, Jonathan Liu wrote: > Signed-off-by: Jonathan Liu > --- merged > .../0001-arch-add-a-ppc64-syscall-table.patch | 1253 > > .../0001-tests-create-install-tests-target.patch | 203 > ...e-basic-initial-support-for-ppc64-to-the-.patch |

Re: [yocto] [meta-security][PATCH] Fix a trousers build on when not in use systemd: unparsed line: 'inherit'

2016-08-08 Thread akuster808
On 07/21/2016 01:48 AM, Thomas Perrot wrote: > Signed-off-by: Thomas Perrot > --- > recipes-tpm/trousers/trousers_0.3.13.bb | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) merged > > diff --git a/recipes-tpm/trousers/trousers_0.3.13.bb > b/recipes-tpm/trousers/trousers_0.3.13.bb >

Re: [yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, June 7, 2016 8:00 AM US Pacific Time

2016-08-03 Thread akuster808
On 8/3/16 6:19 AM, Philip Balister wrote: > > On 08/02/2016 11:23 AM, Jolley, Stephen K wrote: >> Attendees: Saul, David Wolfe, Joshua, Belen, Ross, Mark, Bill >> > > >> Poky - LTS/LTM Branch >> - Community Driven >> - 2 Years >> - Companies continue to push o

<    1   2   3   >