summaryrefslogtreecommitdiffstats
path: root/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes')
-rw-r--r--external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/a1.bb0
-rw-r--r--external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/b1.bb1
-rw-r--r--external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/c1.bb0
-rw-r--r--external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/d1.bb3
-rw-r--r--external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/e1.bb1
5 files changed, 5 insertions, 0 deletions
diff --git a/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/a1.bb b/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/a1.bb
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/a1.bb
diff --git a/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/b1.bb b/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/b1.bb
new file mode 100644
index 00000000..c0b288e5
--- /dev/null
+++ b/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/b1.bb
@@ -0,0 +1 @@
+DEPENDS = "a1" \ No newline at end of file
diff --git a/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/c1.bb b/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/c1.bb
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/c1.bb
diff --git a/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/d1.bb b/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/d1.bb
new file mode 100644
index 00000000..5ba19751
--- /dev/null
+++ b/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/d1.bb
@@ -0,0 +1,3 @@
+DEPENDS = "a1"
+
+do_package_setscene[depends] = "a1:do_populate_sysroot_setscene"
diff --git a/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/e1.bb b/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/e1.bb
new file mode 100644
index 00000000..1588bc8a
--- /dev/null
+++ b/external/poky/bitbake/lib/bb/tests/runqueue-tests/recipes/e1.bb
@@ -0,0 +1 @@
+DEPENDS = "b1" \ No newline at end of file