diff --git a/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md b/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md index 2aa42d3c..1b729170 100644 --- a/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md +++ b/meta-arm-autonomy/documentation/arm-autonomy-quickstart.md @@ -26,7 +26,6 @@ First you must download the Yocto layers needed: - [poky](https://git.yoctoproject.org/poky) - [meta-virtualization](https://git.yoctoproject.org/meta-virtualization) - [meta-arm](https://git.yoctoproject.org/meta-arm) - - [meta-kernel](https://gitlab.com/openembedded/community/meta-kernel.git) - all other layers you might want to use For each of the downloaded layer make sure you checkout the release of Yocto @@ -57,7 +56,6 @@ Here are the main steps to create an arm-autonomy project: bitbake-layers add-layer $LAYERDIR_BASE/meta-poky $LAYERDIR_BASE/meta-yocto-bsp \ $LAYERDIR_BASE/meta-openembedded/meta-oe $LAYERDIR_BASE/meta-openembedded/meta-python \ $LAYERDIR_BASE/meta-openembedded/meta-filesystems $LAYERDIR_BASE/meta-openembedded/meta-networking \ - $LAYERDIR_BASE/meta-virtualization $LAYERDIR_BASE/meta-kernel \ $LAYERDIR_BASE/meta-arm/meta-arm $LAYERDIR_BASE/meta-arm/meta-arm-toolchain \ $LAYERDIR_BASE/meta-arm/meta-arm-bsp $LAYERDIR_BASE/meta-arm/meta-arm-autonomy \ ``` @@ -73,7 +71,6 @@ Here are the main steps to create an arm-autonomy project: /home/user/arm-autonomy/meta-openembedded/meta-filesystems \ /home/user/arm-autonomy/meta-openembedded/meta-networking \ /home/user/arm-autonomy/meta-virtualization \ - /home/user/arm-autonomy/meta-kernel \ /home/user/arm-autonomy/meta-arm/meta-arm \ /home/user/arm-autonomy/meta-arm/meta-arm-toolchain \ /home/user/arm-autonomy/meta-arm/meta-arm-bsp \ @@ -212,7 +209,7 @@ and is configuring it by default to use dhcp. If you need a different type of configuration you can set XENGUEST_NETWORK_BRIDGE_CONFIG in a xenguest-network-bridge.bbappend to use a different file. -The recipe will look for the file in ${WORKDIR} so you will need to add it to +The recipe will look for the file in ${WORKDIR} so you will need to add it to SRC_URI in your bbappend. The recipe will also substitute `###BRIDGE_NAME###` with the bridge name configured in ${XENGUEST_NETWORK_BRIDGE_NAME}.