Re: [yocto] [meta-oracle-java][PATCH 4/5] oracle-jse-jre-i586: add custom fetch method

2014-08-08 Thread Maxin B. John
Hi Khem, On Fri, Aug 08, 2014 at 04:03:03PM -0700, Khem Raj wrote: > On Fri, Aug 8, 2014 at 9:39 AM, Maxin B. John wrote: > > Provide a custom fetch method to avoid manual downloading of binaries. > > could we just override FETCHCMD_wget for this recipe ? Thanks for the help! FETCHCMD_wget_ap

Re: [yocto] [meta-oracle-java][PATCH 4/5] oracle-jse-jre-i586: add custom fetch method

2014-08-08 Thread Khem Raj
On Fri, Aug 8, 2014 at 9:39 AM, Maxin B. John wrote: > Provide a custom fetch method to avoid manual downloading of binaries. > > Signed-off-by: Maxin B. John > --- > recipes-devtools/oracle-java/oracle-jse-jre-i586_1.7.0.bb | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > d

[yocto] yocto ref manual seems skimpy on task flags

2014-08-08 Thread Robert P. J. Day
just noticed that the yocto reference manual has no mention whatever of various task flags like "recrdeptask". is that a missing section? rday -- Robert P. J. Day Ottawa, Ontario, CANADA

Re: [yocto] Installing Application Development SDK hangs when using "screen"

2014-08-08 Thread Pierre Yves MORDRET
You're right this has solved my issue ! I keep it as patch in my side and waiting it in daisy branch Thanks ! > -Original Message- > From: Mark Hatle [mailto:mark.ha...@windriver.com] > Sent: vendredi 8 août 2014 10:09 > To: Pierre Yves MORDRET; yocto@yoctoproject.org > Subject: Re: [yoc

Re: [yocto] Errors when installing SDK

2014-08-08 Thread Paul Eggleton
Hi Gary, On Friday 08 August 2014 11:11:19 Gary Thomas wrote: > On 2014-08-08 10:57, Mark Hatle wrote: > > And yes, I suspect the right answer is we need to set a limit on the > > xargs. (I'm kind of surprised that we didn't already have a limit set!) > > If you can point me at where that file com

Re: [yocto] Errors when installing SDK

2014-08-08 Thread Gary Thomas
On 2014-08-08 10:57, Mark Hatle wrote: On 8/8/14, 11:13 AM, Gary Thomas wrote: I built an SDK (using populate_sdk) from the latest master. When I tried to install it, I got a ton of errors: root@Zeus:~# /work/tmp/poky-eglibc-i686-arm-toolchain-1.6+snapshot-20140808.sh Enter target

Re: [yocto] Errors when installing SDK

2014-08-08 Thread Mark Hatle
On 8/8/14, 11:13 AM, Gary Thomas wrote: I built an SDK (using populate_sdk) from the latest master. When I tried to install it, I got a ton of errors: root@Zeus:~# /work/tmp/poky-eglibc-i686-arm-toolchain-1.6+snapshot-20140808.sh Enter target directory for SDK (default: /opt/poky/1.6

[yocto] [meta-oracle-java][PATCH 3/5] oracle-jse-jdk-x86-64: add custom fetch method

2014-08-08 Thread Maxin B. John
Provide a custom fetch method to avoid manual downloading of binaries. Signed-off-by: Maxin B. John --- recipes-devtools/oracle-java/oracle-jse-jdk-x86-64_1.7.0.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/oracle-java/oracle-jse-jdk-x86-64_1.7.0

[yocto] [meta-oracle-java][PATCH 4/5] oracle-jse-jre-i586: add custom fetch method

2014-08-08 Thread Maxin B. John
Provide a custom fetch method to avoid manual downloading of binaries. Signed-off-by: Maxin B. John --- recipes-devtools/oracle-java/oracle-jse-jre-i586_1.7.0.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/oracle-java/oracle-jse-jre-i586_1.7.0.b

[yocto] [meta-oracle-java][PATCH 2/5] oracle-jse-jdk-i586: add custom fetch method

2014-08-08 Thread Maxin B. John
Provide a custom fetch method to avoid manual downloading of binaries. Signed-off-by: Maxin B. John --- recipes-devtools/oracle-java/oracle-jse-jdk-i586_1.7.0.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/oracle-java/oracle-jse-jdk-i586_1.7.0.bb

[yocto] [meta-oracle-java][PATCH 5/5] oracle-jse-jre-x86-64: add custom fetch method

2014-08-08 Thread Maxin B. John
Provide a custom fetch method to avoid manual downloading of binaries. Signed-off-by: Maxin B. John --- recipes-devtools/oracle-java/oracle-jse-jre-x86-64_1.7.0.bb | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/oracle-java/oracle-jse-jre-x86-64_1.7

[yocto] [meta-oracle-java][PATCH 1/5] README: Update Notes

2014-08-08 Thread Maxin B. John
1. Remove notes related to manual downloading of Oracle Java binaries 2. Add notes about the temporary fix for installing JRE packages Signed-off-by: Maxin B. John --- README | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index 7dea1ea..3f4e1

[yocto] [meta-oracle-java][PATCH 0/5] Add a custom fetch method

2014-08-08 Thread Maxin B. John
At present,to use meta-oracle-java layer, we need to manually download the Oracle Java Binaries and place it in download location. Provide a custom fetch method to avoid that manual step. Maxin B. John (5): README: Update Notes oracle-jse-jdk-i586: add custom fetch method oracle-jse-jdk-x8

