aboutsummaryrefslogtreecommitdiff
path: root/tests/cyclictest
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cyclictest')
-rw-r--r--tests/cyclictest/root/.br-external1
-rw-r--r--tests/cyclictest/root/.gitignore1
-rw-r--r--tests/cyclictest/root/GNUmakefile1
3 files changed, 1 insertions, 2 deletions
diff --git a/tests/cyclictest/root/.br-external b/tests/cyclictest/root/.br-external
deleted file mode 100644
index 0a888bb..0000000
--- a/tests/cyclictest/root/.br-external
+++ /dev/null
@@ -1 +0,0 @@
-BR2_EXTERNAL ?= ../../tests/cyclictest/root/packages
diff --git a/tests/cyclictest/root/.gitignore b/tests/cyclictest/root/.gitignore
index 9409512..2e27a06 100644
--- a/tests/cyclictest/root/.gitignore
+++ b/tests/cyclictest/root/.gitignore
@@ -2,7 +2,6 @@
!config_base
!.gitignore
!GNUmakefile
-!.br-external
!overlay/
!overlay/**
!packages/
diff --git a/tests/cyclictest/root/GNUmakefile b/tests/cyclictest/root/GNUmakefile
index 160ef09..049fd37 100644
--- a/tests/cyclictest/root/GNUmakefile
+++ b/tests/cyclictest/root/GNUmakefile
@@ -1,4 +1,5 @@
export SRCARCH=$(CONF_KERNEL_ARCH)
+export BR2_EXTERNAL=$(CURDIR)/packages
lastword = $(word $(words $(1)),$(1))
makedir := $(dir $(call lastword,$(MAKEFILE_LIST)))