Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avocado-cli"
version = "0.25.0"
version = "0.25.1"
edition = "2021"
description = "Command line interface for Avocado."
authors = ["Avocado"]
Expand Down
83 changes: 0 additions & 83 deletions configs/advantech/icam-540.yaml

This file was deleted.

53 changes: 14 additions & 39 deletions configs/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ runtimes:
- config
- app
packages:
avocado-img-bootfiles: "*"
avocado-img-rootfs: "*"
avocado-img-initramfs: "*"
avocado-runtime: "{{ avocado.distro.version }}"

##
## Extensions
Expand Down Expand Up @@ -57,14 +55,14 @@ extensions:
- confext
version: "0.1.0"

# Install application dependencies
# packages:
#curl = "*"
#iperf3 = "*"
# Install additional application dependencies
#packages:
#curl: "*"
#iperf3: "*"

# Generated default config extension
# Use or modify this to configure "real" user accounts (passwd, shadow, group)
# or configure other system services
# Generated default config extension
# Use or modify this to configure "real" user accounts (passwd, shadow, group)
# or configure other system services
config:
types:
- confext
Expand All @@ -82,34 +80,11 @@ extensions:
sdk:
image: "docker.io/avocadolinux/sdk:{{ config.distro.channel }}"

container_args:
- --privileged
- --network=host
- -v /dev:/dev
- -v /sys:/sys

packages:
avocado-sdk-toolchain: "{{ config.distro.version }}"

{target}:
container_args:
- --network=host

##
## Provisioning
##

# When provisioning using usb or sd provisioning profiles, set extra sdk
# container arguments to allow access to these devices

provision_profiles:
usb:
container_args:
- -v
- /dev:/dev
- -v
- /sys:/sys:ro
- --privileged

sd:
container_args:
- -v
- /dev:/dev
- -v
- /sys:/sys:ro
- --privileged

59 changes: 0 additions & 59 deletions configs/nvidia/jetson-orin-nano-devkit.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions configs/raspberry-pi/raspberrypi-4-model-b.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions configs/raspberry-pi/raspberrypi-5.yaml

This file was deleted.

Loading