-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta-ettus: update to uhd v4.6.0.0-rc1
- Loading branch information
1 parent
00ea63d
commit 9e369cf
Showing
5 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |