diff options
Diffstat (limited to 'meta-selftest/recipes-test')
4 files changed, 8 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/devtool/devtool-test-local/file3 b/meta-selftest/recipes-test/devtool/devtool-test-local/file3 new file mode 100644 index 0000000000..0f30e9eec4 --- /dev/null +++ b/meta-selftest/recipes-test/devtool/devtool-test-local/file3 | |||
| @@ -0,0 +1 @@ | |||
| The third file. | |||
diff --git a/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb b/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb index 463cfe0a7a..d0fd697978 100644 --- a/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb +++ b/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb | |||
| @@ -7,9 +7,12 @@ SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/syslinux-${PV}.tar.x | |||
| 7 | file://file1 \ | 7 | file://file1 \ |
| 8 | file://file2" | 8 | file://file2" |
| 9 | 9 | ||
| 10 | SRC_URI:append:class-native = " file://file3" | ||
| 11 | |||
| 10 | SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13" | 12 | SRC_URI[md5sum] = "92a253df9211e9c20172796ecf388f13" |
| 11 | SRC_URI[sha256sum] = "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e" | 13 | SRC_URI[sha256sum] = "26d3986d2bea109d5dc0e4f8c4822a459276cf021125e8c9f23c3cca5d8c850e" |
| 12 | 14 | ||
| 13 | S = "${WORKDIR}/syslinux-${PV}" | 15 | S = "${WORKDIR}/syslinux-${PV}" |
| 14 | 16 | ||
| 15 | EXCLUDE_FROM_WORLD = "1" | 17 | EXCLUDE_FROM_WORLD = "1" |
| 18 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb b/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb index 3f7123cda0..e767619879 100644 --- a/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb +++ b/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb | |||
| @@ -4,4 +4,7 @@ INHIBIT_DEFAULT_DEPS = "1" | |||
| 4 | SRC_URI = "file://file1 \ | 4 | SRC_URI = "file://file1 \ |
| 5 | file://file2" | 5 | file://file2" |
| 6 | 6 | ||
| 7 | SRC_URI:append:class-native = " file://file3" | ||
| 8 | |||
| 7 | EXCLUDE_FROM_WORLD = "1" | 9 | EXCLUDE_FROM_WORLD = "1" |
| 10 | BBCLASSEXTEND = "native" | ||
diff --git a/meta-selftest/recipes-test/devtool/devtool-test-localonly/file3 b/meta-selftest/recipes-test/devtool/devtool-test-localonly/file3 new file mode 100644 index 0000000000..0f30e9eec4 --- /dev/null +++ b/meta-selftest/recipes-test/devtool/devtool-test-localonly/file3 | |||
| @@ -0,0 +1 @@ | |||
| The third file. | |||
