[yocto] [meta-selinux][PATCH 19/21] setools: uprev to 4.1.1

2017-09-04 Thread wenzong.fan
From: Wenzong Fan SETools v4 is a rewrite of SETools in Python, details refer to: https://github.com/TresysTechnology/setools/wiki/Changes-Since-SETools-v3 Changes for upreving: * removed setools_3.3.8.bb and all useless patch * add patches to fix cross-compiling issues: - setools4-fixes-for-c

[yocto] [meta-selinux][PATCH 21/21] selinux-python: add setools to RDEPENDS

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- recipes-security/selinux/selinux-python.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-security/selinux/selinux-python.inc b/recipes-security/selinux/selinux-python.inc index cc907ae..55060e3 100644 --- a/recipes-security/selinu

[yocto] [meta-selinux][PATCH 20/21] packagegroup-*: sync package names

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Some new packages added after SELinux uprev to 2.7, sync the package names accordingly: policycoreutils-audit2allow -> selinux-python-audit2allow policycoreutils-chcat-> selinux-python-chcat policycoreutils-python -> selinux-python policycoreu

[yocto] [meta-selinux][PATCH 18/21] refpolicy_common: depends on semodule-utils-native

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Those tools have been moved from policycoreutils to semodule-utils: semodule_deps, semodule_expand, semodule_link, semodule_package Signed-off-by: Wenzong Fan --- recipes-security/refpolicy/refpolicy_common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

