Skip to content

Commit

Permalink
README: update to kirkstone
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Drude <[email protected]>
  • Loading branch information
nsdrude committed Sep 7, 2022
1 parent e164329 commit 9f513ad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <hardknott-5.4.xml|hardknott-5.10.xml>
$: 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=<machine> DISTRO=<distro> source ./setup-environment <build directory>
$: bitbake core-image-base

5.10:
[source,console]
$: MACHINE=<machine> DISTRO=<distro> source ./var-setup-release.sh <build directory>
$: bitbake core-image-base
Expand Down

0 comments on commit 9f513ad

Please sign in to comment.