All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denys Dmytriyenko" <denis@denix.org>
To: Greg Wilson-Lindberg <gwilson@sakuraus.com>
Cc: Anders Montonen <Anders.Montonen@iki.fi>,
	Yocto list discussion <yocto@yoctoproject.org>
Subject: Re: [yocto] Getting kernel patch to work
Date: Wed, 11 Mar 2020 19:55:28 -0400	[thread overview]
Message-ID: <20200311235528.GK1578@denix.org> (raw)
In-Reply-To: <7983bbc0f42b4b419b32632fcf28f983@sakuraus.com>

${} and not $()

On Wed, Mar 11, 2020 at 11:43:36PM +0000, Greg Wilson-Lindberg wrote:
> Hi Anders,
> 
> Good catch, thanks for seeing that.
> 
> 
> I also realized that I was missing a FILESEXTRAPATHS_prepend. I have tried both:
> 
> FILESEXTRAPATHS_prepend := "$(FILE_DIRNAME)/files:"
> and
> FILESEXTRAPATHS_prepend := "$(THISDIR)/files:"
> 
> In both cases I don't see the expansion (i.e. I see '$(FILE_DIRNAME)/files:' or '$(THISDIR)/files:') in the list of searched directories. I would think that I should see the expanded directory path.
> 
> Here is the net beginning of my .bbappend file:
> 
> # additions to Kernel configuration
> 
> FILESEXTRAPATHS_prepend := "$(FILE_DIRNAME)/files:"
> #FILESEXTRAPATHS_prepend := "$(THISDIR)/files:"
> SRC_URI+= "file://0001-drm-vc4-Keep-the-binner-BO-through-suspend.patch"
> 
> 
> Regards,
> Greg
> 
> 
> ________________________________
> From: yocto@lists.yoctoproject.org <yocto@lists.yoctoproject.org> on behalf of Anders Montonen <Anders.Montonen@iki.fi>
> Sent: Tuesday, March 10, 2020 11:07:33 PM
> To: Yocto list discussion
> Subject: Re: [yocto] Getting kernel patch to work
> 
> Hi,
> 
> > On 11 Mar 2020, at 1:57, Greg Wilson-Lindberg <GWilson@sakuraus.com> wrote:
> >
> > SRC_URi += "file://0001-drm-vc4-Keep-the-binner-BO-through-suspend-GWL.patch"
> 
> It looks like you have a typo here, the last letter of SRC_URI isn't capitalized.
> 
> -a
> 

> 


  reply	other threads:[~2020-03-11 23:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-10 23:57 Getting kernel patch to work Greg Wilson-Lindberg
2020-03-11  6:07 ` [yocto] " Anders Montonen
2020-03-11 23:43   ` Greg Wilson-Lindberg
2020-03-11 23:55     ` Denys Dmytriyenko [this message]
2020-03-12 17:51       ` Greg Wilson-Lindberg

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=20200311235528.GK1578@denix.org \
    --to=denis@denix.org \
    --cc=Anders.Montonen@iki.fi \
    --cc=gwilson@sakuraus.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.