diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-22 22:34:08 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 14:31:25 +0000 |
commit | 89fc010c06585502c32c51c555780092bc1afdaa (patch) | |
tree | 49fcb3a721d3549cfe44f0fafa1cb59fb9955c7b /meta | |
parent | 45e026555dc01c28778eb45e58169f3e6e8919cb (diff) | |
download | poky-89fc010c06585502c32c51c555780092bc1afdaa.tar.gz |
linux-yocto: Add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 2a77f4a9c4..dc4ab5503c 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -2,6 +2,8 @@ DESCRIPTION = "Yocto Kernel" | |||
2 | SECTION = "kernel" | 2 | SECTION = "kernel" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | ||
6 | |||
5 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built | 7 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built |
6 | # by the kernel. This is typically the branch that should be built, | 8 | # by the kernel. This is typically the branch that should be built, |
7 | # and it can be specific to the machine or shared | 9 | # and it can be specific to the machine or shared |