From: "Greg Wilson-Lindberg" <gwilson@sakuraus.com>
To: 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 23:43:36 +0000 [thread overview]
Message-ID: <7983bbc0f42b4b419b32632fcf28f983@sakuraus.com> (raw)
In-Reply-To: <1FE10608-8C76-4307-B921-5B3C2DCC4CEE@iki.fi>
[-- Attachment #1: Type: text/plain, Size: 1280 bytes --]
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
[-- Attachment #2: Type: text/html, Size: 2530 bytes --]
next prev parent reply other threads:[~2020-03-11 23:43 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 [this message]
2020-03-11 23:55 ` Denys Dmytriyenko
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=7983bbc0f42b4b419b32632fcf28f983@sakuraus.com \
--to=gwilson@sakuraus.com \
--cc=Anders.Montonen@iki.fi \
--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.