-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
732 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf | ||
# changes incompatibly | ||
POKY_BBLAYERS_CONF_VERSION = "2" | ||
|
||
BBPATH = "${TOPDIR}" | ||
BBFILES ?= "" | ||
|
||
BBLAYERS ?= " \ | ||
##OEROOT##/meta \ | ||
##OEROOT##/meta-poky \ | ||
##OEROOT##/meta-yocto-bsp \ | ||
##OEROOT##/meta-loongarch \ | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
### Shell environment set up for builds. ### | ||
|
||
You can now run 'bitbake <target>' | ||
|
||
Common targets are: | ||
core-image-minimal | ||
core-image-full-cmdline | ||
core-image-sato | ||
core-image-weston | ||
meta-toolchain | ||
meta-ide-support | ||
|
||
You can also run generated qemu images with a command like 'runqemu qemuloongarch64'. | ||
|
||
Other commonly useful commands are: | ||
- 'devtool' and 'recipetool' handle common recipe tasks | ||
- 'bitbake-layers' handles common layer tasks | ||
- 'oe-pkgdata-util' handles common target package tasks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.