mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
selftest: add test for recipes with patches in overrides
devtool doesn't quite behave right when a recipe has patches applied in overrides, so add a test case to exercise that behaviour. (From OE-Core rev: ad89c3254cc6c06026f1bebe23ec3717c1546633) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
961de02fd1
commit
d6bc178f33
@@ -0,0 +1,8 @@
|
||||
SUMMARY = "devtool test for overrides and patches"
|
||||
LICENSE = "CLOSED"
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
||||
SRC_URI = "file://source;subdir=${BP}"
|
||||
SRC_URI_append_qemuarm = " file://arm.patch;striplevel=0"
|
||||
SRC_URI_append_qemux86 = " file://x86.patch;striplevel=0"
|
||||
@@ -0,0 +1,5 @@
|
||||
--- source.orig 2020-10-06 13:26:10.792688630 +0100
|
||||
+++ source 2020-10-06 13:26:18.853424694 +0100
|
||||
@@ -1 +1 @@
|
||||
-This is a test for something
|
||||
+This is a test for qemuarm
|
||||
@@ -0,0 +1,5 @@
|
||||
--- source.orig 2020-10-06 13:26:10.792688630 +0100
|
||||
+++ source 2020-10-06 13:26:18.853424694 +0100
|
||||
@@ -1 +1 @@
|
||||
-This is a test for something
|
||||
+This is a test for qemux86
|
||||
@@ -0,0 +1 @@
|
||||
This is a test for something
|
||||
Reference in New Issue
Block a user