Re: [OE-core] [PATCH] sysvinit-inittab: Move start_getty scrip to base_bindir.

2016-02-27 Thread Philip Tricca
Ping. Any thoughts on this Saul? Thanks, Philip On 02/20/2016 09:55 AM, Philip Tricca wrote: > When this file is in ${sysconfdir}/init.d, SELinux labels it as a generic > init script (initrc_t). This causes problms at runtime because SELinux > doesn't let the login process execute generic init

Re: [OE-core] [PATCH] npm.bbclass: Add npm class to match fetcher

2016-02-27 Thread Trevor Woerner
On 02/25/16 10:06, brendan.le.f...@intel.com wrote: npm class supports the npm fetcher, helping doing the basic compile/install stages of an npm package Any chance you might have an npm recipe example? Maybe something like express? -- ___

Re: [OE-core] State of bitbake world, Failed tasks 2016-02-26

2016-02-27 Thread Andrea Adami
On Sat, Feb 27, 2016 at 8:41 PM, Martin Jansa wrote: > == Tested changes (not included in master yet) - bitbake == > 88fded1 world-image: add extra target > > == Tested changes (not included in master yet) - openembedded-core == > d5d0890 ffmpeg: update to 3.0 > 4e91977

Re: [OE-core] [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD)

2016-02-27 Thread Mark Hatle
On 2/27/16 4:47 PM, Burton, Ross wrote: > > On 27 February 2016 at 04:26, Mark Hatle > wrote: > > I am not getting this error on qemux86. > > My build configuration: > > BB_VERSION= "1.29.0" > BUILD_SYS

Re: [OE-core] [PATCH] automake: remove patch

2016-02-27 Thread Burton, Ross
On 27 February 2016 at 08:34, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > This breaks the builds: > > https://autobuilder.yoctoproject.org/main/builders/nightly-mips-lsb/bui > lds/652/steps/BuildImages/logs/stdio > I've just sent a small patch to allow *.pyc to get packaged

[OE-core] [PATCH] cracklib: package all *.py* files

2016-02-27 Thread Ross Burton
Don't assume that we know precisely what Python files were installed as patching automake can change what optimised forms get installed. Signed-off-by: Ross Burton --- meta/recipes-extended/cracklib/cracklib_2.9.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD)

2016-02-27 Thread Burton, Ross
On 27 February 2016 at 04:26, Mark Hatle wrote: > I am not getting this error on qemux86. > > My build configuration: > > BB_VERSION= "1.29.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Fedora-23" > TARGET_SYS= "i586-oe-linux" > MACHINE

[OE-core] [PATCH][RFC] base.bbclass: Introduce EXTRA_CONF_PACKAGECONFIG variable

2016-02-27 Thread Martin Jansa
* add separate variable for configuration options generated from PACKAGECONFIG setting, this helps other bbclasses and recipes to take advantage of PACKAGECONFIG mechanism, without including other options from EXTRA_OECONF * e.g. meta-qt5 recipes are abusing EXTRA_OECONF to get options

Re: [OE-core] [PATCH 4/4] native.bbclass: poison TARGET_CFLAGS etc for native builds

2016-02-27 Thread Burton, Ross
On 27 February 2016 at 08:20, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > Wouldn't it perhaps be nicer just to unexport these? > > I think > > TARGET_CPPFLAGS[unexport] = "1" > > might do it or we could do: > > delvarFlag("TARGET_CPPFLAGS", "export") > > ? > > Regardless of

[OE-core] State of bitbake world, Failed tasks 2016-02-26

2016-02-27 Thread Martin Jansa
== Tested changes (not included in master yet) - bitbake == 88fded1 world-image: add extra target == Tested changes (not included in master yet) - openembedded-core == d5d0890 ffmpeg: update to 3.0 4e91977 recipes: Replace "cp -a" with "cp -R --no-dereference --preserve=mode,links" 42c927f

Re: [OE-core] [PATCHv2] ARMv8 32-bit compiler tunings

2016-02-27 Thread Dragomir Daniel
On 02/27/2016 02:44 PM, Daniel Dragomir wrote: Hello! This is a second version for the patch: http://lists.openembedded.org/pipermail/openembedded-core/2016-February/117603.html I remove the python method from feature-arm-vfp and I added the TUNE_CCARGS appends for CRC, CRYPTO and fp-armv8

[OE-core] [PATCHv2] ARMv8 32-bit compiler tunings

2016-02-27 Thread Daniel Dragomir
Hello! This is a second version for the patch: http://lists.openembedded.org/pipermail/openembedded-core/2016-February/117603.html I remove the python method from feature-arm-vfp and I added the TUNE_CCARGS appends for CRC, CRYPTO and fp-armv8 only in armv8a tune file. I fix some parsing

[OE-core] [PATCHv2] Add tune for 32-bit ARMv8-a

2016-02-27 Thread Daniel Dragomir
This patch adds tunes for 32-bit armv8 platforms. The user can select the vector floating-point instruction set: vfpv3, vfpv4 or fp-armv8 and the Neon, crc and crypto extensions. Also, fix some parsing failures for armv7a*-neon-vfpv4 tunes. Signed-off-by: Daniel Dragomir

Re: [OE-core] [PATCH] automake: remove patch

2016-02-27 Thread Richard Purdie
On Thu, 2016-02-25 at 17:02 -0600, Joseph A. Lutz wrote: > The patch being removed in this commit removes *.pyc files from being > compiled. This dose not allow a user to select which files are > included > in the image. Since optimization is no longer the default for python > we should have the

Re: [OE-core] [PATCH 0/4] Replaces udev with eudev for compatibility when using sysvinit on newer kernels

2016-02-27 Thread Richard Purdie
On Thu, 2016-02-25 at 23:34 +, Alejandro Hernandez wrote: > udev has started to fail on new kernels (4.4), due to being > deprecated in favor > of systemd's udev implementation. To maintain a sysvinit alternative > we also > need to provide an alternative to udev. Eudev is a fork of systemds >

Re: [OE-core] [PATCH 4/4] native.bbclass: poison TARGET_CFLAGS etc for native builds

2016-02-27 Thread Richard Purdie
On Fri, 2016-02-26 at 21:53 -0800, Andre McCurdy wrote: > TARGET_* FLAGS are never passed to the native toolchain. However, > they are exported so their values affect the checksum of every task. > > Replace with fixed values to both avoid any unnecessary rebuilding > of native packages when