LSDK 21.08 build error because of wayland-project

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LSDK 21.08 build error because of wayland-project

1,983 Views
ypopov
Contributor I

I am trying to build LSDK 21.08 for LS1046ARDB but it fails because I have no credential to clone wayland-project. Apparently there is no public repositories for wayland-project. So, how to proceed with the build?

 

flex-builder -m ls1046ardb

. . . 

repo: wayland
tag: 1.18.0
Cloning into '/home/ypopov/work/6harmonics/gws6000/flexbuild_lsdk2108/components/apps/graphics/wayland'...
Username for 'https://github.com': ypopov702
Password for 'https://ypopov702@github.com':
remote: Repository not found.
fatal: repository 'https://github.com/wayland-project/wayland.git/' not found
make: *** [/home/ypopov/work/6harmonics/gws6000/flexbuild_lsdk2108/include/app_repo_update.inc:28: graphics_repo_fetch] Error 128
make: Leaving directory '/home/ypopov/work/6harmonics/gws6000/flexbuild_lsdk2108/packages/apps'
make: Entering directory '/home/ypopov/work/6harmonics/gws6000/flexbuild_lsdk2108/packages/apps/graphics'
make: *** No rule to make target 'graphics_repo_fetch'. Stop.
make: Leaving directory '/home/ypopov/work/6harmonics/gws6000/flexbuild_lsdk2108/packages/apps/graphics'

0 Kudos
Reply
3 Replies

1,961 Views
williawh
Contributor III

@ypopov Try this: worked for me.

 

cd flexbuild_lsdk2108_github/configs
vi sdk.yml
CHANGE:
wayland:
url: https://github.com/wayland-project/wayland.git
tag: 1.18.0
TO:
wayland:
url: https://gitlab.freedesktop.org/wayland/wayland.git
tag: 1.18.0

1,942 Views
ypopov
Contributor I

Thank you very much for you response. That fixed my issue.

1,969 Views
williawh
Contributor III

Same issue here too. VirtualBox Ubuntu 20.04

Downloaded flexbuild_lsdk2108_github.tgz. Unzipped, cd to flexbuild_lsdk2108_github

$ source setup.env
$ flex-builder -i repo-fetch

repo: wayland
tag: 1.18.0
Cloning into '/home/openwrt/Devel/flexbuild_lsdk2108_github/components/apps/graphics/wayland'...
Username for 'https://github.com': labrat08
Password for 'https://labrat08@github.com':
remote: Support for password authentication was removed on August 13, 2021.
remote: Please see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-wi... for information on currently recommended modes of authentication.
fatal: Authentication failed for 'https://github.com/wayland-project/wayland.git/'
make: *** [/home/openwrt/Devel/flexbuild_lsdk2108_github/include/app_repo_update.inc:28: graphics_repo_fetch] Error 128
make: Leaving directory '/home/openwrt/Devel/flexbuild_lsdk2108_github/packages/apps'
make: Entering directory '/home/openwrt/Devel/flexbuild_lsdk2108_github/packages/apps/graphics'
make: *** No rule to make target 'graphics_repo_fetch'. Stop.
make: Leaving directory '/home/openwrt/Devel/flexbuild_lsdk2108_github/packages/apps/graphics'

0 Kudos
Reply