summaryrefslogtreecommitdiffstats
path: root/common/recipes-core/images/core-image-tiny-initramfs.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* core-image-tiny-initramfs: Fixes WKS_FILE for Intel MACHINESAlejandro Hernandez2017-07-051-4/+5
| | | | | | | | | | | Since there could be a case on which meta-intel is parsed but no Intel MACHINE is selected which would turn out in an error where no value is assigned to WKS_FILE. We set WKS_FILE directly and specifically for any of the available Intel MACHINES, and otherwise we leave it as it is. Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* core-image-tiny-initramfs: Choose WKS_FILE correctly between architecturesAlejandro Hernandez2017-03-071-0/+10
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>