Skip to content

Commit

Permalink
meta-ettus: update to uhd v4.6.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
atomita-ni committed Oct 31, 2023
1 parent 00ea63d commit 9e369cf
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meta-alchemy/conf/distro/Alchemy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"

VIRTUAL-RUNTIME_init_manager = "systemd"

PREFERRED_UHD_VERSION ?= "4.5%"
PREFERRED_UHD_VERSION ?= "4.6%"
PREFERRED_VERSION_uhd ?= "${PREFERRED_UHD_VERSION}"
PREFERRED_VERSION_uhd-fpga-images ?= "${PREFERRED_UHD_VERSION}"
PREFERRED_VERSION_mpmd ?= "${PREFERRED_UHD_VERSION}"
Expand Down
4 changes: 4 additions & 0 deletions meta-ettus-core/recipes-support/uhd/mpmd_4.6.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require mpmd.inc
require uhd_4.6_src.inc

LIC_FILES_CHKSUM = "file://../host/LICENSE;md5=8255adf1069294c928e0e18b01a16282"
2 changes: 2 additions & 0 deletions meta-ettus-core/recipes-support/uhd/uhd-fpga-images_4.6.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
require uhd_4.6_src.inc
require uhd-fpga-images.inc
4 changes: 4 additions & 0 deletions meta-ettus-core/recipes-support/uhd/uhd_4.6.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
require uhd.inc
require uhd_4.6_src.inc

LIC_FILES_CHKSUM = "file://LICENSE;md5=8255adf1069294c928e0e18b01a16282"
20 changes: 20 additions & 0 deletions meta-ettus-core/recipes-support/uhd/uhd_4.6_src.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
SRC_URI = "git://github.com/EttusResearch/uhd.git;branch=UHD-4.6;protocol=https"
SRCREV = "c2dd6c1d9989289fc78820d6a70994c3a3a73dc1"

# A note on PR and PV:
# PV is the package version, and PR is the package revision from the OE
# perspective. So if we need to modify meta-ettus to fix a version of UHD, but
# UHD itself is not changing, then we start incrementing the revision. We can
# leave out PR otherwise, but we can't retroactively take out PR because that
# would look like we're going back on the version numbers.
# General guidelines:
# - The first time we release a UHD + OE version, we put the version number into
# PV, and remove PR if it's set.
# - Pre-releases to that use the `+foo` notation to append something to the
# version number, such as `+rc1` or `+git5`.
# - If we need to modify the OE package info after tagging a UHD release, and
# we've already published a version within OE, we start incrementing PR as in
# r1, r2, etc.

PV = "4.6.0.0+rc1"
#PR = "r1"

0 comments on commit 9e369cf

Please sign in to comment.