diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-01-28 10:18:33 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-28 10:18:33 -0800 |
commit | 78569af50165c3b0c3650cd38c101e000b61f724 (patch) | |
tree | cea06a688bba8dd8834e2ef9b35ad92ad940ae75 /meta | |
parent | 74cffe7a9183bd87e421e933469e849cda05db9d (diff) | |
download | openembedded-core-78569af50165c3b0c3650cd38c101e000b61f724.tar.gz openembedded-core-78569af50165c3b0c3650cd38c101e000b61f724.tar.bz2 openembedded-core-78569af50165c3b0c3650cd38c101e000b61f724.tar.xz openembedded-core-78569af50165c3b0c3650cd38c101e000b61f724.zip |
linux_2.6.33.2: 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_2.6.33.2.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux_2.6.33.2.bb b/meta/recipes-kernel/linux/linux_2.6.33.2.bb index 0f1a9f4e0..2c9817f29 100644 --- a/meta/recipes-kernel/linux/linux_2.6.33.2.bb +++ b/meta/recipes-kernel/linux/linux_2.6.33.2.bb @@ -1,5 +1,8 @@ require linux.inc +LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" + + # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_mpc8313erdb = "1" |