All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Joshua Immanuel <josh@hipro.co.in>
Cc: Yocto Project <yocto@yoctoproject.org>
Subject: Re: unable to add a new file to base-files recipe via bbappend
Date: Fri, 17 Feb 2012 15:45:48 +0100	[thread overview]
Message-ID: <20120217144548.GH5822@jama.jama.net> (raw)
In-Reply-To: <1329489648.2709.14.camel@babel.joshhome>

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

On Fri, Feb 17, 2012 at 08:10:48PM +0530, Joshua Immanuel wrote:
> Hello all,
> 	I added a base-files_3.0.14.bbappend file in my custom layer and
> pointed the SRC_URI as follows
> 
>         SRC_URI += "file://xorg.conf"
>         
> The xorg.conf file is at "base-files/files/xorg.conf" on my custom
> layer. But, the bitbake fails to find the file.
> 
> > | ERROR: Function 'Fetcher failure for URL: 'file://xorg.conf'. 
> > Unable to fetch URL file://xorg.conf from any source.' failed
> 
> I guess, the method that I am following here to add a new source file
> via the bbappend is wrong.

You need to set something like
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
for fetcher to look in ${PN} subdirectory of directory where 
you have .bbappend

And you're bbappending wrong recipe, xorg.conf belongs to
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/

Cheers,

> 
> Please guide me.
> 
> Regards
> Joshua
> -- 
> Joshua Immanuel
> HiPro IT Solutions Private Limited
> http://hipro.co.in



> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2012-02-17 14:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-17 14:40 unable to add a new file to base-files recipe via bbappend Joshua Immanuel
2012-02-17 14:45 ` Martin Jansa [this message]
2012-02-17 16:17   ` Joshua Immanuel

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=20120217144548.GH5822@jama.jama.net \
    --to=martin.jansa@gmail.com \
    --cc=josh@hipro.co.in \
    --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.