summaryrefslogtreecommitdiffstats
path: root/meta-tlk/recipes-core
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-11-01 10:37:56 -0700
committerSaul Wold <sgw@linux.intel.com>2017-11-01 10:37:56 -0700
commit26d3fbb699377f5cc9f6178015dec49441a102c7 (patch)
tree1ae532e5251cf40e8e23fae3ad04798262b710d1 /meta-tlk/recipes-core
parent863590f9bc7104fef698ce6b89ec24dfce542df1 (diff)
downloadmeta-intel-26d3fbb699377f5cc9f6178015dec49441a102c7.tar.gz
meta-tlk: Move to standalone layer
meta-tlk gets moved to a standalone layer since it's can't be properly made Yocto Project Compatible, move it out of meta-intel to allow meta-intel to be fully Compatible. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta-tlk/recipes-core')
-rw-r--r--meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend1
-rw-r--r--meta-tlk/recipes-core/base-files/files/motd7
-rw-r--r--meta-tlk/recipes-core/psplash/files/psplash-tlk.pngbin42295 -> 0 bytes
-rw-r--r--meta-tlk/recipes-core/psplash/psplash_git.bbappend6
4 files changed, 0 insertions, 14 deletions
diff --git a/meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend b/meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend
deleted file mode 100644
index 81fe7b79..00000000
--- a/meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend
+++ /dev/null
@@ -1 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
diff --git a/meta-tlk/recipes-core/base-files/files/motd b/meta-tlk/recipes-core/base-files/files/motd
deleted file mode 100644
index 13cd74c7..00000000
--- a/meta-tlk/recipes-core/base-files/files/motd
+++ /dev/null
@@ -1,7 +0,0 @@
1This image contains a time limited kernel and will reboot the machine
2automatically in 10 days. Do not include this image in a product.
3
4Use the image for evaluation purposes only.
5
6Please see http://www.yoctoproject.org/tlk for instructions on how to
7eliminate the timeout.
diff --git a/meta-tlk/recipes-core/psplash/files/psplash-tlk.png b/meta-tlk/recipes-core/psplash/files/psplash-tlk.png
deleted file mode 100644
index 54b8fae7..00000000
--- a/meta-tlk/recipes-core/psplash/files/psplash-tlk.png
+++ /dev/null
Binary files differ
diff --git a/meta-tlk/recipes-core/psplash/psplash_git.bbappend b/meta-tlk/recipes-core/psplash/psplash_git.bbappend
deleted file mode 100644
index 176a299e..00000000
--- a/meta-tlk/recipes-core/psplash/psplash_git.bbappend
+++ /dev/null
@@ -1,6 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
3# NB: this is only for the main logo image; if you add multiple images here,
4# poky will build multiple psplash packages with 'outsuffix' in name for
5# each of these ...
6SPLASH_IMAGES = "file://psplash-tlk.png;outsuffix=default"