flex-builder: can't build xserver

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

flex-builder: can't build xserver

Jump to solution
1,640 Views
noahw
Contributor III

I was able to build OpenCV component fine using the flex-builder tool. I am trying to build xserver component using the following command:

bld -c xserver -m ls1028ardb

 

I get the following output: 

COMPONENT: xserver
make: Entering directory '/home/nsw34479/Downloads/flexbuild_lsdk2108_github'
make[1]: Entering directory '/home/nsw34479/Downloads/flexbuild_lsdk2108_github/packages/apps'
make[1]: Leaving directory '/home/nsw34479/Downloads/flexbuild_lsdk2108_github/packages/apps'
make: Leaving directory '/home/nsw34479/Downloads/flexbuild_lsdk2108_github'

 

Then the command exits. 

 

Any ideas what I'm doing wrong?

 

Thanks,

Noah

0 Kudos
Reply
1 Solution
1,574 Views
yipingwang
NXP TechSupport
NXP TechSupport
0 Kudos
Reply
3 Replies
1,588 Views
noahw
Contributor III

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://[email protected]':
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?

0 Kudos
Reply
1,575 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please edit configs/sdk.yml as the following.

wayland:

-url: https://github.com/wayland-project/wayland.git
+url: https://gitlab.freedesktop.org/wayland/wayland.git

0 Kudos
Reply
1,621 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please edit configs/sdk.yml as the following.

-    url:  https://github.com/freedesktop/xorg-xserver.git
+    url:  https://gitlab.freedesktop.org/xorg/xserver.git

Then run the following command 

$ flex-builder -c xserver -r ubuntu:desktop

0 Kudos
Reply