git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1779a58
)
test/overlay: Make this depend on SANDBOX
author
Tom Rini
<trini@konsulko.com>
Fri, 16 Aug 2024 03:49:03 +0000
(21:49 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 23 Aug 2024 21:59:39 +0000
(15:59 -0600)
As the overlays are sandbox specific, mark the whole test as depending
on sandbox.
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
test/overlay/Kconfig
patch
|
blob
|
history
diff --git
a/test/overlay/Kconfig
b/test/overlay/Kconfig
index
a4f1544
..
8818489
100644
(file)
--- a/
test/overlay/Kconfig
+++ b/
test/overlay/Kconfig
@@
-1,6
+1,6
@@
config UT_OVERLAY
bool "Enable Device Tree Overlays Unit Tests"
- depends on UNIT_TEST && OF_CONTROL
+ depends on UNIT_TEST && OF_CONTROL
&& SANDBOX
default y
select OF_LIBFDT_OVERLAY
help