From 71a5053eea2aa0055663ccb2318eda866df49bb7 Mon Sep 17 00:00:00 2001 From: Corneliu Stoicescu Date: Wed, 27 Nov 2013 19:08:51 +0200 Subject: meta-selftest: create a new test layer to be used by oe-selftest script Everything in this layer is meant to be used by tests called by scripts/oe-selftest. These are helper recipes/appends to test various bitbake options or scripts. Currently most of these files here only have "include test_recipe.inc" which is the file tests will actually use. Signed-off-by: Corneliu Stoicescu Signed-off-by: Stefan Stanacar Signed-off-by: Richard Purdie --- meta-selftest/recipes-test/m4/m4_1.4.17.bbappend | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-selftest/recipes-test/m4/m4_1.4.17.bbappend (limited to 'meta-selftest/recipes-test/m4/m4_1.4.17.bbappend') diff --git a/meta-selftest/recipes-test/m4/m4_1.4.17.bbappend b/meta-selftest/recipes-test/m4/m4_1.4.17.bbappend new file mode 100644 index 0000000000..205720982c --- /dev/null +++ b/meta-selftest/recipes-test/m4/m4_1.4.17.bbappend @@ -0,0 +1,2 @@ +# This bbappend is used to alter the recipe using the test_recipe.inc file created by tests. +include test_recipe.inc -- cgit 1.2.3-korg