summaryrefslogtreecommitdiffstats
path: root/meta/classes/gummiboot.bbclass
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-03-30 00:23:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-31 23:01:37 +0100
commitd6d75260fa0a9874a62acd3251b7405ed59f0cfa (patch)
treedf5381d8154fe95504cefc7591e81a5ce0478736 /meta/classes/gummiboot.bbclass
parent723fa563a09daaf7d1b7e9c1bb079139b3e84677 (diff)
downloadpoky-d6d75260fa0a9874a62acd3251b7405ed59f0cfa.tar.gz
bootimg.bbclass: merge it into image-live.bbclass
They are doing the same things: create live images, merge them into one bbclass makes it easy to understand. (From OE-Core rev: bfd4d95210b3f841aa2e7c5a06ac89667523438d) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/gummiboot.bbclass')
-rw-r--r--meta/classes/gummiboot.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gummiboot.bbclass b/meta/classes/gummiboot.bbclass
index 9a97ac1753..1ebb9462d3 100644
--- a/meta/classes/gummiboot.bbclass
+++ b/meta/classes/gummiboot.bbclass
@@ -4,7 +4,7 @@
4 4
5# gummiboot.bbclass - equivalent of grub-efi.bbclass 5# gummiboot.bbclass - equivalent of grub-efi.bbclass
6# Set EFI_PROVIDER = "gummiboot" to use gummiboot on your live images instead of grub-efi 6# Set EFI_PROVIDER = "gummiboot" to use gummiboot on your live images instead of grub-efi
7# (images built by bootimage.bbclass or boot-directdisk.bbclass) 7# (images built by image-live.bbclass or image-vm.bbclass)
8 8
9do_bootimg[depends] += "${MLPREFIX}gummiboot:do_deploy" 9do_bootimg[depends] += "${MLPREFIX}gummiboot:do_deploy"
10do_bootdirectdisk[depends] += "${MLPREFIX}gummiboot:do_deploy" 10do_bootdirectdisk[depends] += "${MLPREFIX}gummiboot:do_deploy"