Skip to content

Commit

Permalink
enable backports for hedgehog-raspi
Browse files Browse the repository at this point in the history
  • Loading branch information
mmguero committed May 2, 2024
1 parent bdd0b5f commit 01db019
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions hedgehog-raspi/generate-recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
sys.exit(1)

suite = sys.argv[2]
if suite not in ['bullseye', 'bookworm', 'trixie']:
if suite not in ['bookworm']:
print("E: unsupported suite %s" % suite, file=sys.stderr)
sys.exit(1)
target_yaml = 'raspi_%s_%s.yaml' % (version, suite)
Expand Down Expand Up @@ -68,9 +68,8 @@
else:
bluetooth_firmware = ''

# Pi 4 on buster required some backports. Let's keep variables around, ready to
# be used whenever we need to pull specific things from backports.
backports_enable = False
# We're pulling suricata from backports
backports_enable = True
backports_suite = '%s-backports' % suite

# Serial console:
Expand Down

0 comments on commit 01db019

Please sign in to comment.