From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3C01DE00C51; Mon, 21 Dec 2015 17:24:05 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (cjp256[at]gmail.com) * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.52 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 04AEDE00C39 for ; Mon, 21 Dec 2015 17:24:00 -0800 (PST) Received: by mail-qg0-f52.google.com with SMTP id c96so100789748qgd.3 for ; Mon, 21 Dec 2015 17:24:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=Qv5imQYNyobOlFG5tFmDm/i/Gq4ExTpQm6zyzDQq6SA=; b=WMy0rveg/oqMmJSMvNfEkEvjqdpeceSeYrEFoEJua27RGES7FflBgg6KNniot5gSiz JRvRqNHtiV6lq2wq+xYOjXeN3SFBCGkw4b/BUyuePphfSYF8Dfullbtn0t3U58WkKXJq R+CTRrsTd78GitoRbqqkA8J7IBcTVtHfJ1tevvKjCEp9FBfu2t/fnfRK+bkFqdPRPxDH +LgUko8TQ83gz7CXVvedapj7onbp88m7yGVKsutTsThAVFhWu2v8IXNq2o9hgYHh6AsG n03iA39pe5Vbz05YEumOMeZWgF+AvmMTMHkSUZrannMV4XwFwC4iBPbHIWBwF+2Lk5KL NcCA== X-Received: by 10.140.84.40 with SMTP id k37mr29304297qgd.33.1450747440167; Mon, 21 Dec 2015 17:24:00 -0800 (PST) Received: from roost.members.linode.com (chrispatterson.net. [66.175.209.160]) by smtp.gmail.com with ESMTPSA id o51sm6344305qge.34.2015.12.21.17.23.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Dec 2015 17:23:59 -0800 (PST) From: Chris Patterson To: meta-virtualization@yoctoproject.org Date: Mon, 21 Dec 2015 20:23:53 -0500 Message-Id: <1450747435-5738-2-git-send-email-cjp256@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1450747435-5738-1-git-send-email-cjp256@gmail.com> References: <1450747435-5738-1-git-send-email-cjp256@gmail.com> Subject: [PATCH 2/4] seabios: uprev to 1.9.0 X-BeenThere: meta-virtualization@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Discussion of layer enabling hypervisor, virtualization tool stack, and cloud support" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2015 01:24:05 -0000 SeaBIOS 1.7.5 fails to compile on newer gcc, so update it! :) Also removing PR while I'm here. Signed-off-by: Chris Patterson --- recipes-extended/seabios/seabios_1.7.5.bb | 45 ----------------------------- recipes-extended/seabios/seabios_1.9.0.bb | 43 +++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 45 deletions(-) delete mode 100644 recipes-extended/seabios/seabios_1.7.5.bb create mode 100644 recipes-extended/seabios/seabios_1.9.0.bb diff --git a/recipes-extended/seabios/seabios_1.7.5.bb b/recipes-extended/seabios/seabios_1.7.5.bb deleted file mode 100644 index d57e250..0000000 --- a/recipes-extended/seabios/seabios_1.7.5.bb +++ /dev/null @@ -1,45 +0,0 @@ -DESCRIPTION = "SeaBIOS" -HOMEPAGE = "http://www.coreboot.org/SeaBIOS" -LICENSE = "LGPLv3" -SECTION = "firmware" - -SRC_URI = " \ - http://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \ - file://hostcc.patch \ - file://defconfig \ - " - -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ - file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6 \ - " - -SRC_URI[md5sum] = "3f1e17485ca327b245ae5938d9aa02d9" -SRC_URI[sha256sum] = "858d9eda4ad91efa1c45a5a401d560ef9ca8dd172f03b0a106f06661c252dc51" - -PR = "r0" - -FILES_${PN} = "/usr/share/firmware" - -DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native iasl-native python-native" - -TUNE_CCARGS = "" -EXTRA_OEMAKE += "HOSTCC='${BUILD_CC}'" -EXTRA_OEMAKE += "CROSS_PREFIX=${TARGET_PREFIX}" - -do_configure() { - install -m 0644 "${WORKDIR}/defconfig" .config - oe_runmake oldconfig -} - -do_compile() { - unset CPP - unset CPPFLAGS - oe_runmake -} - -do_install() { - oe_runmake - install -d ${D}/usr/share/firmware - install -m 0644 out/bios.bin ${D}/usr/share/firmware/ -} - diff --git a/recipes-extended/seabios/seabios_1.9.0.bb b/recipes-extended/seabios/seabios_1.9.0.bb new file mode 100644 index 0000000..fcdc0c5 --- /dev/null +++ b/recipes-extended/seabios/seabios_1.9.0.bb @@ -0,0 +1,43 @@ +DESCRIPTION = "SeaBIOS" +HOMEPAGE = "http://www.coreboot.org/SeaBIOS" +LICENSE = "LGPLv3" +SECTION = "firmware" + +SRC_URI = " \ + http://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \ + file://hostcc.patch \ + file://defconfig \ + " + +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ + file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6 \ + " + +SRC_URI[md5sum] = "c3fea87e731e396bd4e7e2c478ba39d9" +SRC_URI[sha256sum] = "88595545c6d580a7a6da1c40befc46dd74c0e4aaf808547867dd7ce8cc3b4d0e" + +FILES_${PN} = "/usr/share/firmware" + +DEPENDS = "util-linux-native file-native bison-native flex-native gettext-native iasl-native python-native" + +TUNE_CCARGS = "" +EXTRA_OEMAKE += "HOSTCC='${BUILD_CC}'" +EXTRA_OEMAKE += "CROSS_PREFIX=${TARGET_PREFIX}" + +do_configure() { + install -m 0644 "${WORKDIR}/defconfig" .config + oe_runmake oldconfig +} + +do_compile() { + unset CPP + unset CPPFLAGS + oe_runmake +} + +do_install() { + oe_runmake + install -d ${D}/usr/share/firmware + install -m 0644 out/bios.bin ${D}/usr/share/firmware/ +} + -- 1.7.10.4