From: "Greg Wilson-Lindberg" <gwilson@sakuraus.com>
To: Denys Dmytriyenko <denis@denix.org>
Cc: Anders Montonen <Anders.Montonen@iki.fi>,
Yocto list discussion <yocto@yoctoproject.org>
Subject: Re: [yocto] Getting kernel patch to work
Date: Thu, 12 Mar 2020 17:51:18 +0000 [thread overview]
Message-ID: <c97dce79dd0f43bda19d450d0a670a7b@sakuraus.com> (raw)
In-Reply-To: <20200311235528.GK1578@denix.org>
Hi Denys,
I guess I have been rather blind when putting this together. That's what I get for not copying and pasting.
Thanks,
Greg
> -----Original Message-----
> From: Denys Dmytriyenko <denis@denix.org>
> Sent: Wednesday, March 11, 2020 4:55 PM
> 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
>
> ${} 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
> >
>
> >
prev parent reply other threads:[~2020-03-12 17:51 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
2020-03-12 17:51 ` Greg Wilson-Lindberg [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=c97dce79dd0f43bda19d450d0a670a7b@sakuraus.com \
--to=gwilson@sakuraus.com \
--cc=Anders.Montonen@iki.fi \
--cc=denis@denix.org \
--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.