-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add genericarm64-ly that is only poky + meta-openamp * make config in openamp.yml more modular * use new modular config in qemuarm64.yml Signed-off-by: Bill Mills <[email protected]>
- Loading branch information
Showing
3 changed files
with
33 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# genericarm64 w/ linux yocto | ||
# no autorev by default | ||
# no meta-openamp-bsp | ||
# build openamp-image-minimal | ||
|
||
header: | ||
version: 9 | ||
includes: | ||
- openamp.yml | ||
|
||
machine: genericarm64 | ||
|
||
local_conf_header: | ||
machine: | | ||
# nothing needed | ||
kernel-selection: | | ||
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | ||
extra-packages: | | ||
EXTRA_IMAGE_FEATURES:append = " debug-tweaks ssh-server-dropbear" | ||
bugs: | | ||
# Only ping until errors can be resolved | ||
TEST_SUITES = "ping" | ||
target: | ||
- openamp-image-minimal |
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