diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-25 19:56:30 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-25 19:56:30 +0000 |
commit | e4a8d4f08ea334945d1f463a4c30a8ff26f2e746 (patch) | |
tree | 3230c0f6cb632616a3c4f1d3e4e0f149fb14ddaa /meta | |
parent | b089cf9a453c4b6c6edfc36d64b6a23f797b9aee (diff) | |
download | poky-e4a8d4f08ea334945d1f463a4c30a8ff26f2e746.tar.gz |
poky-image-live.inc: Add LIC_FILES_CHKSUM
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/images/poky-image-live.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/images/poky-image-live.inc b/meta/recipes-core/images/poky-image-live.inc index 7f8dd8fba5..4743d92916 100644 --- a/meta/recipes-core/images/poky-image-live.inc +++ b/meta/recipes-core/images/poky-image-live.inc | |||
@@ -5,6 +5,9 @@ TIMEOUT = "10" | |||
5 | 5 | ||
6 | EXCLUDE_FROM_WORLD = "1" | 6 | EXCLUDE_FROM_WORLD = "1" |
7 | 7 | ||
8 | LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | ||
9 | file://${POKYBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
10 | |||
8 | do_bootimg[depends] += "poky-image-minimal-initramfs:do_rootfs" | 11 | do_bootimg[depends] += "poky-image-minimal-initramfs:do_rootfs" |
9 | 12 | ||
10 | inherit bootimg | 13 | inherit bootimg |