We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
celadon_ivi-userdebug build fails with the following error:
[ 63% 401/634] including kernel/lts2019-yocto/drivers/staging/greybus/tools/Android.mk ... FAILED: build/make/core/base_rules.mk:325: error: kernel/lts2019-yocto/drivers/staging/greybus/tools: MODULE.TARGET.EXECUTABLES.gb_loopback_test already defined by kernel/lts2019-chromium/drivers/staging/greybus/tools. 16:55:37 ckati failed with: exit status 1
Repro steps: $ mkdir celadon $ cd celadon $ repo init -u https://github.com/projectceladon/manifest.git $ repo sync -c $ source build/envsetup.sh $ lunch celadon_ivi-userdebug $ make flashfiles -j $(nproc)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
celadon_ivi-userdebug build fails with the following error:
[ 63% 401/634] including kernel/lts2019-yocto/drivers/staging/greybus/tools/Android.mk ...
FAILED:
build/make/core/base_rules.mk:325: error: kernel/lts2019-yocto/drivers/staging/greybus/tools: MODULE.TARGET.EXECUTABLES.gb_loopback_test already defined by kernel/lts2019-chromium/drivers/staging/greybus/tools.
16:55:37 ckati failed with: exit status 1
Repro steps:
$ mkdir celadon
$ cd celadon
$ repo init -u https://github.com/projectceladon/manifest.git
$ repo sync -c
$ source build/envsetup.sh
$ lunch celadon_ivi-userdebug
$ make flashfiles -j $(nproc)
The text was updated successfully, but these errors were encountered: