From bc4cd77370c7b2fe6c123cae27a75f670652fdb1 Mon Sep 17 00:00:00 2001 From: Nathan Dunne Date: Wed, 20 Jan 2021 13:17:15 +0000 Subject: [PATCH] arm-autonomy/documentation: Remove references to meta-kernel Since meta-arm-bsp doesn't depend on meta-kernel anymore it has been removed from the appropriate documentation. Issue-Id: SCM-2005 Signed-off-by: Nathan Dunne Change-Id: If3548b84c4cffc5cc105a1fc07a656dc814699f3 Signed-off-by: Jon Mason --- meta-arm-autonomy/documentation/arm-autonomy-quickstart.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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}.