All of lore.kernel.org
 help / color / mirror / Atom feed
From: varun bhatnagar <varun292006@gmail.com>
To: Paul Eggleton <paul.eggleton@linux.intel.com>,
	 "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Yocto Layers not getting recognized by bitbake
Date: Fri, 12 Jul 2013 23:53:32 +0530	[thread overview]
Message-ID: <CAGxOggGH0mpoV=KqgGc=yEpNbdht5=L1WAzFvcm0za-TEC-FkQ@mail.gmail.com> (raw)
In-Reply-To: <3624548.VBuVOLK5Yg@helios>

[-- Attachment #1: Type: text/plain, Size: 1709 bytes --]

Hi Paul,

I am pasting the content of my recipe file below, please have a look at it.


DESCRIPTION = "bitake file"
*DEPENDS = "net-snmp fuse"*
RDEPENDS = "curl rpm openssh openldap procps psmisc sed net-snmp-server"
LICENSE = "GPLv2+"
PR = "r0"
SRC_URI = "*file:///home/user/Myapp.tar.gz"*<file:///home/user/Myapp.tar.gz%22>
;
EXTRA_OECMAKE += "-DCMAKE_FIND_ROOT_PATH=${STAGING_DIR_HOST} "
EXTRA_OECMAKE += "-DTARGET_ARCHITECTURE=${TARGET_ARCH} "
EXTRA_OECMAKE += "-DCMAKE_SYSTEM_NAME=Linux "
EXTRA_OECMAKE += "-DCMAKE_SYSTEM_VERSION=1 "
EXTRA_OECMAKE += "-DRSTATE=${PR} "
EXTRA_OECMAKE += "-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER "
EXTRA_OECMAKE += "-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY "
EXTRA_OECMAKE += "-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY "
EXTRA_OECMAKE += "-DRPM=1 "

inherit cmake

do_configure(){
        cmake ..${EXTRA_OECMAKE}
}

do_compile(){
        oe_runmake all
}

//
Varun


On Mon, Jul 1, 2013 at 3:18 PM, Paul Eggleton <paul.eggleton@linux.intel.com
> wrote:

> On Sunday 30 June 2013 00:05:58 varun bhatnagar wrote:
> > Yes Paul that was the entry was there in CORE_IMAGE_EXTRA_INSTALL. I have
> > removed it from there but I need to add the command provided by these
> > packages in my image. So I have added one line in my layer.conf file
> > "IMAGE_INSTALL_append= test-ea ". Now if I try to run bitbake -k
> > core-image-minimal, it gives me a message saying "Nothing provides
> > test-ea". What shall I do? (I have build the recipe file of test-ea
> without
> > any error.)
>
> Can you show me what the test-ea recipe contains?
>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>

[-- Attachment #2: Type: text/html, Size: 5670 bytes --]

      reply	other threads:[~2013-07-12 18:23 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-17 17:08 Yocto Layers not getting recognized by bitbake varun bhatnagar
2013-06-17 17:33 ` Gary Thomas
2013-06-17 18:03   ` varun bhatnagar
2013-06-17 21:02     ` Sudhangathan B S
2013-06-18 16:28       ` varun bhatnagar
2013-06-18 16:41         ` Gary Thomas
2013-06-19 16:10           ` varun bhatnagar
2013-06-22 19:04             ` varun bhatnagar
2013-06-25 10:46               ` Paul Eggleton
2013-06-25 19:04                 ` varun bhatnagar
2013-06-25 19:13                   ` Saul Wold
2013-06-27 17:58                     ` varun bhatnagar
2013-06-27 20:25                       ` Paul Eggleton
2013-06-29 18:35                         ` varun bhatnagar
2013-07-01  9:48                           ` Paul Eggleton
2013-07-12 18:23                             ` varun bhatnagar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAGxOggGH0mpoV=KqgGc=yEpNbdht5=L1WAzFvcm0za-TEC-FkQ@mail.gmail.com' \
    --to=varun292006@gmail.com \
    --cc=paul.eggleton@linux.intel.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.