Skip to content

Commit

Permalink
Revert "Disable redundent apt update"
Browse files Browse the repository at this point in the history
This reverts commit cf0c8cd.

This causes "Install vendor packages" stage to fail if the recommended package
has additional dependencies (like task-rk3588)
  • Loading branch information
RadxaYuntian committed Nov 10, 2023
1 parent 933d955 commit 2f922d5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions common/flavors/.base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ actions:

- action: apt
description: Install firmwares
update: false
packages:
{{ if eq $distro "debian" }}
- firmware-brcm80211
Expand All @@ -28,7 +27,6 @@ actions:

- action: apt
description: Install system utilities
update: false
packages:
- apt-listchanges
- apt-utils
Expand Down Expand Up @@ -72,7 +70,6 @@ actions:

- action: apt
description: Install network utilities
update: false
packages:
- avahi-daemon
- bluetooth
Expand All @@ -91,7 +88,6 @@ actions:

- action: apt
description: Install audio utilities
update: false
packages:
- alsa-utils
{{ if eq $suite "bookworm" }}
Expand All @@ -106,7 +102,6 @@ actions:

- action: apt
description: Install hardware utilities
update: false
packages:
- gpiod
- hdparm
Expand All @@ -129,13 +124,11 @@ actions:

- action: apt
description: Install Radxa backported packages
update: false
packages:
- u-boot-menu

- action: apt
description: Install Radxa packages
update: false
packages:
- android-tools-adbd
- libreelec-alsa-utils
Expand Down
2 changes: 0 additions & 2 deletions common/flavors/.desktop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ actions:

- action: apt
description: Install Debian 12 packages
update: false
packages:
- wayland-utils
- gstreamer1.0-pipewire
Expand All @@ -78,7 +77,6 @@ actions:

- action: apt
description: Install common X.Org packages
update: false
packages:
- xiccd

Expand Down
2 changes: 0 additions & 2 deletions common/flavors/kde.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ actions:

- action: apt
description: Install KDE
update: false
packages:
{{ if eq $distro "debian" }}
- task-kde-desktop
Expand All @@ -27,7 +26,6 @@ actions:

- action: apt
description: Install additional KDE packages
update: false
packages:
- accountwizard
- bluedevil
Expand Down
5 changes: 0 additions & 5 deletions common/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ actions:
- action: apt
description: Install vendor packages
update: false
recommends: true
packages:
- task-{{ $board }}
Expand All @@ -132,7 +131,6 @@ actions:

- action: apt
description: Install {{ $install_vendor_package }} package
update: false
packages:
- {{ $install_vendor_package }}

Expand All @@ -156,7 +154,6 @@ actions:

- action: apt
description: Install Radxa firmware
update: false
packages:
- u-boot-{{ $board }}

Expand Down Expand Up @@ -187,7 +184,6 @@ actions:

- action: apt
description: Install Radxa kernel header
update: false
packages:
{{ if eq $kernel_profile "" }}
- linux-headers-{{ $board }}
Expand All @@ -209,7 +205,6 @@ actions:

- action: apt
description: Install Radxa kernel
update: false
packages:
{{ if eq $kernel_profile "" }}
- linux-image-{{ $board }}
Expand Down

0 comments on commit 2f922d5

Please sign in to comment.