diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2024-10-24 13:36:23 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-25 14:37:21 -0500 |
commit | f1dcf33d38cbcb135b6316498b9c31488d445546 (patch) | |
tree | d48a76d81b51290a735dc8d8ce551c3295c3ca34 /meta-xilinx-core/dynamic-layers/virtualization-layer/git@git.enea.com:linux | |
parent | e1abe034e0c15fd87a12c47fa1c886b8750c6956 (diff) | |
download | meta-xilinx-f1dcf33d38cbcb135b6316498b9c31488d445546.tar.gz |
README.building.md: Fix instructions for layer depends
Fix instructions for below layer depends errors by changing the order
of including the layers.
$ bitbake-layers add-layer ../sources/meta-openembedded/meta-filesystems/
NOTE: Starting bitbake server...
ERROR: Layer 'filesystems-layer' depends on layer 'networking-layer', but this layer is not enabled in your configuration
ERROR: Parse failure with the specified layer added, exiting.
$ bitbake-layers add-layer ../sources/meta-virtualization/
NOTE: Starting bitbake server...
ERROR: Layer 'virtualization-layer' depends on layer 'filesystems-layer', but this layer is not enabled in your configuration
ERROR: Parse failure with the specified layer added, exiting.
$ bitbake-layers add-layer ../sources/meta-xilinx/meta-xilinx-core/
NOTE: Starting bitbake server...
ERROR: Layer 'xilinx' depends on layer 'meta-arm', but this layer is not enabled in your configuration
ERROR: Parse failure with the specified layer added, exiting.
$ bitbake-layers add-layer ../sources/meta-xilinx/meta-xilinx-standalone-sdt
NOTE: Starting bitbake server...
ERROR: Layer 'xilinx-standalone-sdt' depends on layer 'openamp-layer', but this layer is not enabled in your configuration
ERROR: Parse failure with the specified layer added, exiting.
$
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/dynamic-layers/virtualization-layer/git@git.enea.com:linux')
0 files changed, 0 insertions, 0 deletions