[yocto] [meta]/recipes-extended - Sumo Branch

2019-08-28 Thread Prawn Hongs
Hi Everyone, In the Sumo branch, the iptables are not compiling correctly, I see that the xtables.c isn't getting compiled at all. Here is the recipe for iptables http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/recipes-extended/iptables/iptables_1.6.2.bb?h=sumo Has anyone faced this issue?

[yocto] [meta-selinux][PATCH 2/2] libselinux: fix build with glibc-2.30 from poky

2019-08-28 Thread Mikko Rapeli
Fixes build error: procattr.c:27:14: error: static declaration of 'gettid' follows non-static declaration 27 | static pid_t gettid(void) | ^~ In file included from /home/builder/src/base/build_mgu22/tmp/work/aarch64-poky-linux/libselinux/2.8-r0/recipe-sysroot/usr/includ

[yocto] [meta-selinux][PATCH 1/2] meson-selinux.bbclass: fix meson flags for glib-2.0-native

2019-08-28 Thread Mikko Rapeli
With latest poky master, glib-2.0-native fails to compile: | meson.build:1:0: ERROR: Value "false" for combo option is not one of the choices. Possible choices are: "enabled", "disabled", "auto". Thus use enabled and disabled when enabling and disabling flags with meson. Now glib-2.0-native com

Re: [yocto] [meta-selinux][PATCH 1/2] meson-selinux.bbclass: fix meson flags for glib-2.0-native

2019-08-28 Thread Joe MacDonald
Hi Mikko, Is this specifically for warrior (or thud), maybe? The following commit explains the current logic: commit bb0c9c3abcb935e4b362eb57985e1ee7fec0bfe0 Author: Yi Zhao Date: Wed Jun 12 15:53:20 2019 +0800 glib-2.0: fix configure error for meson build

[yocto] Error trying to generate Raspberry Pi initramfs

2019-08-28 Thread Greg Wilson-Lindberg
I'm trying to generate an initramfs for a raspberry pi 3 for a sumo build. We are based off of the Qt boot2qt system. I have followed the instructions in the meta-raspberrypi.pdf documentation, section 3.14 Image with Initramfs. I edited the meta-raspberrypi/recipes-kernel/linux/linux-raspberry

Re: [yocto] Error trying to generate Raspberry Pi initramfs

2019-08-28 Thread Zoran Stojsavljevic
Three things: [1] The initramfs is NOT the initrd (te second one is the temp stage in booting the linux to mmcblk...); [2] There are some config parameters you need to set up in your kernel .config file: https://github.com/ZoranStojsavljevic/bbb-yocto/blob/master/custom/config-in

[yocto] [meta-selinux] [PATCH] python-scapy: upgrade 2.4.2 -> 2.4.3

2019-08-28 Thread Yuan Chao
License file changed from bin/scapy to LICENSE Signed-off-by: Yuan Chao --- recipes-security/scapy/python-scapy.inc | 4 ++-- .../scapy/{python-scapy_2.4.2.bb => python-scapy_2.4.3.bb}| 0 .../scapy/{python3-scapy_2.4.2.bb => python3-scapy_2.4.3.bb} | 0 3 files change

[yocto] Query on error log "no providers found in RDEPENDS"

2019-08-28 Thread SIMON BABY
Hi, I am new to this mail group. I have the below error while creating a package, Can someone help to fix this issue. @ubuntu:~/EVO_BUILD/741058_MGMT_Core_OPS/build_mpxls1046$ bitbake datatransfer-mgr Loading cache: 100% |###

Re: [yocto] [meta-selinux][PATCH 1/2] meson-selinux.bbclass: fix meson flags for glib-2.0-native

2019-08-28 Thread Mikko.Rapeli
Hi, On Wed, Aug 28, 2019 at 01:19:17PM -0400, Joe MacDonald wrote: > Hi Mikko, > > Is this specifically for warrior (or thud), maybe? The following commit > explains the current logic: > > commit bb0c9c3abcb935e4b362eb57985e1ee7fec0bfe0 > Author: Yi Zhao > Date: Wed Jun 12 15:53: