Hi,
In yocto-build/build/conf/bblayers.conf, I removed the following two lines.
yocto-build/sources/meta-browser
yocto-build/sources/meta-qt5
After compiling with the following instructions, the following dependency error appears.
TOOLCHAIN_BASE=<PATH_TO_TOOLCHAIN> MACHINE=j7-evm bitbake -k tisdk-rootfs-image
ERROR: Layer 'meta-arago-distro' depends on layer 'browser-layer', but this layer is not enabled in your configuration
ERROR: Layer 'meta-arago-distro' depends on layer 'qt5-layer', but this layer is not enabled in your configuration
ERROR: Layer 'meta-arago-extras' depends on layer 'qt5-layer', but this layer is not enabled in your configuration
There are several questions here.
1. Are there ready-made tools that can find which packages depend on the layer of browser-layer in meta-arago-distro?
2. If we get the result from above, how to remove the dependencies in the meta-arago-distro layer first ?
3. Can you give an example? For example, I want to remove chromium-related data ?