[linux-yocto] [yocto-4.9][PATCH] bsp/romley: drop obsolete config

2018-08-29 Thread Anuj Mittal
CONFIG_USB_ARCH_HAS_EHCI was removed and isn't used anymore: https://github.com/torvalds/linux/commit/b797b76fb464ed6939ce71386bee7fdda4b68632 Signed-off-by: Anuj Mittal --- bsp/romley/romley.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/romley/romley.cfg b/bsp/romley/romley.cfg

[linux-yocto] [PATCH 16/17] wifi: CONFIG_VENDOR_ATH must be build in

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- bsp/common-pc/common-pc-wifi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/common-pc/common-pc-wifi.cfg b/bsp/common-pc/common-pc-wifi.cfg index 3bee4ba4..454cdedb 100644 --- a/bsp/common-pc/common-pc-wifi.cfg

[linux-yocto] [PATCH 14/17] pm: change CONFIG_PM_RUNTIME to CONFIG_PM

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield After commit b2b49ccbdd54 (PM: Kconfig: Set PM_RUNTIME if PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so #ifdef blocks depending on CONFIG_PM_RUNTIME may now be changed to depend on CONFIG_PM. Signed-off-by: Bruce Ashfield ---

[linux-yocto] [PATCH 07/17] cgroups: remove obselete options

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit d886f4e483ce63a3304adc9eda87031b93341c28 Author: Johannes Weiner Date: Wed Jan 20 15:02:47 2016 -0800 mm: memcontrol: rein in the CONFIG space madness What CONFIG_INET and CONFIG_LEGACY_KMEM guard inside the memory controller code is insignificant,

[linux-yocto] [PATCH 13/17] i915: remove obselete CONFIG_DRM_I915_KMS

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit bf13af56252b2b4f50eb6fc8638e8cb9e84ff475 Author: Daniel Vetter Date: Tue Jun 23 13:57:47 2015 +0200 drm/i915: Fix up KMS Kconfig removal patch The module pciid list got lost, but somehow most distros seem to force-load drm drivers early and no one

[linux-yocto] [PATCH 15/17] pm: drop obselete CONFIG_USB_SUSPEND

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- features/power/intel.cfg | 5 - 1 file changed, 5 deletions(-) diff --git a/features/power/intel.cfg b/features/power/intel.cfg index 2b1661b7..75f333f2 100644 --- a/features/power/intel.cfg +++ b/features/power/intel.cfg @@ -22,8

[linux-yocto] [PATCH 10/17] netfilter: drop CONFIG_NF_CONNTRACK_PROC_COMPAT

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield Upstream commit adf05168 has removed this option: commit adf0516845bcd0e626323c858ece28ee58c74455 Author: Pablo Neira Ayuso Date: Fri Aug 12 13:47:06 2016 +0200 netfilter: remove ip_conntrack* sysctl compat code This backward compatibility has been around for

[linux-yocto] [PATCH 06/17] wifi: ATH_CARDS -> WLAN_VENDOR_ATH

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit b5c9b4f91a6f91cdbf777e6f365d56debe500421 Author: Kalle Valo Date: Wed Nov 18 10:38:32 2015 +0200 ath: unify Kconfig with other vendors Change menuconfig to config to keep the Kconfig entries unified. Part of reorganising wireless drivers directory and

[linux-yocto] [PATCH 09/17] netfilter: remove obselete ULOG configs

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit d4da843e6fad4f278fe82b075d8e394cff05c95c Author: Paul Bolle Date: Fri Jul 25 14:25:31 2014 +0200 netfilter: kill remnants of ulog targets The ulog targets were recently killed. A few references to the Kconfig macros CONFIG_IP_NF_TARGET_ULOG and

[linux-yocto] [PATCH 01/17] features/thermal: use the correct config name

2018-08-29 Thread Anuj Mittal
CONFIG_INTEL_PMIC_THERMAL was enabled for the bxt kernel tree which had in-review patches as well. This config was re-named to CONFIG_INTEL_BXT_PMIC_THERMAL in the final merged version of patch: https://github.com/torvalds/linux/commit/b474303ffd57e0a379ce73ca10232350f866f77b Signed-off-by: Anuj

[linux-yocto] [PATCH 02/17] features/crypto: drop feature

2018-08-29 Thread Anuj Mittal
The only config enabled by this feature, CRYPTO_ZLIB, was removed starting 4.6 kernel [1]. [1] https://github.com/torvalds/linux/commit/110492183c4b8f572b16fce096b9d78e2da30baf Signed-off-by: Anuj Mittal --- features/crypto/crypto.cfg | 1 - features/crypto/crypto.scc | 4 2 files

[linux-yocto] [PATCH 05/17] intel: remove CONFIG_CPU_FREQ_TABLE

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit 3bc28ab6da039f8020bbcea8e832b63a900bdb66 Author: Viresh Kumar Date: Thu Oct 3 20:29:08 2013 +0530 cpufreq: remove CONFIG_CPU_FREQ_TABLE CONFIG_CPU_FREQ_TABLE will be always enabled when cpufreq framework is used, as cpufreq core depends on it. So, we

[linux-yocto] [PATCH 08/17] fs: drop old ext3 options

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield The ext3 driver has been dropped, ext4 takes care of things: commit c290ea01abb7907fde602f3ba55905ef10a37477 Author: Jan Kara Date: Thu Jun 18 16:52:29 2015 +0200 fs: Remove ext3 filesystem driver The functionality of ext3 is fully supported by ext4 driver.

[linux-yocto] [PATCH 00/17] cleanup configs for 4.9+ kernel

2018-08-29 Thread Anuj Mittal
Hi Bruce, This series cleans up configs for 4.9 kernel. Can you please merge 1/17 and 2/17 in 4.9, 4.14, 4.18 and master? Rest of them are cherry picks from 4.14 and only meant for 4.9 kernel. Anuj Mittal (3): features/thermal: use the correct config name features/crypto: drop feature

[linux-yocto] [PATCH 04/17] common-pc: remove obselete subsystem

2018-08-29 Thread Anuj Mittal
From: Bruce Ashfield commit 4a72a7af462de09a2f6ef2bafd08878062b3cb5d Author: Greg Kroah-Hartman Date: Sun May 10 14:54:38 2015 +0200 staging: remove i2o subsystem This subsystem isn't used anymore, and the hardware isn't around. It's been in staging for a while, and it's

Re: [yocto] [layerindex-web][PATCH 1/1] import_layer.py: add -t option for layer_type

2018-08-29 Thread Robert Yang
Hi Paul, Do you have any comments on this, please ? // Robert On 07/31/2018 03:57 PM, Robert Yang wrote: Hi Paul, On 07/24/2018 04:33 PM, Paul Eggleton wrote: Hi Robert, On Monday, 23 July 2018 12:30:01 PM CEST Robert Yang wrote: Now the logic is: Use options.layer_type if specified,

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-08-29 Thread Paul Eggleton
On Wednesday, 29 August 2018 10:46:27 PM NZST Paul Eggleton wrote: > Hi folks > > I know Konrad promised to update the docker-compose setup to be closer > to what we'd done recently with the docker setup, but I needed something > urgently and wanted to learn how to use docker-compose anyway, so

Re: [yocto] net-snmp_5.8.bb failed to compile

2018-08-29 Thread Simon Chamlian
Replacing 'filter' by 'contains' will do the trick (will compile) - PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" +PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" Note that I get the following warning: WARNING: net-snmp-5.8-r0

[yocto] Extended SDK installation fails during git fetch of kernel source hosted on private repo

2018-08-29 Thread Gabriele Favalessa
Hi, I'm trying to install on ubuntu 17.04 an Extensible SDK that I have built, and it stops with an error: --- sdk@sdk:~$ ./ acme-linux-glibc-x86_64-acme-image-datalogger-cortexa7hf-neon-toolchain-ext-2.5.1.sh -D … + sh -c .

Re: [linux-yocto] [PATCH 0/3][kernel-meta] remove configs no longer present

2018-08-29 Thread Bruce Ashfield
On 08/29/2018 02:34 AM, Anuj Mittal wrote: Hi Bruce, This change removes the configs that are no longer present and when enabled, give warnings with auditing enabled. merged! Thanks for the cleanups, most appreciated. Bruce Can you please merge [2/3] in 4.9, 4.12, 4.14, 4.18 and master?

[yocto] [yocto-autobuilder-helper][PATCH 6/6] config-intelqa-x86_64-lava.json: Add extension to config.json to support BSP

2018-08-29 Thread Aaron Chan
config-intelqa on x86-64 is an extension to config.json where it contains the recipes and meta layers to build core-image-sato-sdk on various supported architectures in Yocto Project. This is an initial release model on specifying the recipes use to build the embeddded linux images starting with

[yocto] [yocto-autobuilder-helper][PATCH 5/6] publish-artefacts: Add deployment BSP support on x86_64

2018-08-29 Thread Aaron Chan
Add in the support to publish images into the designated path. BSP packages of the previous build will be cleaned up before new BSP packages are copied over. This ensures the previous image will not be retained and causes conflicts before image is loaded into x86_64 (MTURBOT64) hardware.

[yocto] [yocto-autobuilder-helper][PATCH 4/6] resume-lava-jobs: Add lava-job cleanup script

2018-08-29 Thread Aaron Chan
This script is needed to inform LAVA server to end the lava-job process and shutdowns the board/device gracefully while removing the lava-overlay tmpfs resides on LAVA dispatcher end. Once lava-job completely endsm it returns a signal to host machine to continue with the remaining steps in

[yocto] [yocto-autobuilder-helper][PATCH 3/6] trigger-lava-jobs: Add LAVA RPC trigger pipeline script

2018-08-29 Thread Aaron Chan
trigger-lava-jobs accepts the YAML pipeline lava-job config file generated by run-jinja-parser scripts. This triggers a new job at LAVA end thru RPC and parses the authentication token and user credentials to launch/start the hardware automation on LAVA Dispatcher.Script will exit on error when

[yocto] [yocto-autobuilder-helper][PATCH 2/6] run-jinja-parser: Add converter Jinja2 template to YAML parser

2018-08-29 Thread Aaron Chan
run-jinja-parser converts the Jinja2 template from lava-templates folder into YAML pipeline job configuration used in LAVA. Jinja2 provides a standard template to be modify/update to meet other architecture supports. The lava-template/generate-jobconfig.jinja2 are to be couple with the JSON

[yocto] [yocto-autobuilder-helper][PATCH 1/6] lava-templates: Add Jinja2 LAVA job-template on BSP x86_64

2018-08-29 Thread Aaron Chan
Include a reference LAVA job template on x86_64 in jinja2 format. This template will parsed and converted into YAML configuration before job is trigger on LAVA server end thru Yocto autobuilder. Signed-off-by: Aaron Chan --- lava-templates/generate-jobconfig.jinja2 | 43

[yocto] building weston wayland custom image with QT

2018-08-29 Thread Pandey, Kamal
I was trying to create sdk for Weston wayland image but iam facing these errors as shown below: bitbake -c populate_sdk core-image-weston-pdm3 Build Configuration: BB_VERSION = "1.36.0" BUILD_SYS= "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS =

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-08-29 Thread Paul Eggleton
Hi folks I know Konrad promised to update the docker-compose setup to be closer to what we'd done recently with the docker setup, but I needed something urgently and wanted to learn how to use docker-compose anyway, so I've put this together:

[linux-yocto] [PATCH 1/3] features/soc/baytrail: fix conflict with configs

2018-08-29 Thread Anuj Mittal
Change I2C_DESIGNWARE configs to y to prevent conflicts. It is forced to y anyway because of INTEL_SOC_PMIC which is enabled for intel-core BSP. Signed-off-by: Anuj Mittal --- features/soc/baytrail/baytrail.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[linux-yocto] [PATCH 3/3] features/media: drop obsolete config

2018-08-29 Thread Anuj Mittal
Signed-off-by: Anuj Mittal --- features/media/media-rc.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/features/media/media-rc.cfg b/features/media/media-rc.cfg index 4606df29..79b648c7 100644 --- a/features/media/media-rc.cfg +++ b/features/media/media-rc.cfg @@ -1,5 +1,4 @@ # support

[linux-yocto] [PATCH 2/3] features: drop obsolete configs

2018-08-29 Thread Anuj Mittal
These are no longer present and give warnings when used with KCONF_BSP_AUDIT set. Signed-off-by: Anuj Mittal --- features/iio/iio.cfg | 6 -- features/media/media-dvb-frontends.cfg | 1 - features/media/media-rc.cfg| 1 - features/media/media-usb-tv.cfg

[linux-yocto] [PATCH 0/3][kernel-meta] remove configs no longer present

2018-08-29 Thread Anuj Mittal
Hi Bruce, This change removes the configs that are no longer present and when enabled, give warnings with auditing enabled. Can you please merge [2/3] in 4.9, 4.12, 4.14, 4.18 and master? [1/3] and [3/3] are for 4.14, 4.18 and master. Anuj Mittal (3): features/soc/baytrail: fix conflict with

[yocto] [meta-selinux][PATCH] libselinux: fix usrmerge do_install

2018-08-29 Thread mingli.yu
From: Mingli Yu When usrmerge enabled in DISTRO_FEATURES, the binary actually installed under ${base_sbindir}, so cannot remove ${D}${base_sbindir} when usrmerge enabled. Signed-off-by: Mingli Yu --- recipes-security/selinux/libselinux.inc | 4 +++- 1 file changed, 3 insertions(+), 1