Re: [yocto] What is the simplest, or better yet, canonical way to add a shell script to core-image-minimal?

2014-06-24 Thread Patrick Doyle
Hello Gaurang, Ross, and Nicolas, Thank you for your suggestions. I ended up implementing Ross's suggestion (before I got even got his suggestion) because it was the only answer I could come with on my own where all the pieces made sense. I originally asked the question out of a (most likely misg

Re: [yocto] What is the simplest, or better yet, canonical way to add a shell script to core-image-minimal?

2014-06-24 Thread Nicolas Dechesne
On Tue, Jun 24, 2014 at 11:50 AM, Burton, Ross wrote: > On 23 June 2014 16:56, Patrick Doyle wrote: >> Should I create a core-image-minimal.bbappend file with a SRC_URI >> pointing to my script and a do_install rule to install it? > > Create a new recipe for the script and then add it to the imag

Re: [yocto] What is the simplest, or better yet, canonical way to add a shell script to core-image-minimal?

2014-06-24 Thread Burton, Ross
On 23 June 2014 16:56, Patrick Doyle wrote: > Should I create a core-image-minimal.bbappend file with a SRC_URI > pointing to my script and a do_install rule to install it? Create a new recipe for the script and then add it to the image. The documentation is useful: http://www.yoctoproject.org/d

Re: [yocto] What is the simplest, or better yet, canonical way to add a shell script to core-image-minimal?

2014-06-24 Thread Gaurang Shastri
Do you want something like ROOTFS_POSTPROCESS_COMMAND ?? //Gaurang Shastri On Mon, Jun 23, 2014 at 9:26 PM, Patrick Doyle wrote: > Should I create a core-image-minimal.bbappend file with a SRC_URI > pointing to my script and a do_install rule to install it? > > Is there a better way? > > --wpd

[yocto] What is the simplest, or better yet, canonical way to add a shell script to core-image-minimal?

2014-06-23 Thread Patrick Doyle
Should I create a core-image-minimal.bbappend file with a SRC_URI pointing to my script and a do_install rule to install it? Is there a better way? --wpd -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto