Re: [yocto] QA issue with custom recipe

2012-12-08 Thread Jon Szymaniak
I am trying to create a simple hello world recipe for a helloworld.c file. The recipe almost works except it hits a QA issue: WARNING: QA Issue: hello: Files/directories were installed but not shipped The warning leads to a failure in the do_rootfs. WARNING: QA Issue: hello:

Re: [yocto] QA issue with custom recipe

2012-12-08 Thread Sean Liming
-Original Message- From: Jon Szymaniak [mailto:jon.szyman...@gmail.com] Sent: Saturday, December 08, 2012 7:05 AM To: Sean Liming Cc: yocto@yoctoproject.org Subject: Re: QA issue with custom recipe I am trying to create a simple hello world recipe for a helloworld.c file.

Re: [yocto] QA issue with custom recipe

2012-12-08 Thread Sean Liming
-Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto- boun...@yoctoproject.org] On Behalf Of Sean Liming Sent: Saturday, December 08, 2012 9:22 AM To: 'Jon Szymaniak' Cc: yocto@yoctoproject.org Subject: Re: [yocto] QA issue with custom recipe -Original

Re: [yocto] QA issue with custom recipe

2012-12-08 Thread Jon Szymaniak
Jon, Thanks for your help. It was a path problem with the install call. Digging into the working directory the copy from path needs to be specified. Regards, Sean Liming Owner Annabooks Tel: 714-970-7523 / Cell: 858-774-3176 Hi Sean, Good find! Sorry, I missed that install issue

Re: [yocto] QA issue with custom recipe

2012-12-07 Thread Jon Szymaniak
I am trying to create a simple hello world recipe for a helloworld.c file. The recipe almost works except it hits a QA issue: WARNING: QA Issue: hello: Files/directories were installed but not shipped The warning leads to a failure in the do_rootfs. WARNING: QA Issue: hello:

Re: [yocto] QA issue with custom recipe

2012-12-07 Thread Sean Liming
-Original Message- From: Jon Szymaniak [mailto:jon.szyman...@gmail.com] Sent: Friday, December 07, 2012 1:36 PM To: sean.lim...@annabooks.com Cc: yocto@yoctoproject.org Subject: Re: QA issue with custom recipe I am trying to create a simple hello world recipe for a helloworld.c