Skip to content

Commit

Permalink
stage6/04-gnuradio-m2k: switch libm2k to v0.8.0
Browse files Browse the repository at this point in the history
There are some fixes that got into libm2k repo, so instead of updating
next_stable branch to latest main and keep using next_stable, just use
the release tag v0.8.0 which was also tested.

Signed-off-by: Stefan Raus <Stefan.Raus@analog.com>
  • Loading branch information
SRaus committed Feb 16, 2024
1 parent 003f3ed commit f9cbe9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage6/04-gnuradio-m2k/00-run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

LIBM2K_BRANCH="next_stable"
LIBM2K_BRANCH="v0.8.0"
GRIIO_BRANCH="upgrade-3.8" # let this to 'upgrade-3.8' since GNU Radio is 3.8.2
GRM2K_BRANCH="maint-3.8" # let this to 'maint-3.8' since GNU Radio installed in Kuiper is 3.8.2
LIBSIGROKDECODE_BRANCH="master"
Expand Down

0 comments on commit f9cbe9d

Please sign in to comment.