mbox series

[U-Boot] Please pull u-boot-video

Message ID 20191031143503.5a89665e@crub
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot] Please pull u-boot-video | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-2020.01-rc1

Message

Anatolij Gustschin Oct. 31, 2019, 1:35 p.m. UTC
Hi Tom,

please pull this build issue fix. gitlab CI and Travis builds were okay.

Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/605380757

Thanks,
Anatolij

The following changes since commit 412326d1bc2d346d7b4faad6fa547eaf065681a2:

  Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk (2019-10-30 13:13:46 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-2020.01-rc1

for you to fetch changes up to 2ad8494c0fd7279aa9a7f73aff3fc38895e77711:

  splash: fix build breakage with newer llvm-7 (2019-10-31 09:10:34 +0100)

----------------------------------------------------------------
 - fix splash build breakage with newer llvm-7

----------------------------------------------------------------
Anatolij Gustschin (1):
      splash: fix build breakage with newer llvm-7

 common/splash.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini Nov. 1, 2019, 9:48 p.m. UTC | #1
On Thu, Oct 31, 2019 at 02:35:03PM +0100, Anatolij Gustschin wrote:

> Hi Tom,
> 
> please pull this build issue fix. gitlab CI and Travis builds were okay.
> 
> Travis-CI: https://travis-ci.org/vdsao/u-boot-video/builds/605380757
> 
> Thanks,
> Anatolij
> 
> The following changes since commit 412326d1bc2d346d7b4faad6fa547eaf065681a2:
> 
>   Merge tag 'u-boot-clk-23Oct2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk (2019-10-30 13:13:46 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-2020.01-rc1

Can you please check your project settings?  I think there's something
set such that this is private, not public, and I have to fetch it via
git+ssh rather than https.

> for you to fetch changes up to 2ad8494c0fd7279aa9a7f73aff3fc38895e77711:
> 
>   splash: fix build breakage with newer llvm-7 (2019-10-31 09:10:34 +0100)
> 

Applied to u-boot/master, thanks!
Anatolij Gustschin Nov. 1, 2019, 11:05 p.m. UTC | #2
On Fri, 1 Nov 2019 17:48:27 -0400
Tom Rini trini@konsulko.com wrote:
...
> >   https://gitlab.denx.de/u-boot/custodians/u-boot-video.git tags/video-for-2020.01-rc1  
> 
> Can you please check your project settings?  I think there's something
> set such that this is private, not public, and I have to fetch it via
> git+ssh rather than https.

The project is public, but view/edit was set for members only.
I've changed to everyone with access, it should be visible now.

--
Anatolij