Re: [yocto] [oe] OpenEmbedded developer meeting Sunday before ELC in Portland

2018-01-17 Thread Jeff Osier-Mixon
> We know. It is painful. YP Dev Day is the Thursday after, and I suspect > we would lose people waiting until Friday. > SCaLE doesn't usually coincide the week before ELC, so this year was just bad timing from the universe. I propose we start with the board meeting at 9:30 and plan OEDAM to star

[yocto] Running cmake in the SDK environment from a script fails

2018-01-17 Thread Bartosz Golaszewski
Hi, I'm working on a project in which a base linux distribution is built using yocto while a set of proprietary components is built with the generated SDK (-c populate_sdk). These components use cmake for building. While they build just fine when the 'cmake' command is invoked from command-line,

Re: [yocto] Postinstallation script warnings in Yocto 2.4 Rocko

2018-01-17 Thread Alexander Kanavin
On 01/17/2018 07:10 PM, Diaz de Grenu, Jose wrote: The patches work, but I was wondering if we really need to mark this behavior as a WARNING. From my point of view, this may be confusing for a user, as it could lead to think that something is wrong. But I think that, even if image post proce

Re: [yocto] Postinstallation script warnings in Yocto 2.4 Rocko

2018-01-17 Thread Diaz de Grenu, Jose
-Original Message- From: Alexander Kanavin [mailto:alexander.kana...@linux.intel.com] Sent: Monday, January 8, 2018 1:20 PM On 01/08/2018 01:44 PM, Diaz de Grenu, Jose wrote: > > Thanks for the information. I guess this fix will be for Yocto 2.5? > Maybe; I'm working right now on the pa

[yocto] [auh 1/2] weeklyjob.sh: use -e with auh to actually send the emails

2018-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- weeklyjob.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weeklyjob.sh b/weeklyjob.sh index ac50461..2e8c434 100755 --- a/weeklyjob.sh +++ b/weeklyjob.sh @@ -20,7 +20,7 @@ git fetch origin git checkout -B tmp-auh-upgrades origin/master

[yocto] [auh 2/2] upgradehelper.py: add a reference to License-Update: tag.

2018-01-17 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- upgradehelper.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/upgradehelper.py b/upgradehelper.py index 1170ca5..b22b915 100755 --- a/upgradehelper.py +++ b/upgradehelper.py @@ -276,7 +276,9 @@ class Updater(object): licens

Re: [yocto] Editor (viewer) for device tree *.dts file? (I mean syntax highlighting)

2018-01-17 Thread Jerry Lian
Thanks Maciej, vim works well as expected! On Wed, Jan 17, 2018 at 10:46 AM, Maciej Pijanowski < maciej.pijanow...@3mdeb.com> wrote: > I'm just using vim for everything. It highlights dts syntax. > > On 17.01.2018 16:37, Jerry Lian wrote: > > Sorry that this question is not related to Yocto,

Re: [yocto] [Pyro] Multiple toolchains

2018-01-17 Thread Alexander Kanavin
On 01/17/2018 05:59 PM, philippe gislard wrote: We are updating our BSP from Krogoth to Pyro. We are using a kernel designed and patched specifically for our hardware (3.10.40) that does not compile with GCC 5.x or GCC6.x. AFAIK, Pyro is qualified with GCC 5.x and GCC6.x (not with earlier version

Re: [yocto] [Pyro] Multiple toolchains

2018-01-17 Thread Herman van Hazendonk
Hi Philippe, You might want to try to patch your kernel for newer GCC versions. We've done that successfully with our 3.4 based kernels. See for example the commits we used on our LG Hammerhead (Nexus 5) kernel. https://github.com/Halium/android_kernel_lge_hammerhead/commits/halium-5.1 See th

[yocto] [Pyro] Multiple toolchains

2018-01-17 Thread philippe gislard
Hello, We are updating our BSP from Krogoth to Pyro. We are using a kernel designed and patched specifically for our hardware (3.10.40) that does not compile with GCC 5.x or GCC6.x. AFAIK, Pyro is qualified with GCC 5.x and GCC6.x (not with earlier versions). What is the easiest way to use two to

Re: [yocto] Editor (viewer) for device tree *.dts file? (I mean syntax highlighting)

2018-01-17 Thread Maciej Pijanowski
I'm just using vim for everything. It highlights dts syntax. On 17.01.2018 16:37, Jerry Lian wrote: Sorry that this question is not related to Yocto, but just wondering if anybody knows: * are there editors/viewers (with syntax highlighting) for device tree *.dts file? Thanks, Jerry -- M

[yocto] Editor (viewer) for device tree *.dts file? (I mean syntax highlighting)

2018-01-17 Thread Jerry Lian
Sorry that this question is not related to Yocto, but just wondering if anybody knows: * are there editors/viewers (with syntax highlighting) for device tree *.dts file? Thanks, Jerry -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctop

[yocto] [Pyro] Multiple toolchains

2018-01-17 Thread GISLARD Philippe (MORPHO)
Hello, We are updating our BSP from Krogoth to Pyro. We are using a kernel designed and patched specifically for our hardware (3.10.40) that does not compile with GCC 5.x or GCC6.x. AFAIK, Pyro is qualified with GCC 5.x and GCC6.x (not with earlier versions). What is the easiest way to use two t

Re: [yocto] Error do_compile libepoxy

2018-01-17 Thread Andrea Galbusera
Hi! On Wed, Jan 17, 2018 at 1:46 PM, Mathias Rudnik wrote: > Hello, > > I am trying to build libepoxy but the do_compile tasks breaks. > I found following error messages in the logs: > > arm-poky-linux-gnueabi-gcc -march=armv6 -mfpu=vfp -mfloat-abi=hard > -mtune=arm1176jzf-s -mfpu=vfp > --sysroot

Re: [yocto] Error do_compile libepoxy

2018-01-17 Thread Burton, Ross
I suggest you ask the upstream maintainers of libepoxy. Ross On 17 January 2018 at 12:46, Mathias Rudnik wrote: > Hello, > > I am trying to build libepoxy but the do_compile tasks breaks. > I found following error messages in the logs: > > arm-poky-linux-gnueabi-gcc -march=armv6 -mfpu=vfp -mflo

[yocto] Error do_compile libepoxy

2018-01-17 Thread Mathias Rudnik
Hello, I am trying to build libepoxy but the do_compile tasks breaks. I found following error messages in the logs: arm-poky-linux-gnueabi-gcc -march=armv6 -mfpu=vfp -mfloat-abi=hard -mtune=arm1176jzf-s -mfpu=vfp --sysroot=/hdd_gold1/mathias/git/poky/rpi-build/tmp/work/arm1176jzfshf-vfp-poky-li

[yocto] Error when trying to customize the kernel via menuconfig

2018-01-17 Thread Nguyễn Thanh Vũ
Hello everyone, I have configured the kernel to remove the TCP/IP Networking and IPv6 component in the "Networking support" part. It builds and boots fine. However, when I run my own .ko module, there is an error like this: module1: disagrees about version of symbol dev_warn > module1: Unknown sy