Skip to content

Commit

Permalink
Merge pull request #362 from TheYoctoJester/kirkstone-kas
Browse files Browse the repository at this point in the history
kas: updates and maintenance
  • Loading branch information
TheYoctoJester authored Aug 1, 2023
2 parents b4a27ca + 168c9f0 commit 481f7d4
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,28 +68,28 @@ jobs:
qemux86-64,
vexpress-qemu,
vexpress-qemu-flash,
colibri-imx6ull,
colibri-imx8x,
verdin-imx8mm,
verdin-imx8mp,
imx8mm-var-dart,
sama5d27-som1-ek-sd,
sama5d3-xplained
sama5d3-xplained,
intel-corei7-64,
intel-corei7-64-sdcard,
intel-nuc-ssd,
cubox-i,
rock-pi-e,
apalis-imx8,
apalis-imx8-boot2qt
]
experimental: [false]
include:
- board: cubox-i
experimental: true
- board: apalis-imx6
experimental: true
- board: apalis-imx8
experimental: true
- board: apalis-imx8-boot2qt
- board: colibri-imx6ull,
experimental: true
- board: stm32mp15-disco
experimental: true
- board: rock-pi-e
experimental: true

runs-on: [self-hosted, linux, x64]
container:
Expand Down
8 changes: 4 additions & 4 deletions kas/include/mender-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ distro: ""
repos:
openembedded-core:
url: http://git.openembedded.org/openembedded-core
refspec: b67e714b367a08fdeeeff68c2d9495ec9bc07304
refspec: e7d3e02a624f7ce23d012bb11ad1df2049066b37
layers:
meta:

bitbake:
url: http://git.openembedded.org/bitbake
refspec: 2802adb572eb73a3eb2725a74a9bbdaafc543fa7
refspec: 907416ee1062f87f5844ab0638b54616abfc1a22
path: "openembedded-core/bitbake"
layers:
bitbake: excluded

meta-openembedded:
url: https://git.openembedded.org/meta-openembedded
refspec: 571e36e20e9d1f27af0eb4545291beeb64f280e2
refspec: 346753705e49a2486867dc150181a1c7f4d69377
layers:
meta-oe:

meta-mender:
url: https://github.com/mendersoftware/meta-mender.git
refspec: 73a5d1098282d968901ee581c85f28cfbe928242
refspec: c0f539ffedba6070963abe64c67c4c5d8b1ec872
layers:
meta-mender-core:

Expand Down
12 changes: 12 additions & 0 deletions kas/intel-corei7-64-sdcard.yml
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"

22 changes: 22 additions & 0 deletions kas/intel-corei7-64.yml
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
12 changes: 12 additions & 0 deletions kas/intel-nuc-ssd.yml
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"

0 comments on commit 481f7d4

Please sign in to comment.