Re: [yocto] Best practices when for script recipes.

2017-09-14 Thread Paul D. DeRocco
> From: Einar Vading > > If I have one or a few shell scripts with their own recipe. Do I make > a git and use the git from the recipe or do I just add the scripts to > a files directory and install from there? A recipe should fetch from something other than a files directory accompanying the

[yocto] [meta-raspberry-pi] needing newer or patched version of g++

2017-09-14 Thread Bill Jenkins
After creating an SDK for a 32-bit Raspberry Pi3 target, I ran into the following compiler error when compiling an application using the SDK: internal compiler error: Max. number of generated reload insns per insn is achieved (90) It turns out that a patch was submitted for g++ early last year

[yocto] QA cycle report for 2.2.2 rc2

2017-09-14 Thread Cruz, Libertad
Hello All, Here is the report for the 2.2.2 point release test cycle. Full Report : https://wiki.yoctoproject.org/wiki/WW37_-_2017-09-13_-_Full_Point_Release_Test_Cycle_2.2.2_rc2 === Summary The QA cycle for point release 2.2.2 rc2 is complete. There are 3 new bugs: bug

Re: [yocto] [meta-ros] festival-2.3-r0 do_compile: oe_runmake failed

2017-09-14 Thread Khem Raj
On Thu, Sep 14, 2017 at 10:39 AM yahia farghaly wrote: > > When i just do this IMAGE_INSTALL_append = " festival" . it promotes me > with error of > *do_compile: oe_runmake failed* and* No GNU_HASH in the elf binary * > This means linker flags set by oe are not passed

[yocto] [meta-selinux] Update announcement

2017-09-14 Thread Mark Hatle
I have pushed an update to meta-selinux to work with master. A few key changes: The oe-selinux and poky-selinux distro configurations HAVE BEEN REMOVED! It is now up to the user to enable the components using the appropriate DISTRO_FEATURES as documented in the README file. (acl xattr pam

[yocto] [meta-raspberrypi][PATCH] u-boot: drop now upstreamed patches

2017-09-14 Thread Andrea Galbusera
oe-core now provides v2017.09 of u-boot which already merged both patches introduced by commit 94e2929f746f7e49a7870f7ea889dcbed05296c7 so we can drop them from meta-raspberrypi. Signed-off-by: Andrea Galbusera --- ...01-Revert-dm-arm-rpi-Drop-CONFIG_OF_EMBED.patch | 67

[linux-yocto] [yocto-kernel-cache][PATCH] common-pc-wifi.cfg: Add CONFIG_BRCMFMAC_PCIE

2017-09-14 Thread California Sullivan
This is needed for some Broadcomm wifi drivers. Signed-off-by: California Sullivan --- This is for yocto-4.9 and newer. bsp/common-pc/common-pc-wifi.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/common-pc/common-pc-wifi.cfg

[yocto] externalsrc sstate

2017-09-14 Thread Vignesh Rajendran
Dear Yocto, While using externalsrc for the recipes, sstate is not working for the recipes. Is it possible to enable setscene tasks, if srctree_hash_files reports nothing has changed? my environment is using makefile based sources in git. Can you please provide your feedback? Or do i need to

Re: [yocto] [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-14 Thread Ruslan Bilovol
On Thu, Aug 24, 2017 at 9:37 PM, Philip Balister wrote: > Once again we will have a developer meeting in Prague the Sunday before > ELCE. > > Please go to https://www.openembedded.org/wiki/OEDEM_2017 and add > yourself if you are attending and ideas for topics. > > Although

[yocto] [meta-selinux] krogoth support

2017-09-14 Thread Reach, Jonathon A
Hello, I currently have a krogoth based project that I need to add the meta-selinux layer to. Does anyone know what it would take to accomplish this? Most poky patches fail as well as compilation issues with kernel features that postdate krogoth. Appreciatively, Jonathon Reach Cyber Security

[yocto] Best practices when for script recipes.

2017-09-14 Thread Einar Vading
Hi, I was just wondering if there is some best practice advice on how to handle adding a single script from a recipe. If I have one or a few shell scripts with their own recipe. Do I make a git and use the git from the recipe or do I just add the scripts to a files directory and install from

Re: [yocto] [meta-xilinx] How to include Xilinx DMA driver

2017-09-14 Thread Sandeep Gundlupet Raju
Hi Fan, Thanks, Sandeep -Original Message- From: meta-xilinx-boun...@yoctoproject.org [mailto:meta-xilinx-boun...@yoctoproject.org] On Behalf Of Fan Zhang Sent: Monday, September 11, 2017 9:38 AM To: Robert Berger ; yocto@yoctoproject.org;

[yocto] [pyro][meta-oracle-java][PATCH 2/2] oracle-java: create directory before creating links

2017-09-14 Thread Fabio Berton
From: Jan Remmet if bindir directory doesn't exists the link is created wrongly: file -b tmp/work/x86_64-linux/oracle-jse-jdk-x86-64-native/1.8.0-u131r0/image/home/yocto/build/tmp/sysroots/x86_64-linux/usr/bin symbolic link to

[yocto] [pyro][meta-oracle-java][PATCH 1/2] Fix binary paths when setting alternatives

2017-09-14 Thread Fabio Berton
From: Jan Kiszka Neither the JDK nor the JRE puts binaries under $JAVA_HOME/jre anymore. Seen with Java 8, update 131. Signed-off-by: Jan Kiszka Signed-off-by: Maxin B. John (cherry picked from commit

Re: [yocto] [meta-ros] festival-2.3-r0 do_compile: oe_runmake failed

2017-09-14 Thread yahia farghaly
When i just do this IMAGE_INSTALL_append = " festival" . it promotes me with error of *do_compile: oe_runmake failed* and* No GNU_HASH in the elf binary * here is the log: > > *Build Configuration:* > *BB_VERSION= "1.34.0"* > *BUILD_SYS = "x86_64-linux"* > *NATIVELSBSTRING =

Re: [linux-yocto] [PATCH] Intel Axxia updates to linux-yocto-4.1

2017-09-14 Thread Bruce Ashfield
On 09/14/2017 11:52 AM, Daniel Dragomir wrote: Hello Bruce! Please review and merge this patch in Axxia branches from linux-yocto-4.1: - standard/axxia/base - standard/preempt-rt/axxia/base Changes included in this series (axxia tag: 1.64): - Multiple MSI interrupts and MSI-X on 5600 and 6700.

Re: [yocto] Perforce fetcher ignores module and label

2017-09-14 Thread Andrew Bradford
Hi Katu, Sorry for my delay in responding. On 09/14 11:13, Katu Txakur wrote: > Have you had time to look at this? I tried to go back to the old perforce > fetcher but I got a license error and I couldn't work around it. On the pyro branch of poky, if you revert these two commits, in this

Re: [linux-yocto] [PATCH] ipv6: Fix expected expression before OR operand error

2017-09-14 Thread Bruce Ashfield
I already have a fix staged for this one, the pushed commits were only for testing purposes. Cheers, Bruce On 09/14/2017 12:14 PM, Daniel Dragomir wrote: Use parentheses for the entire condition for if statement. Error introduced by commit d27e21a ("udp: consistently apply ufo or

[linux-yocto] [PATCH] ipv6: Fix expected expression before OR operand error

2017-09-14 Thread Daniel Dragomir
Use parentheses for the entire condition for if statement. Error introduced by commit d27e21a ("udp: consistently apply ufo or fragmentation") | tmp/work-shared/axxiaarm64/kernel-source/net/ipv6/ | ip6_output.c:1343:30: error: expected expression before '||' token | if (skb && skb_is_gso(skb)) ||

[linux-yocto] [PATCH] Intel Axxia updates to linux-yocto-4.1

2017-09-14 Thread Daniel Dragomir
Hello Bruce! Please review and merge this patch in Axxia branches from linux-yocto-4.1: - standard/axxia/base - standard/preempt-rt/axxia/base Changes included in this series (axxia tag: 1.64): - Multiple MSI interrupts and MSI-X on 5600 and 6700. Thank you, Daniel Dragomir Palani (1):

[linux-yocto] [PATCH] drivers/pci: MSI/MSIx support for Axxia (X9, XLF) PCIe host driver

2017-09-14 Thread Daniel Dragomir
From: Palani Implemented the MSI domain ops to support Multiple MSI interrupts in X9 and XLF. Added support for MSI-X interrupts for all the PEI(0/1/2) host controllers in X9. Signed-off-by: Palani ---

[yocto] Customise file system

2017-09-14 Thread Sabrine Fatnassi
Hello, My kerlink gateway OS was built using Yocto. It has a Root Read only file system. I need to update the opkg configuration files available under "/etc/opkg" So I created a directory under /user/rootfs_rw/etc named opkg and I created a new configuration file opkg.conf containing my custom

Re: [yocto] [meta-selinux][PATCH 04/21] libsemanage: uprev to 2.7 (20170804)

2017-09-14 Thread Mark Hatle
On 9/14/17 5:31 AM, wenzong fan wrote: > > > On 09/14/2017 08:07 AM, Mark Hatle wrote: >> On 9/12/17 9:19 PM, Mark Hatle wrote: >>> On 9/12/17 9:06 PM, wenzong fan wrote: On 09/12/2017 06:59 PM, Chanho Park wrote: > Hi, > > I can't apply this patch on top of the master branch.

Re: [yocto] [meta-raspberrypi] enable serial communication pi 3

2017-09-14 Thread Andrei Gherzan
On Wed, Sep 13, 2017 at 6:58 PM, Ayoub Zaki wrote: > > > On 13.09.2017 19:55, Khem Raj wrote: > > > > On Wed, Sep 13, 2017 at 12:27 AM, Ayoub Zaki > wrote: > >> I ran into the same problem: >> >> ENABLE_UART = "1" is not enough you should also add

Re: [yocto] [meta-qt4][PATCH 1/2] qt4-4.8.7.inc: use a supported builtin type for Uchar

2017-09-14 Thread Alexander Kanavin
On 09/14/2017 03:09 PM, Max Krummenacher wrote: cope with icu 59's changed use of uchar. http://site.icu-project.org/download/59#TOC-ICU4C-char16_t 4.8.7-r0/recipe-sysroot/usr/include/unicode/umachine.h:347:13: error: 'char16_t' does not name a type; did you mean 'wchar_t'? typedef

[yocto] [meta-qt4][PATCH 2/2] qt4: Add patch to allow builds of webkit with gcc v7++

2017-09-14 Thread Max Krummenacher
Change configure logic, so that only gcc 3.3 and older does not build webkit and gcc 3.2 and older additionally not build QtXmlPatterns. Signed-off-by: Max Krummenacher --- recipes-qt4/qt4/qt4-4.8.7.inc | 2 +- .../qt4-4.8.7/{gcc-6.patch =>

[yocto] [meta-qt4][PATCH 1/2] qt4-4.8.7.inc: use a supported builtin type for Uchar

2017-09-14 Thread Max Krummenacher
cope with icu 59's changed use of uchar. http://site.icu-project.org/download/59#TOC-ICU4C-char16_t 4.8.7-r0/recipe-sysroot/usr/include/unicode/umachine.h:347:13: error: 'char16_t' does not name a type; did you mean 'wchar_t'? typedef char16_t UChar; ^~~~

Re: [yocto] [meta-selinux][PATCH 04/21] libsemanage: uprev to 2.7 (20170804)

2017-09-14 Thread wenzong fan
On 09/14/2017 08:07 AM, Mark Hatle wrote: On 9/12/17 9:19 PM, Mark Hatle wrote: On 9/12/17 9:06 PM, wenzong fan wrote: On 09/12/2017 06:59 PM, Chanho Park wrote: Hi, I can't apply this patch on top of the master branch. Which revision did you make the patches? Oops, that's my fault. I

Re: [yocto] [PATCH] libwww-perl: Add HOMEPAGE info into recipe file.

2017-09-14 Thread Burton, Ross
Can you resend these patches putting the layer name in the subject? Ross On 14 September 2017 at 10:09, Huang Qiyu wrote: > Signed-off-by: Huang Qiyu > --- > meta-cgl-common/recipes-perl/perl/libwww-perl_6.05.bb | 1 + > 1 file

Re: [yocto] Perforce fetcher ignores module and label

2017-09-14 Thread Katu Txakur
Hi Andrew, Have you had time to look at this? I tried to go back to the old perforce fetcher but I got a license error and I couldn't work around it. Regards, Katu 2017-08-31 18:54 GMT+01:00 Andrew Bradford : > Hi Katu, > > On 08/28 17:43, Katu Txakur wrote: > >

[yocto] [PATCH] qtxmlpatterns: Add HOMEPAGE info into recipe file.

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- recipes-qt/qt5/qtxmlpatterns_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtxmlpatterns_git.bb b/recipes-qt/qt5/qtxmlpatterns_git.bb index 7c18079..f4f46f1 100644 --- a/recipes-qt/qt5/qtxmlpatterns_git.bb

[yocto] [PATCH] qtquick1: Add HOMEPAGE info into recipe file.

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- recipes-qt/qt5/qtquick1_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtquick1_git.bb b/recipes-qt/qt5/qtquick1_git.bb index eaa3661..c1bbc8a 100644 --- a/recipes-qt/qt5/qtquick1_git.bb +++

[yocto] [PATCH] qttools: Add HOMEPAGE info into recipe file.

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- recipes-qt/qt5/qttools_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb index 32d65d6..151b4df 100644 --- a/recipes-qt/qt5/qttools_git.bb +++

[yocto] [PATCH] qtscript: Add HOMEPAGE info into recipe file.

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- recipes-qt/qt5/qtscript_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtscript_git.bb b/recipes-qt/qt5/qtscript_git.bb index 9061c3c..9fe2358 100644 --- a/recipes-qt/qt5/qtscript_git.bb +++

[yocto] [PATCH] qtsvg: Add HOMEPAGE info into recipe file.

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- recipes-qt/qt5/qtsvg_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtsvg_git.bb b/recipes-qt/qt5/qtsvg_git.bb index 40854e0..e3bd840 100644 --- a/recipes-qt/qt5/qtsvg_git.bb +++ b/recipes-qt/qt5/qtsvg_git.bb

[yocto] [PATCH] qtdeclarative: Add HOMEPAGE info into recipe file.

2017-09-14 Thread Huang Qiyu
Signed-off-by: Huang Qiyu --- recipes-qt/qt5/qtdeclarative_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt/qt5/qtdeclarative_git.bb b/recipes-qt/qt5/qtdeclarative_git.bb index 12e5f4e..2cc969a 100644 --- a/recipes-qt/qt5/qtdeclarative_git.bb

Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-09-14 Thread Yusuke Mitsuki
Hi Riko It seems you use, poky: pyro meta-openembedded:master I think that you should checkout meta-openembedded to pyro branch. You can get by command like a follows, $ cd meta-openembedded $ git checkout -b pyro origin/pyro Otherwise, checkout poky to master... I hope your helps.

Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-09-14 Thread Yasushi SHOJI
Hi, On Thu, Aug 3, 2017 at 12:01 AM, Riko Ho wrote: > Still got the same error after installing it? Any other clues? Did you try the patch posted by Khem Raj? https://gist.github.com/xywei/03b546054f0d2e2f76c5ac530c88268a I had the same problem on my Debian Unstable