[oe-commits] [openembedded-core] 11/13: yocto-uninative: Add common include for uninative

git at git.openembedded.org git at git.openembedded.org
Thu Mar 3 10:45:55 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit aa32c7ce8d73c680560b6b9ba7282548de1438fb
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Mar 3 10:38:17 2016 +0000

    yocto-uninative: Add common include for uninative
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/distro/include/yocto-uninative.inc | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc
new file mode 100644
index 0000000..f0f1975
--- /dev/null
+++ b/meta/conf/distro/include/yocto-uninative.inc
@@ -0,0 +1,11 @@
+#
+# This include points at uninative tarballs generated and maintained
+# by the Yocto Project. These file can be included by distros if they
+# want to use/maintain a unified sstate feed for native/cross artefacts
+# rather than the feeds having native/cross artefacts which are specific
+# to the distro running on the build machine.
+#
+
+UNINATIVE_URL = "http://downloads.yoctoproject.org/releases/uninative/0.9/"
+UNINATIVE_CHECKSUM[i686] = "d74d476bfcf9b82d8e8befb98b87068b"
+UNINATIVE_CHECKSUM[x86_64] = "2b727b6a8e47999ff58da7d7db16fc2f"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list