diff --git a/README.adoc b/README.adoc index 98484197..2534ca8b 100644 --- a/README.adoc +++ b/README.adoc @@ -15,19 +15,13 @@ Download the BSP source: $: PATH=${PATH}:~/bin $: mkdir ~/var-fslc-yocto $: cd ~/var-fslc-yocto -$: repo init -u https://github.com/varigit/variscite-bsp-platform -b hardknott -m +$: repo init -u https://github.com/varigit/variscite-bsp-platform -b kirkstone -m default.xml $: repo sync -j4 At the end of the commands you have every metadata you need to start work with. To start a simple image build: -5.4: -[source,console] -$: MACHINE= DISTRO= source ./setup-environment -$: bitbake core-image-base - -5.10: [source,console] $: MACHINE= DISTRO= source ./var-setup-release.sh $: bitbake core-image-base