diff options
| author | Joe Slater <joe.slater@windriver.com> | 2019-06-25 12:04:07 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-06-27 23:31:23 -0400 |
| commit | ee9a745a731561b0daac49486b66b802ef3f69f6 (patch) | |
| tree | 77ac6b0968fea2bc40d5c840aca824052886331c | |
| parent | 9cb299d384a1a257ab4127a70d41d33dc8eded06 (diff) | |
| download | meta-virtualization-ee9a745a731561b0daac49486b66b802ef3f69f6.tar.gz | |
irqbalance: use git repo for source
Avoid src-uri-bad qa warning when getting source from github.com/../archive.
Signed-off-by: Joe Slater <joe.slater@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-extended/irqbalance/irqbalance_1.5.0.bb | 14 | ||||
| -rw-r--r-- | recipes-extended/irqbalance/irqbalance_git.bb | 18 |
2 files changed, 18 insertions, 14 deletions
diff --git a/recipes-extended/irqbalance/irqbalance_1.5.0.bb b/recipes-extended/irqbalance/irqbalance_1.5.0.bb deleted file mode 100644 index f73b1068..00000000 --- a/recipes-extended/irqbalance/irqbalance_1.5.0.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2015 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | |||
| 5 | require irqbalance.inc | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "3daa34066d28e2ff44fdac9c39952822" | ||
| 8 | SRC_URI[sha256sum] = "3318eddc03782cfdad22b20eff18eaf378c498c5de286e8cbaa5521ddf4f810b" | ||
| 9 | |||
| 10 | SRC_URI = "https://github.com/Irqbalance/irqbalance/archive/v${PV}.tar.gz;downloadfilename=irqbalance-${PV}.tar.gz \ | ||
| 11 | file://add-initscript.patch \ | ||
| 12 | file://irqbalance-Add-status-and-reload-commands.patch \ | ||
| 13 | file://irqbalanced.service \ | ||
| 14 | " | ||
diff --git a/recipes-extended/irqbalance/irqbalance_git.bb b/recipes-extended/irqbalance/irqbalance_git.bb new file mode 100644 index 00000000..0571b1b4 --- /dev/null +++ b/recipes-extended/irqbalance/irqbalance_git.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2015 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | |||
| 5 | require irqbalance.inc | ||
| 6 | |||
| 7 | # commit tagged as version 1.5.0 | ||
| 8 | # | ||
| 9 | SRCREV = "e783d132e96a7ccc2a60ac8b87802ab782bb27be" | ||
| 10 | PV = "1.5.0" | ||
| 11 | |||
| 12 | SRC_URI = "git://github.com/Irqbalance/irqbalance \ | ||
| 13 | file://add-initscript.patch \ | ||
| 14 | file://irqbalance-Add-status-and-reload-commands.patch \ | ||
| 15 | file://irqbalanced.service \ | ||
| 16 | " | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
