diff options
author | Patrick Williams <patrick@stwcx.xyz> | 2016-08-05 15:44:07 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2016-08-10 17:55:11 +0000 |
commit | a1000e0e264e139e8a2f0203ec58cb23dc1d0435 (patch) | |
tree | a5a2b0b9db2facdc7a6f838f81acef3882ced03f /meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc | |
parent | 5a844b1aef6a3c02c9a965237d80d1196447ba4f (diff) | |
download | talos-openbmc-a1000e0e264e139e8a2f0203ec58cb23dc1d0435.tar.gz talos-openbmc-a1000e0e264e139e8a2f0203ec58cb23dc1d0435.zip |
skiboot-gard: Add recipe and add to tarball
Change-Id: I250c891eb77dacabb8e76199591b7d5aac0e0122
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc')
-rw-r--r-- | meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc index 757d63d5a..3b5692cb8 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc +++ b/meta-openbmc-machines/meta-openpower/common/recipes-bsp/skiboot/skiboot.inc @@ -2,6 +2,10 @@ HOMEPAGE = "https://github.com/open-power" LICENSE = "Apache-2.0" SRC_URI += "git://github.com/open-power/skiboot.git" +SRC_URI += "file://0001-external-Use-more-standard-PREFIX-vs-prefix.patch" +SRC_URI += "file://0002-external-Utilize-DESTDIR-in-shared-makefile.patch" + +FILESEXTRAPATHS_append := "${THISDIR}/skiboot:" LIC_FILES_CHKSUM = "file://${S}/LICENCE;md5=3b83ef96387f14655fc854ddc3c6bd57" @@ -19,7 +23,7 @@ do_compile() { } do_install() { - oe_runmake -C ${SKIBOOT_SUBDIR} install DESTDIR=${D} PREFIX=${D}/usr + oe_runmake -C ${SKIBOOT_SUBDIR} install DESTDIR=${D} PREFIX=/usr } BBCLASSEXTEND = "native nativesdk" |