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: [email protected] <[email protected]> on behalf of Anders Montonen <[email protected]> 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 <[email protected]> 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#48744): https://lists.yoctoproject.org/g/yocto/message/48744 Mute This Topic: https://lists.yoctoproject.org/mt/71869060/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
