From 56d1c1db2d0819e8c91aaa0a9d8b0cceb7aa7e07 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 10 Feb 2022 09:27:04 +0100 Subject: [PATCH] conf-notes: Update with latest build commands --- conf/conf-notes.txt | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/conf/conf-notes.txt b/conf/conf-notes.txt index dbfcd27..b9d1f58 100644 --- a/conf/conf-notes.txt +++ b/conf/conf-notes.txt @@ -1,15 +1,11 @@ -### Shell environment set up for builds. ### +To build a minimal initramfs set DISTRO to netmodule-linux-minimal + bitbake virtual/netmodule-image -You can now run 'bitbake ' +To build an OSTree image, set DISTROto netmodule-linux-ostree + bitbake netmodule-linux-image + bitbake netmodule-linux-image-dev -To build a minimal initramfs (DISTRO=netmodule-linux-minimal): - virtual/netmodule-image +To build the SDK, set DISTRO to netmodule-linux-ostree + bitbake netmodule-linux-sdk -To build an OSTree image (DISTRO=netmodule-linux-ostree): - netmodule-linux-image - netmodule-linux-image-dev - -Common targets: - meta-toolchain - meta-ide-support