Re: [oe] Adding a recipe to oe bitbake

2013-03-24 Thread Takeshi Hamasaki
Hi David, do you use the file name task-arago.xyz.bb for the task called task-arago-xyz? They don't match, just curious for me, and it explains your progress: 2013/3/23 David Hirst hirst...@gmail.com: OK, now I have some progress, what I have done is to drop the task and call

[oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
Hi, I have been struggling with a oe/bitbake issue. I wanted to add an other .bb to the image file. I have tried multiple ways but always end up at the same spot. I have created a new task-XXX.bb file which includes my bb I edited the -rootfs-image.bb to include the task-XXX.bb. Once built

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread Gary Thomas
On 2013-03-22 08:24, David Hirst wrote: Hi, I have been struggling with a oe/bitbake issue. I wanted to add an other .bb to the image file. I have tried multiple ways but always end up at the same spot. I have created a new task-XXX.bb file which includes my bb I edited the

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
OK, Sorry for the carpet bombing! I added this to tisdk-rootfs-image task-arago-xyz \ to look for the new task file I have included the task and pure-ftpd bb files also. I would love to understand why this does not work.

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread Gary Thomas
On 2013-03-22 08:42, David Hirst wrote: OK, Sorry for the carpet bombing! I added this to tisdk-rootfs-image task-arago-xyz \ to look for the new task file I have included the task and pure-ftpd bb files also. I would love to understand why this does not work. What steps did you run after

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
I did a bitbake tisdk-rootfs-image -c clean I will try the cleanstate It seems really difficult to get started from an absolutely clean slate, some where status is held that gets in the way I will let you know Thanks so far On Fri, Mar 22, 2013 at 10:51 AM, Gary Thomas g...@mlbassoc.com wrote:

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
Here are the results, the same as before, in the build directories all seems fine but the final output only has the /usr/share/man/man8/files in oe-layersetup/build/arago-tmp-external-arago-toolchain/work/armv7a-vfp-neon-oe-linux-gnueabi/pure-ftpd-1.0.29-r0/image/usr/sbin are the following files:

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread Gary Thomas
On 2013-03-22 11:31, David Hirst wrote: Here are the results, the same as before, in the build directories all seems fine but the final output only has the /usr/share/man/man8/files in

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
BitBake Build Tool Core version 1.15.2, bitbake version 1.15.2 gst-meta-base :0.10-r10 meta-environment-arm :1.0-r8 meta-ide-support :1.0-r2 meta-toolchain :1.0-r7 meta-toolchain-arago :1.0-r13 meta-toolchain-arago-qte :1.0-r9 meta-toolchain-arago-tisdk :1.0-r0 meta-toolchain-gmae :1.0-r7

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
I added the line with no effect, here are the last lines of the build I notice that there are noexec on several lines, not sure if this has any effect NOTE: Running task 3804 of 3809 (ID: 2113, /home/hirst689/oe-layersetup/sources/meta-arago/meta-arago-distro/recipes-netbotz/pure-ftpd/

Re: [oe] Adding a recipe to oe bitbake

2013-03-22 Thread David Hirst
OK, now I have some progress, what I have done is to drop the task and call pure-ftpd directly from tisdk-rootfs-image and I get the following in the image. Somehow this just seems wrong but it works