Re: [yocto] GCC on ARM

2017-03-30 Thread Gary Thomas
On 2017-03-31 07:07, Khem Raj wrote: On 3/30/17 9:07 PM, Gary Thomas wrote: [slightly off-topic] I work with a number of embedded ARM devices, all with different processors, hence somewhat different tuning and build directories: Raspberry-Pi (1,2,3 - mostly 3): TUNE_FEATURES = "arm

Re: [yocto] GCC on ARM

2017-03-30 Thread Khem Raj
On 3/30/17 9:07 PM, Gary Thomas wrote: > [slightly off-topic] > > I work with a number of embedded ARM devices, all with different > processors, hence somewhat different tuning and build directories: > Raspberry-Pi (1,2,3 - mostly 3): > TUNE_FEATURES = "arm armv7ve vfp thumb neon

[yocto] GCC on ARM

2017-03-30 Thread Gary Thomas
[slightly off-topic] I work with a number of embedded ARM devices, all with different processors, hence somewhat different tuning and build directories: Raspberry-Pi (1,2,3 - mostly 3): TUNE_FEATURES = "arm armv7ve vfp thumb neon vfpv4 callconvention-hard cortexa7" build dirs:

Re: [yocto] [meta-raspberrypi][morty][PATCH 0/3] Stable branch kernel updates

2017-03-30 Thread Andrei Gherzan
On Thu, Mar 30, 2017 at 07:47:07AM +0100, Paul Barker wrote: > On Tue, 14 Mar 2017 10:32:34 + > Paul Barker wrote: > > > This series contains backports of patches from Khem's latest combined pull > > request. I've boot tested a raspberrypi3 (4.4.y and 4.9.y kernels) and

[yocto] [patchwork][PATCH v2] parsemail.py: Improve find_series_for_mail

2017-03-30 Thread Jose Lamego
Patch Series that are sent as replies to other Series with different patch quantity are not appropriately detected as such, breaking the thread and causing missing revisions. This change improves the find_series_for_mail function to appropriately detect when a message is part of a thread by

[yocto] [patchwork][PATCH] parsemail.py: Improve find_series_for_mail

2017-03-30 Thread Jose Lamego
Patch Series that are sent as replies to other Series with different patch quantity are not appropriately detected as such, breaking the thread and causing missing revisions. This change improves the find_series_for_mail function to appropriately detect when a message is part of a thread by

Re: [yocto] [PATCH] i386 machine.cfg: Explicitly disable 64BIT

2017-03-30 Thread Saul Wold
On Thu, 2017-03-30 at 11:14 -0600, Leonardo Sandoval wrote: > On Thu, 2017-03-30 at 09:56 -0700, Saul Wold wrote: > > > > Since we do not set the 64 bit flags, newer kernels seem to build > > 64bit > > config files by default. This is due to a hard-coded uname -m check > > that > > selects the

Re: [yocto] [PATCH] i386 machine.cfg: Explicitly disable 64BIT

2017-03-30 Thread Leonardo Sandoval
On Thu, 2017-03-30 at 09:56 -0700, Saul Wold wrote: > Since we do not set the 64 bit flags, newer kernels seem to build 64bit > config files by default. This is due to a hard-coded uname -m check that > selects the KBUILD_DEFCONFIG based on the host, not the cross target. > Saul, this is poky

[yocto] [PATCH] i386 machine.cfg: Explicitly disable 64BIT

2017-03-30 Thread Saul Wold
Since we do not set the 64 bit flags, newer kernels seem to build 64bit config files by default. This is due to a hard-coded uname -m check that selects the KBUILD_DEFCONFIG based on the host, not the cross target. Similar to e9ec769926b2378e63380bd7762ce7ce201af151 in the yocto-kernel-cache

Re: [yocto] arm-angstrom-linux-gnueabi-gcc: fatal error: no input files

2017-03-30 Thread Leonardo Sandoval
On Thu, 2017-03-30 at 17:25 +0200, Yuvarajesh Valleru wrote: > Thank you for great help and suggestions. I will go through other > recipes and try it again. > Also, you can try the script 'yocto-layer' ('create' subcommand) to create a layer with a single recipe (the hello world one) Leo >

Re: [yocto] arm-angstrom-linux-gnueabi-gcc: fatal error: no input files

2017-03-30 Thread Yuvarajesh Valleru
Thank you for great help and suggestions. I will go through other recipes and try it again. Thanks again. Am 30.03.2017 um 14:46 schrieb Fabien Lahoudere: Seems to be related to missing CFLAGS to compile. IMO you should look at how other recipe build qt4 apps. On Thu, 2017-03-30 at 14:38

Re: [yocto] arm-angstrom-linux-gnueabi-gcc: fatal error: no input files

2017-03-30 Thread Gary Thomas
On 2017-03-30 14:46, Fabien Lahoudere wrote: Seems to be related to missing CFLAGS to compile. IMO you should look at how other recipe build qt4 apps. The primary problem is that between the time the info you are following (probably many years old now - Angstrom has been quite stale since

Re: [yocto] arm-angstrom-linux-gnueabi-gcc: fatal error: no input files

2017-03-30 Thread Fabien Lahoudere
Seems to be related to missing CFLAGS to compile. IMO you should look at how other recipe build qt4 apps. On Thu, 2017-03-30 at 14:38 +0200, Yuvarajesh Valleru wrote: > Thanks, It worked. But experienced another error. > > ERROR: helloworld-1.0-r0 do_compile: Function failed: do_compile (log  >

Re: [yocto] arm-angstrom-linux-gnueabi-gcc: fatal error: no input files

2017-03-30 Thread Yuvarajesh Valleru
Thanks, It worked. But experienced another error. ERROR: helloworld-1.0-r0 do_compile: Function failed: do_compile (log file is located at /home/cc/src/oe-core/build/tmp-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/helloworld/1.0-r0/temp/log.do_compile.31394) ERROR: Logfile of failure

Re: [yocto] Compiling custom kernel

2017-03-30 Thread Alvaro Garcia
Hi, thank you for your answer. Looks like I got no missing dependencies and it compiled without problems. 2017-03-29 20:23 GMT+02:00 Bruce Ashfield : > On 2017-03-29 1:11 PM, Alvaro Garcia wrote: > >> Hi, I'm trying to compile a custom kernel (just custom config).

Re: [yocto] Compiling custom kernel

2017-03-30 Thread Alvaro Garcia
Hi, that was exactly my problem. Finally the kernel was compiled with my config. I'm so happy now, thank you! 2017-03-29 19:32 GMT+02:00 Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com>: > On Wed, 2017-03-29 at 19:11 +0200, Alvaro Garcia wrote: > > Hi, I'm trying to compile a

Re: [yocto] arm-angstrom-linux-gnueabi-gcc: fatal error: no input files

2017-03-30 Thread Fabien Lahoudere
Try do_compile() {   ${CC} ${S}/helloworld.cpp -o ${S}/helloworld } On Thu, 2017-03-30 at 12:43 +0200, Yuvarajesh Valleru wrote: > Here is the tree for my recipe and also attached the error. > > /home/cc/src/oe-core/build/../layers/meta-layer/recipes-hi/helloworld/ > ├── files > │ ├──

[yocto] arm-angstrom-linux-gnueabi-gcc: fatal error: no input files

2017-03-30 Thread Yuvarajesh Valleru
Here is the tree for my recipe and also attached the error. /home/cc/src/oe-core/build/../layers/meta-layer/recipes-hi/helloworld/ ├── files │ ├── helloworld.cpp │ └── helloworld.pro └── helloworld_1.0.bb 1 directory, 3 files ERROR: helloworld-1.0-r0 do_compile: Function failed: do_compile

Re: [yocto] [meta-oracle-java][PATCH 1/6] oracle-jse.inc: Fix unattended downloading source

2017-03-30 Thread Maxin B. John
Hi, On Thu, Mar 30, 2017 at 11:02:48AM +0200, Jaap de Jong wrote: > > On 30-03-17 10:57, Maxin B. John wrote: > >Hi, > > > >Thank you very much for these updates. Merged to master-next. > > > >Note: from now on, please send the patches using "git send-email" > >as mentioned in the README file. >

Re: [yocto] Parse error: unable to parse line and new error arm-linux-gnueabi-gcc : helloworld.cpp 'no such file or directory'

2017-03-30 Thread Fabien Lahoudere
I think you should post a new mail. Add tree /home/cc/src/oe-core/build/../layers/meta-layer/recipes-hi/helloworld/ to your new mail. On Thu, 2017-03-30 at 12:11 +0200, Yuvarajesh Valleru wrote: > Thank you. By typing the code again the eroor solved. but an another error. > > Should i post in

Re: [yocto] Parse error: unable to parse line and new error arm-linux-gnueabi-gcc : helloworld.cpp 'no such file or directory'

2017-03-30 Thread Yuvarajesh Valleru
Thank you. By typing the code again the eroor solved. but an another error. Should i post in new mail or here is ok. error: ERROR: helloworld-1.0-r0 do_compile: Function failed: do_compile (log file is located at

Re: [yocto] Parse error: unable to parse line

2017-03-30 Thread Fabien Lahoudere
The line is parsed here. Did you copy paste the quote from a tutorial on internet? Sometime encoding lead to such issues. On Thu, 2017-03-30 at 11:00 +0200, Yuvarajesh Valleru wrote: > No, > Sorry. I haven't left it. The please find the file below: > SUMMARY = "hello world program" > HOMEPAGE =

Re: [yocto] Parse error: unable to parse line

2017-03-30 Thread Yuvarajesh Valleru
Hi, Thank you and sorry. But i haven't miss the braces in the .bb file. Am 30.03.2017 um 10:57 schrieb Fabien Lahoudere: On Thu, 2017-03-30 at 10:14 +0200, Yuvarajesh Valleru wrote: Hi, I am new to yocto. I was building an example recipe 'helloworld' and have a parse error. but could not

Re: [yocto] [meta-oracle-java][PATCH 1/6] oracle-jse.inc: Fix unattended downloading source

2017-03-30 Thread Jaap de Jong
On 30-03-17 10:57, Maxin B. John wrote: Hi, Thank you very much for these updates. Merged to master-next. Note: from now on, please send the patches using "git send-email" as mentioned in the README file. That was my intention (of course) but I'm having some issues with Thunderbird icw "git

Re: [yocto] Parse error: unable to parse line

2017-03-30 Thread Fabien Lahoudere
On Thu, 2017-03-30 at 10:14 +0200, Yuvarajesh Valleru wrote: > Hi, > > I am new to yocto. I was building an example recipe 'helloworld' and  > have a parse error. but could not find the solution > > here is the error: > > cc@cc:~/src/oe-core/build$ bitbake helloworld > Loading cache: 100%

Re: [yocto] [meta-oracle-java][PATCH 1/6] oracle-jse.inc: Fix unattended downloading source

2017-03-30 Thread Maxin B. John
Hi, Thank you very much for these updates. Merged to master-next. Note: from now on, please send the patches using "git send-email" as mentioned in the README file. On Thu, Mar 30, 2017 at 08:28:09AM +0200, Jaap de Jong wrote: > > From d20c60ce51a399541329bd5360e5489f537d630b Mon Sep 17

Re: [yocto] Parse error: unable to parse line

2017-03-30 Thread Burton, Ross
On 30 March 2017 at 09:14, Yuvarajesh Valleru wrote: > SUMMARY = "hello world program" > HOMEPAGE = "http://www.yoctoproject.org/; > SECTION = "network" > LICENSE = "CLOSED" > inherit qt4e > > SRC_URI = " \ > file://helloworld.pro \ > file://helloworld.cpp \ > " > >

[yocto] Parse error: unable to parse line

2017-03-30 Thread Yuvarajesh Valleru
Hi, I am new to yocto. I was building an example recipe 'helloworld' and have a parse error. but could not find the solution here is the error: cc@cc:~/src/oe-core/build$ bitbake helloworld Loading cache: 100% || Time: 0:00:01 Loaded 3468 entries

Re: [yocto] [meta-raspberrypi][morty][PATCH 0/3] Stable branch kernel updates

2017-03-30 Thread Paul Barker
On Tue, 14 Mar 2017 10:32:34 + Paul Barker wrote: > This series contains backports of patches from Khem's latest combined pull > request. I've boot tested a raspberrypi3 (4.4.y and 4.9.y kernels) and a > raspberrypi (4.9.y kernel) using these patches and all looks

[yocto] [meta-oracle-java][PATCH 6/6] oracle-jse: Add sources package

2017-03-30 Thread Jaap de Jong
From acf81a78c8708b75c675e9cf0d1332c1980f64a4 Mon Sep 17 00:00:00 2001 From: Jaap de Jong Date: Tue, 28 Mar 2017 14:28:18 +0200 Subject: [PATCH 6/6] oracle-jse: Add sources package --- recipes-devtools/oracle-java/oracle-jse.inc | 5 - 1 file changed, 4

[yocto] [meta-oracle-java][PATCH 5/6] Use update-alternatives

2017-03-30 Thread Jaap de Jong
From 7cfe2ca9173353b2ea7dd8e3fabec9e283daff85 Mon Sep 17 00:00:00 2001 From: Jaap de Jong Date: Tue, 28 Mar 2017 14:26:52 +0200 Subject: [PATCH 5/6] Use update-alternatives --- recipes-devtools/oracle-java/oracle-jse-jdk.inc | 14 ++

[yocto] [meta-oracle-java][PATCH 4/6] Use 'standarized' install path

2017-03-30 Thread Jaap de Jong
From ba2fed80b1577442e1e46d12a9afae452207d0cf Mon Sep 17 00:00:00 2001 From: Jaap de Jong Date: Tue, 28 Mar 2017 14:23:13 +0200 Subject: [PATCH 4/6] Use 'standarized' install path --- recipes-devtools/oracle-java/oracle-jse-jdk.inc | 15 ++-

[yocto] [meta-oracle-java][PATCH 2/6] oracle-java: upgrade to 8u121

2017-03-30 Thread Jaap de Jong
From 82d9f911d8acdb451ca6dae9585073b02174373c Mon Sep 17 00:00:00 2001 From: Jaap de Jong Date: Tue, 28 Mar 2017 14:14:37 +0200 Subject: [PATCH 2/6] oracle-java: upgrade to 8u121 --- .../oracle-jse-ejre-arm-vfp-hflt-client-headless.inc | 11 ++-

[yocto] [meta-oracle-java][PATCH 3/6] oracle-jse-ejre: Add recipe for arm softfloat jvm

2017-03-30 Thread Jaap de Jong
From 157eface0aa778885484fbe4fc9a635f63b371b2 Mon Sep 17 00:00:00 2001 From: Jaap de Jong Date: Tue, 28 Mar 2017 14:15:57 +0200 Subject: [PATCH 3/6] oracle-jse-ejre: Add recipe for arm softfloat jvm --- .../oracle-jse-ejre-arm-sflt-client-headless.inc | 10 +

[yocto] [meta-oracle-java][PATCH 1/6] oracle-jse.inc: Fix unattended downloading source

2017-03-30 Thread Jaap de Jong
From d20c60ce51a399541329bd5360e5489f537d630b Mon Sep 17 00:00:00 2001 From: Jaap de Jong Date: Tue, 28 Mar 2017 14:07:19 +0200 Subject: [PATCH 1/6] oracle-jse.inc: Fix unattended downloading source --- recipes-devtools/oracle-java/oracle-jse.inc | 2 +- 1 file changed,