summaryrefslogtreecommitdiffstats
path: root/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openpower/common/recipes-bsp/skiboot/skiboot.inc')
-rw-r--r--meta-openpower/common/recipes-bsp/skiboot/skiboot.inc27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc b/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc
deleted file mode 100644
index 169b207b7..000000000
--- a/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc
+++ /dev/null
@@ -1,27 +0,0 @@
-HOMEPAGE = "https://github.com/open-power"
-LICENSE = "Apache-2.0"
-
-SRC_URI += "git://github.com/open-power/skiboot.git;nobranch=1"
-
-FILESEXTRAPATHS_append := "${THISDIR}/skiboot:"
-
-LIC_FILES_CHKSUM = "file://${S}/LICENCE;md5=3b83ef96387f14655fc854ddc3c6bd57"
-
-SRCREV = "452998f4be5973d8884e3db5aa362bf40e11467a"
-PV = "v6.1"
-
-S = "${WORKDIR}/git"
-
-EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX} SKIBOOT_VERSION=${PV} V=1"
-
-SKIBOOT_SUBDIR ?= "external/${PN}"
-
-do_compile() {
- oe_runmake -C ${SKIBOOT_SUBDIR} all
-}
-
-# TODO: remove PREFIX=$prefix when updating to a version that has
-# http://patchwork.ozlabs.org/patch/923741/ is merged upstream
-do_install() {
- oe_runmake -C ${SKIBOOT_SUBDIR} install DESTDIR=${D} prefix=/usr PREFIX=$prefix
-}
OpenPOWER on IntegriCloud