Skip to content

Commit

Permalink
Harmonize machine naming
Browse files Browse the repository at this point in the history
Signed-off-by: Hannu Lyytinen <[email protected]>
  • Loading branch information
hl6202 authored and hlyytine committed Apr 16, 2024
1 parent b038cdd commit 356198f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/sel4-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
config:
description: 'Make config'
required: true
default: 'rpi4_defconfig'
default: 'raspberrypi4-64_defconfig'

target:
description: 'VM make target'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-vm-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
required: false
platform:
description: 'Platform config'
default: 'rpi4_defconfig'
default: 'raspberrypi4-64_defconfig'
required: false
type: string

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
required: true
platform:
description: 'Platform config'
default: 'rpi4_defconfig'
default: 'raspberrypi4-64_defconfig'
required: false
manifest-url:
description: 'Manifest repository'
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ host% <b>make docker</b>
## Prepopulate build cache

<pre>
host% <b>make rpi4_defconfig</b>
host% <b>make raspberrypi4-64_defconfig</b>
host% <b>make build_cache</b>
</pre>

Expand All @@ -126,7 +126,7 @@ host% <b>cd ${WORKSPACE}</b>

# configure for Raspberry Pi 4

host% <b>make rpi4_defconfig</b>
host% <b>make raspberrypi4-64_defconfig</b>

# simple seL4 microkernel test

Expand Down Expand Up @@ -215,7 +215,7 @@ host$ <b>repo sync</b>
host$ <b>make docker</b>

# configure for Raspberry Pi 4
host$ <b>make rpi4_defconfig</b>
host$ <b>make raspberrypi4-64_defconfig</b>

# build VM root filesystems, Linux kernel and initramfs
host$ <b>make linux-image</b>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 356198f

Please sign in to comment.