Re: [OE-core] [bitbake-devel] Hi

2016-03-13 Thread Robert Yang
Do you have a recipe for zetakey ? Something like zetakey_foo.bb ? If don't you need write one and add it to a layer firstly. Here is a QuickStart: http://www.yoctoproject.org/docs/2.0.1/yocto-project-qs/yocto-project-qs.html And this email should go into oe-core mailing list (See the CC). //

Re: [OE-core] [bitbake-devel] Hi

2014-06-30 Thread Himanshu Pandey
Hi, Script in this section is appending just after the COMPRESS_CMD_bz2 command and the full script is executing as a single command. I want to run my script separately just after rootfs.tar.bz2 is created. Please help. Thanks in advance From: Robert Yang Sent: Sat,

Re: [OE-core] [bitbake-devel] Hi

2014-06-25 Thread Robert Yang
I think that you can add this to the image's recipe, or to conf/local.conf: do_rootfs[postfuncs] += "" Or you can add a task: add task after do_rootfs before do_build Please refer insane.bbclass or other classes in meta/classes for more info. // Robert On 06/25/2014 05:23 PM, Himanshu Pand

Re: [OE-core] [bitbake-devel] Hi

2014-06-25 Thread Himanshu Pandey
Hi, Script in this section is appending just after the COMPRESS_CMD_bz2 command and the full script is executing as a single command. I want to run my script separately just after rootfs.tar.bz2 is created. Please help. Thanks in advance From: Robert Yang Sent: Sat,

Re: [OE-core] [bitbake-devel] Hi

2014-06-21 Thread Robert Yang
Hello, I think that this email should go into oe-core mailing list (see the CC). You can refer to: oe-core/meta/classes/image_types.bbclass: IMAGE_CMD_tar = "tar -cvf ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.tar -C ${IMAGE_ROOTFS} ." COMPRESS_CMD_bz2 = "bzip2 -f -k ${IMAGE_NAME}.rootfs.${typ