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}-
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
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.
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
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
>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo