summaryrefslogtreecommitdiffstats
path: root/common/recipes-core/images/core-image-tiny-initramfs.bbappend
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2017-09-15 12:42:36 -0700
committerSaul Wold <sgw@linux.intel.com>2017-09-15 14:13:16 -0700
commit989db4c0e7db84e52b4e564101a974ef59f1bba6 (patch)
tree8d042fa036b048fc1b97f5987b2b84346356a8c5 /common/recipes-core/images/core-image-tiny-initramfs.bbappend
parentee44757ff32135411bc17901213e282eb32f0862 (diff)
downloadmeta-intel-989db4c0e7db84e52b4e564101a974ef59f1bba6.tar.gz
core-image-tiny: Provide a new image recipe for poky-tiny that boots from RAM
This new image recipe creates an image from the artifacts obtained after building core-image-tiny-initramfs, it boots directly to a tiny rootfs provided by initrd Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Diffstat (limited to 'common/recipes-core/images/core-image-tiny-initramfs.bbappend')
-rw-r--r--common/recipes-core/images/core-image-tiny-initramfs.bbappend11
1 files changed, 0 insertions, 11 deletions
diff --git a/common/recipes-core/images/core-image-tiny-initramfs.bbappend b/common/recipes-core/images/core-image-tiny-initramfs.bbappend
deleted file mode 100644
index 6fe2d7c4..00000000
--- a/common/recipes-core/images/core-image-tiny-initramfs.bbappend
+++ /dev/null
@@ -1,11 +0,0 @@
1# Set WKS file depending on the MACHINE picked by the user applies
2# only when using an Intel MACHINE, otherwise leaves it as it is.
3
4python (){
5 if d.getVar('MACHINE', True) == "intel-core2-32":
6 d.setVar('WKS_FILE', "systemd-bootdisk-tiny32.wks")
7 elif d.getVar('MACHINE', True) == "intel-corei7-64":
8 d.setVar('WKS_FILE', "systemd-bootdisk-tiny64.wks")
9 elif d.getVar('MACHINE', True) == "intel-quark":
10 d.setVar('WKS_FILE', "mktinygalileodisk.wks")
11}