Re: [yocto] Adding test files to an image

2012-03-08 Thread Lauri Hintsala
On 03/08/2012 05:34 PM, jfabernathy wrote: Suppose I want to build the meta-intel/meta-sugarbay image and also include some video and audio files into the /home/root directory to facilitate testing of the video and audio players. I have used ROOTFS_POSTPROCESS_COMMAND variable to add some extra

Re: [yocto] Adding test files to an image

2012-03-08 Thread Khem Raj
> >Set S to be what you need in the recipe, e.g. > > S = "${WORKDIR}/jfabernathy-${PV}" > >or whatever it is you need > > > Thanks, I know I can change S, but I need to change where do_unpack > puts the files. with them in WORKDIR, I can't just say WORKDIR/* > because there are a lot of other fi

Re: [yocto] Adding test files to an image

2012-03-08 Thread Eric Bénard
Le Thu, 08 Mar 2012 17:38:40 -0500, jfabernathy a écrit : > So what I can get to work is the following recipe, but what I want is > not o have to specify the file extension: > you may be able to build your archive in a directory like : myvideos-1.0/files.mp4, so that your files will be available

Re: [yocto] Adding test files to an image

2012-03-08 Thread jfabernathy
On 03/08/2012 05:32 PM, Gary Thomas wrote: On 2012-03-08 15:26, jfabernathy wrote: On 03/08/2012 05:07 PM, Autif Khan wrote: On Thu, Mar 8, 2012 at 4:43 PM, jfabernathy wrote: On 03/08/2012 04:33 PM, Rudolf Streif wrote: Jeff, Use hyphen instead of underscore for the subdirectory SRC_URI: S

Re: [yocto] Adding test files to an image

2012-03-08 Thread jfabernathy
On 03/08/2012 05:32 PM, Gary Thomas wrote: On 2012-03-08 15:26, jfabernathy wrote: On 03/08/2012 05:07 PM, Autif Khan wrote: On Thu, Mar 8, 2012 at 4:43 PM, jfabernathy wrote: On 03/08/2012 04:33 PM, Rudolf Streif wrote: Jeff, Use hyphen instead of underscore for the subdirectory SRC_URI: S

Re: [yocto] Adding test files to an image

2012-03-08 Thread Gary Thomas
On 2012-03-08 15:26, jfabernathy wrote: On 03/08/2012 05:07 PM, Autif Khan wrote: On Thu, Mar 8, 2012 at 4:43 PM, jfabernathy wrote: On 03/08/2012 04:33 PM, Rudolf Streif wrote: Jeff, Use hyphen instead of underscore for the subdirectory SRC_URI: SRC_URI = "file://myvideos-1.0/myvideos-1.0.t

Re: [yocto] Adding test files to an image

2012-03-08 Thread jfabernathy
On 03/08/2012 05:07 PM, Autif Khan wrote: On Thu, Mar 8, 2012 at 4:43 PM, jfabernathy wrote: On 03/08/2012 04:33 PM, Rudolf Streif wrote: Jeff, Use hyphen instead of underscore for the subdirectory SRC_URI: SRC_URI = "file://myvideos-1.0/myvideos-1.0.tar.gz" and of course for the subdirecto

Re: [yocto] Adding test files to an image

2012-03-08 Thread Autif Khan
On Thu, Mar 8, 2012 at 4:43 PM, jfabernathy wrote: > On 03/08/2012 04:33 PM, Rudolf Streif wrote: >> >> Jeff, >> >> Use hyphen instead of underscore for the subdirectory SRC_URI: >> >> SRC_URI = "file://myvideos-1.0/myvideos-1.0.tar.gz" >> >> and of course for the subdirectory in the subdirectory

Re: [yocto] Mentor's Application Development Environment (ADE)

2012-03-08 Thread Zhang, Jessica
Hi Chris, Base on your description, we have a similar use case that is supported by adt-installer for app developers using Eclipse, which based on ipk repo but mainly for setup the host cross tools. It also takes care of setting up sysroot but through extracting the target image file instead

Re: [yocto] Adding test files to an image

2012-03-08 Thread jfabernathy
On 03/08/2012 04:33 PM, Rudolf Streif wrote: Jeff, Use hyphen instead of underscore for the subdirectory SRC_URI: SRC_URI = "file://myvideos-1.0/myvideos-1.0.tar.gz" and of course for the subdirectory in the subdirectory where the recipe is located. The file fetcher copies the entire path my

Re: [yocto] Adding test files to an image

2012-03-08 Thread Rudolf Streif
Jeff, Use hyphen instead of underscore for the subdirectory SRC_URI: SRC_URI = "file://myvideos-1.0/myvideos-**1.0.tar.gz" and of course for the subdirectory in the subdirectory where the recipe is located. The file fetcher copies the entire path myvideos-1.0/myvideos-1.0.tar.gz to ${WORKDIR}.

[yocto] Mentor's Application Development Environment (ADE)

2012-03-08 Thread Christopher Larson
Greetings folks, I'm emailing to ascertain the potential interest in a piece of functionality Mentor has been including in our MEL product, and see if it'd be something either we could push up under the Yocto umbrella, or potentially reimplemented in concert with upstream folk to better meet fo

Re: [yocto] Adding test files to an image

2012-03-08 Thread jfabernathy
On 03/08/2012 11:57 AM, Autif Khan wrote: Suppose I want to build the meta-intel/meta-sugarbay image and also include some video and audio files into the /home/root directory to facilitate testing of the video and audio players. Can I include these files in a recipe somewhere? I use the recipe

Re: [yocto] Adding test files to an image

2012-03-08 Thread Autif Khan
> Suppose I want to build the meta-intel/meta-sugarbay image and also include > some video and audio files into the /home/root directory to facilitate > testing of the video and audio players. > > Can I include these files in a recipe somewhere? I use the recipe at the end of this message to inclu

[yocto] Adding test files to an image

2012-03-08 Thread jfabernathy
Suppose I want to build the meta-intel/meta-sugarbay image and also include some video and audio files into the /home/root directory to facilitate testing of the video and audio players. Can I include these files in a recipe somewhere? Also, I know that I can increase the spare image size so t

Re: [yocto] dev manual could use clarification on possible mailing lists

2012-03-08 Thread Rifenbark, Scott M
I realize this is the same information. I am trying to solicit feedback from the rest of the community on the content. When I get that feedback I can upgrade the topic. Thanks, Scott -Original Message- From: Robert P. J. Day [mailto:rpj...@crashcourse.ca] Sent: Wednesday, March 07,

[yocto] missing mouse cursor in X11

2012-03-08 Thread Joshua Immanuel
Hello all, I installed the following X11 related packages in my custom-image 1. xserver-xf86-dri-lite 2. x11-common 3. xserver-xf86-config 4. xf86-input-mouse 5. xf86-input-keyboard 6. xf86-input-evdev 7. xf86-input-synaptics 8. xf86-video-intel