Re: [OE-core] [PATCH][RFC] systemd-serialgetty: allow baud rate overriding

2016-03-18 Thread Belal, Awais
Anyone? BR, Awais From: openembedded-core-boun...@lists.openembedded.org [openembedded-core-boun...@lists.openembedded.org] on behalf of Belal, Awais Sent: Monday, March 07, 2016 5:10 PM To: openembedded-core@lists.openembedded.org Subject: [OE-core]

[OE-core] [PATCH 4/5] linux-yocto/4.1: Intel Broxton and Sunrisepoint-H: pinctrl and drm

2016-03-18 Thread Bruce Ashfield
Integrating the following mainline commits: 9073fd86a770 pinctrl: intel: Add Intel Broxton pin controller support e27702b5f5bd pinctrl: intel: Allow requesting pins which are in ACPI mode as GPIOs 3466e9acff01 pinctrl: intel: Add support for multiple GPIO chips sharing the interrupt

[OE-core] [PATCH 3/8] qemu.inc: add gobject-introspection-data to MACHINE_FEATURES

2016-03-18 Thread Andre McCurdy
Enable gobject-introspection-data by default for all qemu machines. Signed-off-by: Andre McCurdy --- meta/conf/machine/include/qemu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/qemu.inc

[OE-core] [PATCH 13/18] python3-pip: use old-style install

2016-03-18 Thread Hongxu Jia
Since '--root' is added to 'setup.py install' to fix .pyc/.pyo buildpaths issue. For python3-pip, the '--root' option means there will be no eggs generated. Ubuntu or Debian did the same thing like us: https://packages.debian.org/sid/all/python3-pip/filelist [YOCTO #8446] Signed-off-by: Hongxu

[OE-core] [PATCH] dhcpd: create dhcpd user for dhcp dameon

2016-03-18 Thread Alexandru Moise
This patch enables the functionality for dhcpd service to be started with dhcp uid and gid. Test steps: Step 1: Assign ip to interface ifconfig eth0 192.168.1.1 Step 2: Edit /etc/dhcp/dhcpd.conf: default-lease-time 600; max-lease-time 7200; option subnet-mask 255.255.255.0; subnet 192.168.1.0

[OE-core] [PATCH v3] grub: add -Wno-error=trampolines to native CFLAGS

