conf-notes: Update with latest build commands
This commit is contained in:
parent
f00a81888a
commit
56d1c1db2d
|
|
@ -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 <target>'
|
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):
|
To build the SDK, set DISTRO to netmodule-linux-ostree
|
||||||
virtual/netmodule-image
|
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue