From 6510566f018b664b901835547891e08024616811 Mon Sep 17 00:00:00 2001 From: Ed Tanous Date: Wed, 6 Jan 2021 13:04:58 -0800 Subject: Move meta-intel to meta-intel-openbmc meta-intel conflicts with the upstream yocto meta layer of the same name. This commit renames meta-intel to meta-intel-openbmc and updates all the relevant bblayers files with the new name. This is to pave the way for allowing the yocto meta-intel in the tree, which would allow the use of generic-x86 machine type, which would allow building and running tests natively. Signed-off-by: Ed Tanous Change-Id: Ia19a7a4a10245c1c2f85f6da216997cb6a836daa --- .../meta-common/recipes-core/libpeci/libpeci_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-intel-openbmc/meta-common/recipes-core/libpeci/libpeci_git.bb (limited to 'meta-intel-openbmc/meta-common/recipes-core/libpeci/libpeci_git.bb') diff --git a/meta-intel-openbmc/meta-common/recipes-core/libpeci/libpeci_git.bb b/meta-intel-openbmc/meta-common/recipes-core/libpeci/libpeci_git.bb new file mode 100644 index 000000000..bc046e5a2 --- /dev/null +++ b/meta-intel-openbmc/meta-common/recipes-core/libpeci/libpeci_git.bb @@ -0,0 +1,13 @@ +SUMMARY = "PECI Library" +DESCRIPTION = "PECI Library" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7becf906c8f8d03c237bad13bc3dac53" +inherit cmake + +SRC_URI = "git://github.com/openbmc/libpeci" + +PV = "0.1+git${SRCPV}" +SRCREV = "c965e72c6765e054531c1ab91e7fa13f04651f21" + +S = "${WORKDIR}/git" -- cgit v1.2.3