diff options
author | Awais Belal <awais_belal@mentor.com> | 2017-10-11 12:17:31 +0500 |
---|---|---|
committer | Awais Belal <awais_belal@mentor.com> | 2017-10-11 12:17:44 +0500 |
commit | adb6d5ead34c437dab85afdec992f8dc68ec55d8 (patch) | |
tree | 6281c54bfd1fd42fb24ec7ba9d1ab121a42e18dc /meta-amdfalconx86 | |
parent | 6e65de94652ff036f20e5ebf5ae6556eeaebf7c5 (diff) | |
download | meta-amd-adb6d5ead34c437dab85afdec992f8dc68ec55d8.tar.gz meta-amd-adb6d5ead34c437dab85afdec992f8dc68ec55d8.tar.bz2 meta-amd-adb6d5ead34c437dab85afdec992f8dc68ec55d8.zip |
amdfalconx86: drop usage of PV and PR
PV is extracted from the filename and PR is
managed through the PR service so no need to
define them explicitly.
Signed-off-by: Awais Belal <awais_belal@mentor.com>
Diffstat (limited to 'meta-amdfalconx86')
4 files changed, 0 insertions, 12 deletions
diff --git a/meta-amdfalconx86/recipes-applications/gpio-test/gpio-test_1.0.bb b/meta-amdfalconx86/recipes-applications/gpio-test/gpio-test_1.0.bb index 9b1c1f5a..1c41e2bf 100644 --- a/meta-amdfalconx86/recipes-applications/gpio-test/gpio-test_1.0.bb +++ b/meta-amdfalconx86/recipes-applications/gpio-test/gpio-test_1.0.bb @@ -7,9 +7,6 @@ LIC_FILES_CHKSUM = "\ file://gpio-test.h;md5=c7aaa743b172cf584032f9bfc5e85044 \ " -PR = "r1" -PV = "1.0" - SRC_URI = "\ file://gpio-test.c \ file://gpio-test.h \ diff --git a/meta-amdfalconx86/recipes-applications/spi-test/spi-test_1.0.bb b/meta-amdfalconx86/recipes-applications/spi-test/spi-test_1.0.bb index f83aa820..fe21f923 100644 --- a/meta-amdfalconx86/recipes-applications/spi-test/spi-test_1.0.bb +++ b/meta-amdfalconx86/recipes-applications/spi-test/spi-test_1.0.bb @@ -6,9 +6,6 @@ LIC_FILES_CHKSUM = "file://spirom-test.c;md5=8dac97fc0527a3c7721fc257dd110445 \ file://spirom.h;md5=1990f1f1e7a82115c354152bed83df52 \ " -PR = "r1" -PV = "1.0" - SRC_URI = "file://spirom-test.c \ file://spirom.h \ " diff --git a/meta-amdfalconx86/recipes-kernel/amd-spi/amd-spi_1.0.bb b/meta-amdfalconx86/recipes-kernel/amd-spi/amd-spi_1.0.bb index 2b0b2eb0..d68775c3 100644 --- a/meta-amdfalconx86/recipes-kernel/amd-spi/amd-spi_1.0.bb +++ b/meta-amdfalconx86/recipes-kernel/amd-spi/amd-spi_1.0.bb @@ -9,9 +9,6 @@ LIC_FILES_CHKSUM = "file://spi_amd.c;md5=80f01f3b969d0b1d633df6ba9edf4170 \ inherit module -PR = "r0" -PV = "1.0" - SRC_URI = "file://Makefile \ file://spi_amd.c \ file://spi_amd.h \ diff --git a/meta-amdfalconx86/recipes-kernel/amd-wdt/amd-wdt_1.0.bb b/meta-amdfalconx86/recipes-kernel/amd-wdt/amd-wdt_1.0.bb index 10e29743..a774e262 100644 --- a/meta-amdfalconx86/recipes-kernel/amd-wdt/amd-wdt_1.0.bb +++ b/meta-amdfalconx86/recipes-kernel/amd-wdt/amd-wdt_1.0.bb @@ -7,9 +7,6 @@ LIC_FILES_CHKSUM = "file://amd_wdt.c;md5=b29790cbc2f022e868ca443bdd03858a \ inherit module -PR = "r0" -PV = "1.0" - SRC_URI = "file://Makefile \ file://amd_wdt.c \ file://amd_wdt.h \ |