diff options
author | Ming Liu <ming.liu@windriver.com> | 2014-06-19 16:43:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-24 19:54:12 +0100 |
commit | df7f5847e1aef99e8ca2b7796e44c12728ba9240 (patch) | |
tree | 89a43c41e5a12a4a7e61424abdb11b31d8660332 /meta/classes | |
parent | 6d201457e684f18d1406c367b9e97b78b7f4fa74 (diff) | |
download | poky-df7f5847e1aef99e8ca2b7796e44c12728ba9240.tar.gz |
gummiboot.bbclass: Ensure MLPREFIX is applied to depends flag
Add MLPREFIX to depends flag to ensure the correct gummiboot is
dependended upon.
(From OE-Core rev: 9ed2b77aafe5bcd57da56377e6e58dae0c1fcfaf)
Signed-off-by: Ming Liu <ming.liu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/gummiboot.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/gummiboot.bbclass b/meta/classes/gummiboot.bbclass index 021465201f..dae19775c3 100644 --- a/meta/classes/gummiboot.bbclass +++ b/meta/classes/gummiboot.bbclass | |||
@@ -6,8 +6,8 @@ | |||
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 bootimage.bbclass or boot-directdisk.bbclass) |
8 | 8 | ||
9 | do_bootimg[depends] += "gummiboot:do_deploy" | 9 | do_bootimg[depends] += "${MLPREFIX}gummiboot:do_deploy" |
10 | do_bootdirectdisk[depends] += "gummiboot:do_deploy" | 10 | do_bootdirectdisk[depends] += "${MLPREFIX}gummiboot:do_deploy" |
11 | 11 | ||
12 | EFIDIR = "/EFI/BOOT" | 12 | EFIDIR = "/EFI/BOOT" |
13 | 13 | ||