[yocto] bitbake is corrupting my files during unpacking

2018-07-20 Thread MOHAMMAD RASIM
Hi, I'm new to openembedded and yocto. I'm using the openpli meta layers to build openembedded https://github.com/OpenPLi/openpli-oe-core Now I'm trying to build a recipe for the kernel but I encountered a strange issue, bitbake is corrupting my source files when unpacking from zip file (htt

[yocto] why compile "xserver-xorg" package on wayland projects?

2018-07-20 Thread tugouxp
hi folks: i am working on project with "DISTRO_FEATURE" set to "wayalnd", during the compile procedure, i saw the xserver pakage was compiled, which would complain compile error and stop the process. i try to debug the dependciy, it seems the "weston" package bring the xorg-server ,packa

Re: [yocto] yocto dev day 2018 eurpoe

2018-07-20 Thread akuster
On 07/20/2018 07:09 PM, Trevor Woerner wrote: > Has a date/location been set? I believe it has. An announcement is being formulated and will be sent to the mailing lists and posted on the Yocto web site. Give it a little time as new people are getting use to the process. kind regards, Armin >

[yocto] yocto dev day 2018 eurpoe

2018-07-20 Thread Trevor Woerner
Has a date/location been set? (Is it too presumptuous of me to assume there will be a Yocto Dev Day in Scotland this year?) -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] [meta-selinux][PATCH v2] busybox: fix usrmerge install

2018-07-20 Thread Ioan-Adrian Ratiu
If DISTRO_FEATURES contains usrmerge then busybox binaries are installed under /usr/bin not /bin so use ${base_bindir} to support both paths and avoid QA errors. Signed-off-by: Ioan-Adrian Ratiu --- recipes-core/busybox/busybox_selinux.inc | 7 --- 1 file changed, 4 insertions(+), 3 deletion

[yocto] [PATCH meta-gplv2] bc: add

2018-07-20 Thread Ross Burton
Add 1.06 from oe-core as bc 1.07 is GPLv3. Signed-off-by: Ross Burton --- recipes-extended/bc/bc_1.06.bb| 26 + recipes-extended/bc/files/fix-segment-fault.patch | 28 +++ 2 files changed, 54 insertions(+) create mode 100644 recipes-ex

[yocto] [meta-selinux][PATCH] busybox: fix usrmerge install

2018-07-20 Thread Ioan-Adrian Ratiu
If DISTRO_FEATURES contains usrmerge then busybox binaries are installed under /usr/bin not /bin so use ${base_bindir} to support both paths and avoid QA errors. Signed-off-by: Ioan-Adrian Ratiu --- recipes-core/busybox/busybox_selinux.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions