From: Lauri Hintsala <lauri.hintsala@bluegiga.com>
To: jfabernathy <jfabernathy@gmail.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Adding test files to an image
Date: Fri, 09 Mar 2012 09:38:34 +0200 [thread overview]
Message-ID: <4F59B37A.4080301@bluegiga.com> (raw)
In-Reply-To: <4F58D16C.8030309@gmail.com>
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 files
to rootfs image for testing purposes. Following example is copying files
from build/extra path to root filesystem image if the extra folder exists.
# copy files from extra folder to image
ROOTFS_POSTPROCESS_COMMAND += "[ -d ${TOPDIR}/extra ] && cp -r
${TOPDIR}/extra/* {IMAGE_ROOTFS};"
Regards,
Lauri
prev parent reply other threads:[~2012-03-09 7:38 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-08 15:34 Adding test files to an image jfabernathy
2012-03-08 16:57 ` Autif Khan
2012-03-08 20:44 ` jfabernathy
2012-03-08 21:33 ` Rudolf Streif
2012-03-08 21:43 ` jfabernathy
2012-03-08 22:07 ` Autif Khan
2012-03-08 22:26 ` jfabernathy
2012-03-08 22:32 ` Gary Thomas
2012-03-08 22:35 ` jfabernathy
2012-03-09 6:48 ` Khem Raj
2012-03-08 22:38 ` jfabernathy
2012-03-09 1:04 ` Eric Bénard
2012-03-09 13:22 ` jfabernathy
2012-03-09 7:38 ` Lauri Hintsala [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F59B37A.4080301@bluegiga.com \
--to=lauri.hintsala@bluegiga.com \
--cc=jfabernathy@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.