-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #362 from TheYoctoJester/kirkstone-kas
kas: updates and maintenance
- Loading branch information
Showing
5 changed files
with
59 additions
and
13 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,12 @@ | ||
header: | ||
version: 11 | ||
includes: | ||
- kas/intel-corei7-64.yml | ||
|
||
local_conf_header: | ||
intel-corei7-64-sdcard: | | ||
# Note that this setting has been verified for booting from a SD card. | ||
# You might need to change the setting if you are planning to boot from | ||
# a different storage medium. | ||
MENDER_STORAGE_DEVICE = "/dev/mmcblk2" | ||
|
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,22 @@ | ||
header: | ||
version: 11 | ||
includes: | ||
- kas/include/mender-full.yml | ||
|
||
repos: | ||
meta-intel: | ||
url: https://git.yoctoproject.org/meta-intel | ||
refspec: 1aacdb4ed1e639cc6e19c541b058264eb17eb093 | ||
|
||
local_conf_header: | ||
intel-corei7-64: | | ||
# The size of core-image-base is 936 MB, meaning that if one tries to build | ||
# that specific image you get an build error saying that it does not fit in the | ||
# allocated part. This is because the default *total size* is set to 1024MB in | ||
# mender-setup.bbclass, this value is used to calculate IMAGE_ROOTFS_MAXSIZE | ||
# | ||
# Lets increase the total storage as the core-image-base target is quite | ||
# common and is the only image type that fully supports target device hardware. | ||
MENDER_STORAGE_TOTAL_SIZE_MB_DEFAULT = "4096" | ||
|
||
machine: intel-corei7-64 |
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,12 @@ | ||
header: | ||
version: 11 | ||
includes: | ||
- kas/intel-corei7-64.yml | ||
|
||
local_conf_header: | ||
intel-corei7-64-sdcard: | | ||
# Note that this setting has been verified for booting from a SD card. | ||
# You might need to change the setting if you are planning to boot from | ||
# a different storage medium. | ||
MENDER_STORAGE_DEVICE = "/dev/sda" | ||
|