Hi JH,

On Mon, Feb 03, 2020 at 06:06:18PM +1100, JH wrote:
> Hi,
> 
> I want to make a patch file for mx6ullevk.h in
> meta-freescale/recipes-bsp/u-boot/u-boot-imx_2017.03.bb, to customize
> mtdparts, bootcmd and bootargs as I could not find a simple way to do
> it in a bbapaend, but I got an error of unable to fetch URL from any
> source because the mx6ullevk.h.patch ls my local one, it does have a
> commit number. Is it possible to do it or not?
> 

I think you're looking for `git format-patch`. This creates a patch for
the latest commit (HEAD). Take this .patch and add it to your SRC_URI in
a bbappend.

Also as Gabrielle said, U-Boot is having more and more options in
Kconfig instead of board header files, so maybe there's an Kconfig
option you can modify with menuconfig to set the mtdparts, bootcmd
and/or bootargs in which case I suggest you to follow what Gabrielle
said.

Note that you could technically pass a local git repo by changing the
URL to git:///path/to/local/git/repo (that should be enough) and then
you'd be able to use your local SRCREV (BUT, that should be used just
for *testing*).

BR,
Quentin
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#48247): https://lists.yoctoproject.org/g/yocto/message/48247
Mute This Topic: https://lists.yoctoproject.org/mt/70940917/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to