Skip to content

Commit

Permalink
README.md: Update getting started instructions to use kas
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
  • Loading branch information
robwoolley committed Apr 16, 2024
1 parent 72e534e commit a1e0171
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Expand Up @@ -36,19 +36,12 @@ can be presumed unsupported.

# Getting Started

```
git clone -b build --single-branch https://github.com/ros/meta-ros.git build
The easiest way to get started with ROS with OpenEmbedded is to build the combination
of Kirkstone (Yocto Project) with Humble (ROS 2).

mkdir conf
ln -snf ../conf build/.
cp build/files/ros2-humble-kirkstone.mcf conf/.
You may use the kas tool to clone the necessary git repositories and kick off the build.

build/scripts/mcf -f conf/ros2-humble-kirkstone.mcf
source openembedded-core/oe-init-build-env
bitbake ros-image-core
```
Instructions can be found here: https://github.com/ros/meta-ros/tree/build/kas/README.md

# Repository Layout

Expand Down

0 comments on commit a1e0171

Please sign in to comment.