[yocto] Errors when installing SDK

2014-08-08 Thread Gary Thomas
I built an SDK (using populate_sdk) from the latest master. When I tried to install it, I got a ton of errors: root@Zeus:~# /work/tmp/poky-eglibc-i686-arm-toolchain-1.6+snapshot-20140808.sh Enter target directory for SDK (default: /opt/poky/1.6+snapshot-20140808): You are about to install

Re: [yocto] RFC: Improving the developer workflow

2014-08-08 Thread Alex J Lennon
Hi Paul, > Personally with how fragile package management can end up being, I'm > convinced > that full-image updates are the way to go for a lot of cases, but ideally > with > some intelligence so that you only ship the changes (at a filesystem level > rather than a package or file level). Th

Re: [yocto] No network at startup using core-image-minimal

2014-08-08 Thread Rudolf Streif
Hi Markus, Please try core-image-base instead of core-image-minimal. That should provide you with the necessary network support. Best regards, Rudi On Aug 8, 2014 6:46 AM, "Dr. Markus Eich" wrote: > Dear all, > > I am setting up my Odroid XU with yocto using the core-image-minimal > receipe. Al

Re: [yocto] [OE-core] RFC: Improving the developer workflow

2014-08-08 Thread Mike Looijmans
On 08/07/2014 11:10 AM, Paul Eggleton wrote: ... * Provide tools to allow modifying software for which a recipe already exists. If the user has an external source tree we use that, otherwise we can fetch the source, apply any patches and place the result in an external source tree, possibly mana

Re: [yocto] Installing Application Development SDK hangs when using "screen"

2014-08-08 Thread Mark Hatle
On 8/8/14, 8:21 AM, Pierre Yves MORDRET wrote: Hi Mark, This is on Daisy branch. On Dylan branch I didn't experience such trouble. It came up with Daisy. (I haven't used Daisy very much... but...) There was a bug in the master version of the SDK installer that was displaying special charact

[yocto] No network at startup using core-image-minimal

2014-08-08 Thread Dr. Markus Eich
Dear all, I am setting up my Odroid XU with yocto using the core-image-minimal receipe. Almost done and I am able to boot the system and log in via screen (UART), but.. The network is not present at start-up. When I do lsmod I just see "Not tainted" and no modules are loaded. The module I

Re: [yocto] Installing Application Development SDK hangs when using "screen"

2014-08-08 Thread Pierre Yves MORDRET
Hi Mark, This is on Daisy branch. On Dylan branch I didn't experience such trouble. It came up with Daisy. Regards > -Original Message- > From: yocto-boun...@yoctoproject.org [mailto:yocto- > boun...@yoctoproject.org] On Behalf Of Mark Hatle > Sent: jeudi 7 août 2014 12:19 > To: yocto@y

Re: [yocto] Building yocto for Odroid XU. No login after boot.

2014-08-08 Thread Dr. Markus Eich
Problem solved. It was an error in the boot.ini (u-boot). Changing the SERIAL_CONSOLE or kernel config params (like CONFIG_FHANDLE=y) did not change much. Problem was hidden in the boot params. In the boot.ini I used "setenv bootcmd "fatload mmc 0:1 0x40008000 zImage; fatload mmc 0:1 0x4200

[yocto] [PATCH][yocto-docs] Ref manual, ch 15 -- minor link changes, grammar.

2014-08-08 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day --- i'm guessing that the OE wiki page for bitbake is the closest thing there is to an "official" bitbake web page, so i'll just use that as a replacement for all berlios.de links i run across, unless someone has a better suggestion. diff --git a/documentation

Re: [yocto] Assembling images to build a NOR boot image

2014-08-08 Thread Nicolas Dechesne
On Thu, Aug 7, 2014 at 7:07 PM, Renaud Barbier wrote: > Hello, > I am working on the creation of a boot image for a NOR flash. > The image assembles a boot loader and a ubi image containing the kernel > and device tree. > > So far I have created a build area to install the kernel and device tree >

Re: [yocto] Question about Package Splitting

2014-08-08 Thread Nicolas Dechesne
On Fri, Aug 8, 2014 at 9:43 AM, Gaurang Shastri wrote: > You can do something like this if you want your own package: > > PACKAGES += "${PN}-frontend ${PN}-backend ${PN}-tests" > > Here ${PN} means "project" and yes "project-dbg" and "project-dev" will be > created by default. > > And than you ca

Re: [yocto] [OE-core] RFC: Improving the developer workflow

2014-08-08 Thread Nicolas Dechesne
On Thu, Aug 7, 2014 at 11:10 AM, Paul Eggleton wrote: > Example workflow > > > I won't give a workflow for every possible usage, but just to give a basic > example - let's assume you want to build a "new" piece of software for which > you have your own source tree on your machine.

Re: [yocto] RFC: Improving the developer workflow

2014-08-08 Thread Nicolas Dechesne
On Thu, Aug 7, 2014 at 3:05 PM, Paul Eggleton wrote: > Personally with how fragile package management can end up being, I'm convinced > that full-image updates are the way to go for a lot of cases, but ideally with > some intelligence so that you only ship the changes (at a filesystem level > rath

Re: [yocto] Question about Package Splitting

2014-08-08 Thread Gaurang Shastri
Hi, You can do something like this if you want your own package: PACKAGES += "${PN}-frontend ${PN}-backend ${PN}-tests" Here ${PN} means "project" and yes "project-dbg" and "project-dev" will be created by default. And than you can put your required files in particular package by, FILES_${PN}-