diff mbox series

[2/3] atp/atp: drop package inherits

Message ID 20220815133948.26528-2-jon.mason@arm.com
State New
Headers show
Series [1/3] arm/fvp: use image-artifact-names as an image class | expand

Commit Message

Jon Mason Aug. 15, 2022, 1:39 p.m. UTC
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-atp/recipes-kernel/atp/atp-test_3.1.bb | 1 -
 meta-atp/recipes-kernel/atp/atp-uapi_3.1.bb | 1 -
 2 files changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-atp/recipes-kernel/atp/atp-test_3.1.bb b/meta-atp/recipes-kernel/atp/atp-test_3.1.bb
index 5a3097e0..e98e13cd 100644
--- a/meta-atp/recipes-kernel/atp/atp-test_3.1.bb
+++ b/meta-atp/recipes-kernel/atp/atp-test_3.1.bb
@@ -1,5 +1,4 @@ 
 require recipes-devtools/atp/atp-source_3.1.inc
-inherit package
 
 SUMMARY = "End-to-end tests evaluating ATP kernel modules service correctness"
 SECTION = "kernel/userland"
diff --git a/meta-atp/recipes-kernel/atp/atp-uapi_3.1.bb b/meta-atp/recipes-kernel/atp/atp-uapi_3.1.bb
index 8c793a3d..140105f8 100644
--- a/meta-atp/recipes-kernel/atp/atp-uapi_3.1.bb
+++ b/meta-atp/recipes-kernel/atp/atp-uapi_3.1.bb
@@ -1,5 +1,4 @@ 
 require recipes-devtools/atp/atp-source_3.1.inc
-inherit package
 
 SUMMARY = "User API for accessing services from ATP kernel modules"
 SECTION = "kernel/userland"