platform: add the aarch64_iot platform
This platform copies more files into `/boot` which are necessary to be able to boot IoT on some single board computers. We also immediately set this on the `Aarch64_IoT` platform which needs u-boot to be placed in the `/boot`. This closes #3312.
This commit is contained in:
parent
8041563a36
commit
b0fce3bfd1
10 changed files with 601 additions and 4 deletions
|
|
@ -20,7 +20,7 @@ type OSTreeCheckoutInput struct {
|
|||
References OSTreeCheckoutReferences `json:"references"`
|
||||
}
|
||||
|
||||
func (OSTreeCheckoutInput) isStageInput() {}
|
||||
func (OSTreeCheckoutInput) isInput() {}
|
||||
|
||||
type OSTreeCheckoutReferences []string
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ func NewTreeInput(reference string) *TreeInput {
|
|||
return input
|
||||
}
|
||||
|
||||
type PipelineTreeInputs map[string]TreeInput
|
||||
type PipelineTreeInputs map[string]Input
|
||||
|
||||
func NewPipelineTreeInputs(name, pipeline string) *PipelineTreeInputs {
|
||||
return &PipelineTreeInputs{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue