summaryrefslogtreecommitdiffstats
path: root/meta/classes/image-vm.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/image-vm.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/image-vm.bbclass')
-rw-r--r--meta/classes/image-vm.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image-vm.bbclass b/meta/classes/image-vm.bbclass
index 68cf89b68d..ced8eac4d9 100644
--- a/meta/classes/image-vm.bbclass
+++ b/meta/classes/image-vm.bbclass
@@ -1,5 +1,5 @@
1# image-vm.bbclass 1# image-vm.bbclass
2# (loosly based off bootimg.bbclass Copyright (C) 2004, Advanced Micro Devices, Inc.) 2# (loosly based off image-live.bbclass Copyright (C) 2004, Advanced Micro Devices, Inc.)
3# 3#
4# Create an image which can be placed directly onto a harddisk using dd and then 4# Create an image which can be placed directly onto a harddisk using dd and then
5# booted. 5# booted.