diff options
author | Ming Liu <peter.x.liu@external.atlascopco.com> | 2017-07-31 10:56:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-03 11:14:13 +0100 |
commit | 7a25294b714a183ff18d1a95a0f8a8208ce51865 (patch) | |
tree | e308ae9a99dd7cc24f07844f291d076f17e20596 /meta/classes/systemd-boot.bbclass | |
parent | 86abf0c1afd8b93606e0102df8c29902dd3394db (diff) | |
download | poky-7a25294b714a183ff18d1a95a0f8a8208ce51865.tar.gz |
meta: drop do_bootdirectdisk do_vmimg references
do_bootdirectdisk and do_vmimg had been dropped by commit 929ba563:
[ image: Convert vmdk/vdi/qcow2 to strict CONVERSION_CMD types ]
Also drop the references to them and image-vm.
(From OE-Core rev: 609f7f4ecd17c8299b97d9face098e3cc44fa6eb)
Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/systemd-boot.bbclass')
-rw-r--r-- | meta/classes/systemd-boot.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/systemd-boot.bbclass b/meta/classes/systemd-boot.bbclass index 9f8f75e06c..937307076f 100644 --- a/meta/classes/systemd-boot.bbclass +++ b/meta/classes/systemd-boot.bbclass | |||
@@ -7,10 +7,9 @@ | |||
7 | # maintenance. | 7 | # maintenance. |
8 | # | 8 | # |
9 | # Set EFI_PROVIDER = "systemd-boot" to use systemd-boot on your live images instead of grub-efi | 9 | # Set EFI_PROVIDER = "systemd-boot" to use systemd-boot on your live images instead of grub-efi |
10 | # (images built by image-live.bbclass or image-vm.bbclass) | 10 | # (images built by image-live.bbclass) |
11 | 11 | ||
12 | do_bootimg[depends] += "${MLPREFIX}systemd-boot:do_deploy" | 12 | do_bootimg[depends] += "${MLPREFIX}systemd-boot:do_deploy" |
13 | do_bootdirectdisk[depends] += "${MLPREFIX}systemd-boot:do_deploy" | ||
14 | 13 | ||
15 | EFIDIR = "/EFI/BOOT" | 14 | EFIDIR = "/EFI/BOOT" |
16 | 15 | ||