diff mbox series

[meta-rockchip] trusted-firmware-a: add Upstream-Status to .patch file

Message ID 20230626190720.2565542-1-Martin.Jansa@gmail.com
State New
Headers show
Series [meta-rockchip] trusted-firmware-a: add Upstream-Status to .patch file | expand

Commit Message

Martin Jansa June 26, 2023, 7:07 p.m. UTC
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../files/0001-dram-Fix-build-with-gcc-11.patch                  | 1 +
 1 file changed, 1 insertion(+)

Comments

Khem Raj July 3, 2023, 4:39 a.m. UTC | #1
I sent a similar fix few weeks ago

https://lists.yoctoproject.org/g/yocto/topic/meta_rockchip_patch/99688580?p=,,,100,0,0,0::recentpostdate/sticky,,,100,2,0,99688580,previd%3D1688329845307017082,nextid%3D1686842669287400371&previd=1688329845307017082&nextid=1686842669287400371

On Mon, Jun 26, 2023 at 12:07 PM Martin Jansa <Martin.Jansa@gmail.com> wrote:
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  .../files/0001-dram-Fix-build-with-gcc-11.patch                  | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch b/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch
> index 14defed..94ca8e2 100644
> --- a/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch
> +++ b/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch
> @@ -12,6 +12,7 @@ plat/rockchip/rk3399/drivers/dram/dram_spec_timing.c:781:11: error: explicitly a
>                  ~~~~~~~ ^ ~~~~~~~
>
>  Signed-off-by: Khem Raj <raj.khem@gmail.com>
> +Upstream-Status: Pending
>  ---
>   plat/rockchip/rk3399/drivers/dram/dram_spec_timing.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> --
> 2.41.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> You automatically follow any topics you start or reply to.
> View/Reply Online (#60451): https://lists.yoctoproject.org/g/yocto/message/60451
> Mute This Topic: https://lists.yoctoproject.org/mt/99795035/1997914
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Trevor Woerner July 5, 2023, 10:29 p.m. UTC | #2
On Sun 2023-07-02 @ 09:39:50 PM, Khem Raj wrote:
> I sent a similar fix few weeks ago

Sorry, I saw the patch, but then forgot about it :-(

I gave both of you credit and applied it on master. Does it need to go
anywhere else?

Thank you, both, for the patches!

> 
> https://lists.yoctoproject.org/g/yocto/topic/meta_rockchip_patch/99688580?p=,,,100,0,0,0::recentpostdate/sticky,,,100,2,0,99688580,previd%3D1688329845307017082,nextid%3D1686842669287400371&previd=1688329845307017082&nextid=1686842669287400371
> 
> On Mon, Jun 26, 2023 at 12:07 PM Martin Jansa <Martin.Jansa@gmail.com> wrote:
> >
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > ---
> >  .../files/0001-dram-Fix-build-with-gcc-11.patch                  | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch b/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch
> > index 14defed..94ca8e2 100644
> > --- a/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch
> > +++ b/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch
> > @@ -12,6 +12,7 @@ plat/rockchip/rk3399/drivers/dram/dram_spec_timing.c:781:11: error: explicitly a
> >                  ~~~~~~~ ^ ~~~~~~~
> >
> >  Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > +Upstream-Status: Pending
> >  ---
> >   plat/rockchip/rk3399/drivers/dram/dram_spec_timing.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > --
> > 2.41.0
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > You automatically follow any topics you start or reply to.
> > View/Reply Online (#60451): https://lists.yoctoproject.org/g/yocto/message/60451
> > Mute This Topic: https://lists.yoctoproject.org/mt/99795035/1997914
> > Group Owner: yocto+owner@lists.yoctoproject.org
> > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
diff mbox series

Patch

diff --git a/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch b/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch
index 14defed..94ca8e2 100644
--- a/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch
+++ b/recipes-bsp/trusted-firmware-a/files/0001-dram-Fix-build-with-gcc-11.patch
@@ -12,6 +12,7 @@  plat/rockchip/rk3399/drivers/dram/dram_spec_timing.c:781:11: error: explicitly a
                 ~~~~~~~ ^ ~~~~~~~
 
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
+Upstream-Status: Pending
 ---
  plat/rockchip/rk3399/drivers/dram/dram_spec_timing.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)