[yocto] [meta-selinux][PATCH 12/21] selinux-python: add package 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Move packages to python/*: - policycoreutils/semanage -> python/semanage - policycoreutils/audit2allow-> python/audit2allow - policycoreutils/sepolgen-ifgen -> python/audit2allow/sepolgen-ifgen - policycoreutils/sepolicy -> python/sepolicy - policycoreu

[yocto] [meta-selinux][PATCH 17/21] refpolicy: fix a typo in RDEPENDS

2017-09-04 Thread wenzong.fan
From: Jackie Huang Underscore ("_") should be used for variable overrides. Signed-off-by: Jackie Huang --- recipes-security/refpolicy/refpolicy_common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/refpolicy/refpolicy_common.inc b/recipes-security/ref

[yocto] [meta-selinux][PATCH 16/21] policycoreutils: fixes for 2.7 uprev

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Remove setools from DEPENDS/RDEPENDS, it was required by sepolicy, sepolgen, semanage which have been moved to python/*. Rebase patch: - policycoreutils-fixfiles-de-bashify.patch Drop useless patch: - policycoreutils-loadpolicy-symlink.patch Signed-off-by: Wenzong Fan --

[yocto] [meta-selinux][PATCH 15/21] selinux-gui: add package 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Move policycoreutils/gui to gui and cleanup policycoreutils.inc. Signed-off-by: Wenzong Fan --- recipes-security/selinux/policycoreutils.inc | 7 --- recipes-security/selinux/selinux-gui.inc | 15 +++ recipes-security/selinux/selinux-gui_2.7.bb | 7

[yocto] [meta-selinux][PATCH 11/21] selinux-sandbox: add package 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Move policycoreutils/sandbox to sandbox: * Move and rebase patch: - policycoreutils-sandbox-de-bashify.patch * Cleanup policycoreutils.inc Signed-off-by: Wenzong Fan --- recipes-security/selinux/policycoreutils.inc | 17 - recipes-security/selinux/selinu

[yocto] [meta-selinux][PATCH 10/21] restorecond: add package 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Move policycoreutils/restorecond to restorecond: * Move and rebase patch: - policycoreutils-make-O_CLOEXEC-optional.patch * Cleanup policycoreutils_2.7.bb. Signed-off-by: Wenzong Fan --- recipes-security/selinux/policycoreutils_2.7.bb| 1 - recipes-security/selinux/r

[yocto] [meta-selinux][PATCH 14/21] selinux-dbus: add package 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Move policycoreutils/sepolicy/dbus to dbus. Signed-off-by: Wenzong Fan --- recipes-security/selinux/selinux-dbus.inc| 14 ++ recipes-security/selinux/selinux-dbus_2.7.bb | 7 +++ 2 files changed, 21 insertions(+) create mode 100644 recipes-security/selin

[yocto] [meta-selinux][PATCH 13/21] semodule-utils: add package 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Move policycoreutils/semodule_* to semodule-utils/*: - policycoreutils/semodule_deps-> semodule-utils/semodule_deps - policycoreutils/semodule_expand -> semodule-utils/semodule_expand - policycoreutils/semodule_link-> semodule-utils/semodule_link - policycoreuti

[yocto] [meta-selinux][PATCH 09/21] mcstrans: add package 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Move policycoreutils/mcstrans to mcstrans: * Move and rebase patches: - mcstrans-de-bashify.patch - 0001-mcstrans-fix-the-init-script.patch * Remove useless patch: - enable-mcstrans.patch * Cleanup policycoreutils_2.7.bb and policycoreutils.inc. Signed-off-by: Wenzong

[yocto] [meta-selinux][PATCH 08/21] sepolgen: remove package

2017-09-04 Thread wenzong.fan
From: Wenzong Fan The package has been moved to selinux-python/sepolgen. Signed-off-by: Wenzong Fan --- recipes-security/selinux/sepolgen.inc| 34 recipes-security/selinux/sepolgen_2.6.bb | 7 --- recipes-security/selinux/sepolgen_git.bb | 7 ---

[yocto] [meta-selinux][PATCH 07/21] policycoreutils: uprev to 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Uprev the recipe file as is. Some packages have been moved out from policycoreutils, they will be added as new packages and the policycoreutils.inc need to be cleaned up from later commits accordingly. Moved packages: From:To: - policycoreutil

[yocto] [meta-selinux][PATCH 05/21] checkpolicy: uprev to 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Remove patch that included by new version: - checkpolicy-Do-not-link-against-libfl.patch Specify LIBSEPOLA to fix build error: make[1]: *** No rule to make target `/usr/lib/libsepol.a' Signed-off-by: Wenzong Fan --- recipes-security/selinux/checkpolicy.inc | 3

[yocto] [meta-selinux][PATCH 06/21] secilc: uprev to 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- recipes-security/selinux/{secilc_2.6.bb => secilc_2.7.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-security/selinux/{secilc_2.6.bb => secilc_2.7.bb} (35%) diff --git a/recipes-security/selinux/secilc_2.6.bb b/

[yocto] [meta-selinux][PATCH 04/21] libsemanage: uprev to 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Remove patches that included by new version: - 0001-libsemanage-simplify-string-utilities-functions.patch - 0002-libsemanage-add-semanage_str_replace-utility-functio.patch - 0003-libsemanage-genhomedircon-drop-ustr-dependency.patch - 0004-libsemanage-remove-ustr-library-

[yocto] [meta-selinux][PATCH 03/21] libselinux: uprev to 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Specify LIBSEPOLA to fix build error: make[1]: *** No rule to make target `/usr/lib/libsepol.a', needed by `python-2.7audit2why.so'. Stop. Add python-importlib to RDEPENDS_${PN}-python. Signed-off-by: Wenzong Fan --- recipes-security/selinux/libselinux.inc

[yocto] [meta-selinux][PATCH 02/21] libsepol: uprev to 2.7 (20170804)

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- recipes-security/selinux/{libsepol_2.6.bb => libsepol_2.7.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename recipes-security/selinux/{libsepol_2.6.bb => libsepol_2.7.bb} (49%) diff --git a/recipes-security/selinux/libsepol_

[yocto] [meta-selinux][PATCH 01/21] selinux: uprev include file to 20170804

2017-09-04 Thread wenzong.fan
From: Wenzong Fan Signed-off-by: Wenzong Fan --- recipes-security/selinux/{selinux_20161014.inc => selinux_20170804.inc} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-security/selinux/{selinux_20161014.inc => selinux_20170804.inc} (84%) diff --git a/recipes-security/se

[yocto] Reminder: Yocto Project Technical Team Meeting - Tuesday, Sept. 5, 2017 8:00 AM US Pacific Time

2017-09-04 Thread Jolley, Stephen K
Tuesday, Sept. 5, 2017 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.4_Status https://wiki.yoctoproject.org/wiki/Yocto_2.4_Schedule https://wiki.yoctoproject.org/wiki/Y

[yocto] Reminder: Yocto Project Technical Team Meeting - Tuesday, Aug 1, 2017 8:00 AM US Pacific Time

2017-09-04 Thread Jolley, Stephen K
Tuesday, Sept. 5, 2017 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.4_Status https://wiki.yoctoproject.org/wiki/Yocto_2.4_Schedule https://wiki.yoctoproject.org/wiki/Y

[yocto] [PATCH] nightly-oe-selftest.conf: instruct to sign rpm packages serially

2017-09-04 Thread leonardo . sandoval . gonzalez
From: Leonardo Sandoval Under high workloads, there are situations where the rpm file-chunk signing fails due to lack of memory resouces, so indicate the system to sign serially. The following log is what it has been observed recently: ERROR: bc-1.06-r3 do_package_write_rpm: Function failed:

Re: [yocto] raspberrypi3-64 target not booting

2017-09-04 Thread Paul Barker
On Fri, Aug 25, 2017 at 6:27 PM, Khem Raj wrote: > On Fri, Aug 25, 2017 at 10:14 AM, Bill Jenkins wrote: >> >> On Aug 25, 2017, at 9:42 AM, Khem Raj wrote: >> >> >> On Fri, Aug 25, 2017 at 9:39 AM Bill Jenkins wrote: >>> >>> I am trying to just get the simple 64-bit rpi-basic-image to work, but

Re: [yocto] [PATCH][yocto-autobuilder] buildset-config.yocto-qa: Update the nightly-qa-distro.conf

2017-09-04 Thread Joshua Lock
On 30/08/17 18:27, Sonia Leon Bautista wrote: From: Aníbal Limón Some buildsets was removed: nigthly-{deb,ipk,rpm}: Merge into nigthly-packagemanagers, see rev faabab725053b4. nigthly-qa*: Merge into nigthly-qa-extras, see rev 363a472366a61. nightly-intel-gpl: Removed on rev 61355851e57

Re: [yocto] The differences between rpm 4.x and rpm 5.x in Morty (Poky 2.2)

2017-09-04 Thread Burton, Ross
On 4 September 2017 at 14:25, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > How can I achieve this for Morty? I know that I need to place DNF recipes > into recipes-devtools/. > > Where should I place rpm 4.x, so it'll have only DNF to be dependent from > it? > There were about 30

[yocto] The differences between rpm 4.x and rpm 5.x in Morty (Poky 2.2)

2017-09-04 Thread Zoran Stojsavljevic
Hello, After first attempt to understand how to manage the whole YOCTO build, I did understand that lot of reading should be done on my behalf, in order to catch up with the whole bitbake architecture, but not only... A bit of history is also required. Now, since I am now managing the huge poky (

Re: [yocto] [PATCH 3/3] mc: disable Ctrl-g key and Ctrl-\ key

2017-09-04 Thread Burton, Ross
On 18 August 2017 at 10:29, Hongxu Jia wrote: > We could not backport fix from the latest master which introduce > gplv3 contamination, but we could revert to disable Ctrl-g key > and Ctrl-\ key > Considering how small the upstream fix is, reimplementing it using just the knowledge of what the n

Re: [yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-09-04 Thread Andrei Gherzan
On Fri, Aug 25, 2017 at 9:17 PM, Yusuke Mitsuki < mickey.happygolu...@gmail.com> wrote: > okay. I will try. > > 2017-08-25 17:51 GMT+09:00 Paul Barker : > >> On Thu, Aug 24, 2017 at 1:05 PM, Yusuke Mitsuki >> wrote: >> > hciattach on raspberrypi0-wifi failed because BCM43430A1.hcd is not >> found

Re: [yocto] [meta-chip] Wifi driver on CHIP boards?

2017-09-04 Thread Andrei Gherzan
On Wed, Aug 30, 2017 at 11:44 PM, Drew Moseley wrote: > Has anyone managed to use the onboard WIFI for the CHIP boards in the > current meta-chip repo? I added the kernel-module-r8723bs and rtl8723bs > packages to my build and setup a wpa_supplicant.conf that works on other > boards but I get er

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-04 Thread Paul Eggleton
On Monday, 4 September 2017 7:59:55 PM NZST Andrea Galbusera wrote: > On Mon, Sep 4, 2017 at 9:33 AM, Patrick Ohly wrote: > > More recent bitbake should not fail like that anymore. It's still > > better to use an HTTP server that performs better, though. > > > > commit 6fa07752bbd3ac345cd8617da49a

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-04 Thread Andrea Galbusera
On Mon, Sep 4, 2017 at 9:33 AM, Patrick Ohly wrote: > On Fri, 2017-09-01 at 17:04 +0200, Andrea Galbusera wrote: > > Hi Maciej, > > > > On Fri, Sep 1, 2017 at 4:08 PM, Maciej Borzęcki > ty.com> wrote: > > > On Fri, Sep 1, 2017 at 3:54 PM, Andrea Galbusera > > > wrote: > > > > Hi! > > > > > > >

Re: [yocto] yocto layer dependencies

2017-09-04 Thread chandrasekhar chandrasekhar
Hi ,   Some recipes produce many more packages. You can see what packages a given recipe produces using BitBake’s -e (show environment) command line switch   bitbake -e package_name | grep ^PACKAGES=        In your case if you want to know what packages available for petalinux just give bitbake

Re: [yocto] cannot re-use shared state cache between build hosts

2017-09-04 Thread Patrick Ohly
On Fri, 2017-09-01 at 17:04 +0200, Andrea Galbusera wrote: > Hi Maciej, > > On Fri, Sep 1, 2017 at 4:08 PM, Maciej Borzęcki ty.com> wrote: > > On Fri, Sep 1, 2017 at 3:54 PM, Andrea Galbusera > > wrote: > > > Hi! > > > > > > I was trying to share sstate between different hosts, but the > > consu