Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/workflows/build-selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,14 @@ jobs:
container_name: 'yocto-sstate-cache'
overwrite: 'true'
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
- uses: bacongobbler/[email protected]
if: github.repository_owner == 'SoftwareDefinedVehicle'
with:
source_dir: 'build/tmp/deploy/deb/'
extra_args: '--destination-path yocto-qemux86_64/'
container_name: 'debian'
overwrite: 'true'
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}

leda-qemuarm64:
name: "qemuarm64"
Expand Down Expand Up @@ -189,6 +197,14 @@ jobs:
container_name: 'yocto-sstate-cache'
overwrite: 'true'
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
- uses: bacongobbler/[email protected]
if: github.repository_owner == 'SoftwareDefinedVehicle'
with:
source_dir: 'build/tmp/deploy/deb/'
extra_args: '--destination-path yocto-qemuarm64/'
container_name: 'debian'
overwrite: 'true'
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}

leda-raspberrypi4-64:
name: "raspberrypi4-64"
Expand Down Expand Up @@ -264,6 +280,14 @@ jobs:
container_name: 'yocto-sstate-cache'
overwrite: 'true'
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}
- uses: bacongobbler/[email protected]
if: github.repository_owner == 'SoftwareDefinedVehicle'
with:
source_dir: 'build/tmp/deploy/deb/'
extra_args: '--destination-path yocto-raspberrypi4-64/'
container_name: 'debian'
overwrite: 'true'
connection_string: ${{ secrets.AZURE_STORAGE_CONNECTION_STRING }}

leda-docker:
name: "docker"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pre-download-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ name: Pre-download sources
on:
workflow_dispatch:
workflow_call:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 2 * * *'

jobs:
pre-download-all:
Expand Down
3 changes: 0 additions & 3 deletions kas/common-kirkstone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
# about the context of this file.
header:
version: 12
includes:
- kas/mirrors.yaml
- kas/spdx.yaml
distro: leda
target: sdv-image-all
local_conf_header:
Expand Down
38 changes: 38 additions & 0 deletions kas/leda-debian-packages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# /********************************************************************************
# * Copyright (c) 2023 Contributors to the Eclipse Foundation
# *
# * See the NOTICE file(s) distributed with this work for additional
# * information regarding copyright ownership.
# *
# * This program and the accompanying materials are made available under the
# * terms of the Apache License 2.0 which is available at
# * https://www.apache.org/licenses/LICENSE-2.0
# *
# * SPDX-License-Identifier: Apache-2.0
# ********************************************************************************/
# Every file needs to contain a header, that provides kas with information
# about the context of this file.
header:
version: 12
includes:
- kas/common-kirkstone.yaml
machine: qemux86-64
target:
- packagegroup-sdv-core
- packagegroup-sdv-additions
- packagegroup-sdv-airgap-containers
- packagegroup-sdv-examples
- packagegroup-sdv-tools
local_conf_header:
meta-leda: |
PACKAGE_CLASSES += " package_deb"
repos:
meta-rauc-community:
url: "https://github.com/rauc/meta-rauc-community.git"
refspec: kirkstone
layers:
meta-rauc-qemux86:
meta-rauc-raspberrypi:
meta-raspberrypi:
url: "https://git.yoctoproject.org/meta-raspberrypi"
refspec: kirkstone