Re: [yocto] 1.5_M3.rc1 is being built

2013-08-01 Thread Georgescu, Alexandru C
Hi, Please let us know when we can start testing and on what build. Regards, -- Alexandru Georgescu -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Zhang, Jessica Sent: Thursday, August 01, 2013 08:51 To: Flanagan, Elizabeth;

Re: [yocto] Network booting

2013-08-01 Thread Tomas Frydrych
On 31/07/13 21:30, Chris Tapp wrote: Is there an easy way to have a system boot and load the rootfs from a network server? I'm using an x86 system and can have the kernel and an initrd on it. I would use bootp, but a lot of end users either don't have this or will not allow it to be used. I

Re: [yocto] Image recipes in Yocto 1.4 (dylan-9.0.0)

2013-08-01 Thread Paul Eggleton
On Wednesday 31 July 2013 20:27:16 Brian Karcz wrote: Here is a little background of what is going on. I inherited a project that was implemented under and works with Edison. The project has two image recipes, abc-main.bb and abc-ramdisk.bb. The way the project builds under Edison, abc-main.bb

Re: [yocto] Network booting

2013-08-01 Thread Paul Eggleton
Hi Chris, On Wednesday 31 July 2013 22:25:42 Chris Tapp wrote: On 31 Jul 2013, at 21:30, Chris Tapp wrote: Is there an easy way to have a system boot and load the rootfs from a network server? I'm using an x86 system and can have the kernel and an initrd on it. I would use bootp, but

Re: [yocto] Integrate java with yocto

2013-08-01 Thread Aman Sharma
Hi all, I intend to add java (openjdk) to my root file system. I was able to successfully add meta-java layer and build the same, packages were built but were not added to the root file system. Following are the steps which i followed to include java in my powerpc. 1. export

Re: [yocto] Integrate java with yocto

2013-08-01 Thread Luo Zhenhua-B19537
Add IMAGE_INSTALL_append = openjdk-7-jre and rebuild fsl-image-core, please be aware the leading space after first . Best Regards, Zhenhua From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Aman Sharma Sent: Thursday, August 01, 2013 5:58 PM To:

[yocto] [meta-selinux][PATCH 1/1] policycoreutils: fix genhomedircon construction

2013-08-01 Thread Joe Slater
CQID: 418197 Reference /usr/sbin instead of the directory into which the script is installed on the host. Signed-off-by: Joe Slater jsla...@windriver.com --- .../selinux/policycoreutils/scripts_makefile.patch | 26 recipes-security/selinux/policycoreutils_2.1.13.bb |3

Re: [yocto] Network booting

2013-08-01 Thread Chris Tapp
Hi Paul, On 1 Aug 2013, at 09:35, Paul Eggleton wrote: Hi Chris, On Wednesday 31 July 2013 22:25:42 Chris Tapp wrote: On 31 Jul 2013, at 21:30, Chris Tapp wrote: Is there an easy way to have a system boot and load the rootfs from a network server? I'm using an x86 system and can have

Re: [yocto] Creating a core-image-minimal image with package support

2013-08-01 Thread Bryan Evenson
= poky DISTRO_VERSION= 1.4+snapshot-20130801 TUNE_FEATURES = armv5 thumb dsp TARGET_FPU= soft meta meta-yocto meta-yocto-bsp= master:9de0ad47462c13ac4a2d73e12e92be6c1b4e0415 If I then modify the configuration to add package-management to the EXTRA_IMAGE_FEATURES variable