-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meta-ettus-core: added recipes for UHD 4.7 (v4.7.0.0-rc1)
Signed-off-by: Joerg Hofrichter <joerg.hofrichter@ni.com>
- Loading branch information
Showing
6 changed files
with
38 additions
and
8 deletions.
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
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_4.7_src.inc | ||
require mpmd.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.7_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.7_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=master;protocol=https" | ||
SRCREV = "327f294e2717512bec71907e5f43b5532f03dd2c" | ||
|
||
# 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.7.0.0-rc1" | ||
#PR = "r1" |