$ git clone https://github.com/webosose/build-webos
$ cd build-webos
$ git checkout -t origin/2.20
$ sudo scripts/prerequisites.sh
$ ./mcf -p 3 -b 3 raspberrypi4-64
$ source oe-init-build-env
$ bitbake -c populate_sdk webos-image
`
as explained here
I build the NDK.
But finally, I get the following failure error:
Summary: 1 task failed:
/home/xxx/build-webos/meta-qt6/recipes-qt/qt6/qtbase_git.bb:do_install_ptest_base
and
build-webos/BUILD/deploy/
The folder is empty.
What should I do to make the build successful?
I think you need additional disk space and RAM.
Building takes more than 300GB of storage, excluding the Ubuntu OS.
And i recommend 32GB of RAM, because it tries to use about 24GB RAM.