Thanks. xserver now builds. However, when it tries to build wayland, I get the following:
COMPONENT: xserver
DISTRO TYPE: ubuntu
DISTRO SCALE: desktop
make: Entering directory '/home/nsw34479/Downloads/flexbuild_lsdk2108_github'
make[1]: Entering directory '/home/nsw34479/Downloads/flexbuild_lsdk2108_github/packages/apps'
Building xserver ...
COMPONENT: wayland
DISTRO TYPE: ubuntu
DISTRO SCALE: desktop
make[2]: Entering directory '/home/nsw34479/Downloads/flexbuild_lsdk2108_github'
make[3]: Entering directory '/home/nsw34479/Downloads/flexbuild_lsdk2108_github/packages/apps'
Building wayland ...
Cloning into '/home/nsw34479/Downloads/flexbuild_lsdk2108_github/components/apps/graphics/wayland'...
Username for 'https://github.com': serviceberry3
Password for 'https://serviceberry3@github.com':
remote: Repository not found.
fatal: repository 'https://github.com/wayland-project/wayland.git/' not found
make[3]: *** [/home/nsw34479/Downloads/flexbuild_lsdk2108_github/packages/apps/graphics/wayland.mk:10: wayland] Error 128
make[3]: Leaving directory '/home/nsw34479/Downloads/flexbuild_lsdk2108_github/packages/apps'
make[2]: *** [Makefile:25: wayland] Error 2
make[2]: Leaving directory '/home/nsw34479/Downloads/flexbuild_lsdk2108_github'
make[1]: *** [/home/nsw34479/Downloads/flexbuild_lsdk2108_github/packages/apps/graphics/xserver.mk:13: xserver] Error 2
make[1]: Leaving directory '/home/nsw34479/Downloads/flexbuild_lsdk2108_github/packages/apps'
make: *** [Makefile:25: xserver] Error 2
It looks like that wayland repo does not exist anymore. Is there an alternative?