2016-03-18 Thread Bill Randle
(Resend as mailer munged previous submission. Also updated comments to indicate problem is not limited to gcc 5.3.0.) Adds -Wno-error=trampolines to native CFLAGS prevent multiple compile errors when using gentoo builf of gcc. [YOCTO #9201] Signed-off-by: Bill Randle

[OE-core] [PATCH 5/7] lttng-modules: Add nios2 support

2016-03-18 Thread Marek Vasut
The lttng-modules are compatible with nios2, so just amend the compatibility string. Signed-off-by: Marek Vasut Cc: Ley Foon Tan Cc: Richard Purdie Cc: Ross Burton Cc: Thomas Chou

[OE-core] [PATCH 15/18] python-pycairo: fix buildpath QA issue

2016-03-18 Thread Hongxu Jia
- Inherit waf.bbclass, remove duplicate tasks - Get "--destdir" directory supplied to the "install" command, and use it as a prefix to strip off the purported filename encoded in bytecode files. - Do not need to generate pycairo.pc manually [YOCTO #8446] Signed-off-by: Hongxu Jia

[OE-core] [PATCH 8/8] gobject-introspection.bbclass: mark as machine specific due to COMBINED_FEATURES

2016-03-18 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/classes/gobject-introspection.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass index eb0e7ad..8a09e34 100644 ---

Re: [OE-core] [PATCH 1/8] bitbake.conf: remove 'gobject-introspection-data' from DISTRO/MACHINE_FEATURES_BACKFILL

2016-03-18 Thread Andre McCurdy
On Thu, Mar 17, 2016 at 10:31 AM, Burton, Ross wrote: > > On 17 March 2016 at 17:19, Andre McCurdy wrote: >> >> -DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit bluez5 >> gobject-introspection-data" >> -MACHINE_FEATURES_BACKFILL = "rtc

[OE-core] [PATCH v2] externalsrc: use shared stamp directory if B=S

2016-03-18 Thread Markus Lehtonen
We have a common build directory for all target architectures if externalsrc is used and ${B}=${S}. In this case we also need to have a common stamp directory. The reason is that e.g. changing MACHINE will basically "invalidate" the artefacts in ${B} (wrt. to the new MACHINE) but old stamp files

[OE-core] [PATCH 5/5] linux-yocto/4.1: usb: add usb_otg_caps to usb_gadget structure.

2016-03-18 Thread Bruce Ashfield
We backported a series of usb OTG commits for BSPs that required updated support, but this commit was missed. We backport it as well to fix build issues in some configurations. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2

[OE-core] [PATCHv2 2/7] oe-init-build-env*: Update/correct comment about specifying arguments

2016-03-18 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- oe-init-build-env| 8 oe-init-build-env-memres | 8 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/oe-init-build-env b/oe-init-build-env index 7b922b3..fa9eacd 100755 ---

Re: [OE-core] [PATCH 1/8] bitbake.conf: remove 'gobject-introspection-data' from DISTRO/MACHINE_FEATURES_BACKFILL

2016-03-18 Thread Burton, Ross
On 17 March 2016 at 17:19, Andre McCurdy wrote: > -DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit bluez5 > gobject-introspection-data" > -MACHINE_FEATURES_BACKFILL = "rtc gobject-introspection-data" > +DISTRO_FEATURES_BACKFILL = "pulseaudio sysvinit bluez5" >

[OE-core] [PATCH 02/18] gcc-5.3/gcc-4.9:Reuse -fdebug-prefix-map to replace -ffile-prefix-map

2016-03-18 Thread Hongxu Jia
The oe-core may use external toolchain for compiling, which did not support -ffile-prefix-map. Since we use -fdebug-prefix-map to do the same thing, so we could reuse it to replace -ffile-prefix-map. [YOCTO #7058] Signed-off-by: Hongxu Jia ---

[OE-core] [PATCH] oe-selftest: Fixed --list-tests-by tag option

2016-03-18 Thread Daniel Istrate
Commit 35be67951305950ba797dc2efddbc7d88fc0556a broke the --list-tests-by tag option. This patch fixes that. Having a module in lib/oeqa/selftest named testmodule: class TestClass(oeSelfTest): @tag(feature='tag1') def test_func1(self): pass @tag(feature=('tag1', 'tag2'))

Re: [OE-core] [PATCH][RFC] systemd-serialgetty: allow baud rate overriding

2016-03-18 Thread Khem Raj
> On Mar 7, 2016, at 4:10 AM, Awais Belal wrote: > > In case a getty is required on a UART which is not being > used as the kernel console, the current agetty invocation > fails to obey the baud rate configured through the > SERIAL_CONSOLES variable because it uses

Re: [OE-core] State of bitbake world, Failed tasks 2016-03-16

2016-03-18 Thread Trevor Woerner
On Thu 2016-03-17 @ 03:43:57 PM, Martin Jansa wrote: > c278358 metadata-revs: provide more information I think the general consensus was to not accept patch c278358 since it affected the layout of a file that was expected to be processed by scripts. > e2bf30c buildhistory.bbclass: metadata-revs

[OE-core] [PATCH 2/3] selftest/buildoptions: Renamed one test case

2016-03-18 Thread Daniel Istrate
'test_layer_git_revisions_are_displayed_and_do_not_fail_without_git_repo' was renamed to 'test_layer_without_git_dir' which is shorter. fix for [YOCTO #9243] Signed-off-by: Daniel Istrate --- meta/lib/oeqa/selftest/buildoptions.py | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH 17/18] gconf: fix buildpaths QA issue

2016-03-18 Thread Burton, Ross
On 18 March 2016 at 09:01, Hongxu Jia wrote: > In ${S}/gconf/gconfd.c, we have: > ... > /* -- Debug only */ > > if (addresses == NULL) > { > gconf_log(GCL_DEBUG, _("gconfd compiled with debugging; trying to > load gconf.path from the source directory")); >

Re: [OE-core] [PATCH 05/18] dtc.inc: fix buildpaths QA issue

2016-03-18 Thread Jussi Kukkonen
On 18 March 2016 at 11:01, Hongxu Jia wrote: > Previous Makefile define its own CFLAGS, pass DEBUG_FLAGS to > it could fix build path issue in DWARF. > > [YOCTO #8457] > > Signed-off-by: Hongxu Jia > --- > meta/recipes-kernel/dtc/dtc.inc

Re: [OE-core] [PATCH] gcc-runtime.inc: set LICENSE for all gcc-runtime packages

2016-03-18 Thread Khem Raj
> On Mar 18, 2016, at 6:13 AM, Andre McCurdy wrote: > > LICENSE_${PN} doesn't apply to all gcc-runtime packages. Set LICENSE > instead. Without this fix, gcc-runtime packages such as libstdc++ are > excluded from rootfs for builds which blacklist GPLv3. > this is ok >

[OE-core] [PATCH v2] parselogs: add new whitelist entries to address 4.4.3 issues

2016-03-18 Thread Saul Wold
Adds intel-corei7-64 with x86-common, this makes the x86-common whitelist available for intel-corei7-64 bsp also. [YOCTO #9179] Signed-off-by: Saul Wold --- meta/lib/oeqa/runtime/parselogs.py | 2 ++ 1 file changed, 2 insertions(+) diff --git