summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2021-08-06 11:23:34 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-08-06 15:51:53 +0800
commite67676976b73b004eb293615edeb687b05013a17 (patch)
tree0dc1bb679d7fa43ddf6071f73f286aa5f6ed86d4 /recipes-core
parent07c200f3224dc9fac07d95c40296549203b48534 (diff)
downloadmeta-intel-e67676976b73b004eb293615edeb687b05013a17.tar.gz
Manually move some overrides to new syntax
Some of these were missed when using the script and were noticed when building intel-skylake-64 and tiny images which had started failing. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/images/core-image-tiny.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/images/core-image-tiny.bb b/recipes-core/images/core-image-tiny.bb
index 6b09b0c2..f521f668 100644
--- a/recipes-core/images/core-image-tiny.bb
+++ b/recipes-core/images/core-image-tiny.bb
@@ -32,5 +32,5 @@ python() {
32 d.appendVarFlag('do_image', 'depends', ' %s:do_image_complete' % initrd_i) 32 d.appendVarFlag('do_image', 'depends', ' %s:do_image_complete' % initrd_i)
33} 33}
34 34
35WKS_FILE_intel-corei7-64 = "core-image-tiny.wks.in" 35WKS_FILE:intel-corei7-64 = "core-image-tiny.wks.in"
36WKS_FILE_intel-core2-32 = "core-image-tiny.wks.in" 36WKS_FILE:intel-core2-32 = "core-image-tiny.wks.in"