[meta-freescale] Application package creation reg

Sachu Sanal (NeSTIT) sachu.sanal at nestgroup.net
Mon Feb 2 03:56:11 PST 2015


Hai Dear Daiane ,

I try to correcting the bb file and giving build
But I get an error

ERROR: Worker process (21477) exited unexpectedly (-9), shutting down...
ERROR: Worker process (21477) exited unexpectedly (-9), shutting down...

Please help me to solve this issue....
Regards
Sachu

-----Original Message-----
From: angolini at gmail.com [mailto:angolini at gmail.com] On Behalf Of Daiane Angolini
Sent: Friday, January 30, 2015 8:13 PM
To: Sachu Sanal (NeSTIT)
Cc: meta-freescale at yoctoproject.org; Otavio Salvador
Subject: Re: [meta-freescale] Application package creation reg

On Fri, Jan 30, 2015 at 9:51 AM, Sachu Sanal (NeSTIT)
<sachu.sanal at nestgroup.net> wrote:
> Dear all
>
>
>
> I created Makefile based package as per the development
> manuval(http://www.yoctoproject.org/docs/1.1/poky-ref-manual/poky-ref-manual.html#splitting-an-application-into-multiple-packages
> )
>
> Created the package under the meta-yocto layer
>
> In .bb file of this package is below.
>
> In recipe folder  structure I created files folder and .bb file
>
> In that files folder I added the makefile and source file folders
>
> When I bitbake this bb file I get an error source files is not getting
> (source file mentioned in makefile)
>
> I have 7 source files and I keep the .c file in source folder
>
> In make file I clearly mention cd to the folder and take source file.
>
> Iif any one know  how can include source files folder in bb file
>
> My make file also I attached here.
>
>
>
> Please  help me….
>
>
>
> DESCRIPTION = "Simple application"
>
> SECTION = "examples"
>
> LICENSE = "MIT"
>
> LIC_FILES_CHKSUM =
> "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
>
> pr = "r0"
>
> SRC_URI = "file://Makefile"

You should not link only Makefile. SRC_URI is the linker for your
complete application (like a git repository or a tarball)

If you are using default autotools, you can only inherit autotool in your recipe


Daiane

>
> S = "${WORKDIR}"
>
> do_install() {
>
> install -d ${D}${bindir}
>
> install -m 0755 CLUSTER ${D}${bindir}
>
> }
>
>
>
> Regards
>
> Sachu
>
>
>
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale
>


More information about the meta-freescale mailing list