From: Doug Goldstein <cardoe@cardoe.com>
To: Chris Patterson <cjp256@gmail.com>, meta-virtualization@yoctoproject.org
Subject: Re: [PATCH v2 1/5] seabios: uprev to 1.9.0
Date: Tue, 22 Dec 2015 17:08:57 -0600 [thread overview]
Message-ID: <5679D809.1010503@cardoe.com> (raw)
In-Reply-To: <1450810948-17131-1-git-send-email-cjp256@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3784 bytes --]
On 12/22/15 1:02 PM, Chris Patterson wrote:
> 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 <cjp256@gmail.com>
> ---
> 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/
> +}
> +
>
Only question would be did something need to change in defconfig with
1.9.0 for Xen?
--
Doug Goldstein
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 978 bytes --]
next prev parent reply other threads:[~2015-12-22 23:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-22 19:02 [PATCH v2 1/5] seabios: uprev to 1.9.0 Chris Patterson
2015-12-22 19:02 ` [PATCH v2 2/5] xen: empty out rdepends for xen-dev to lose QA warning Chris Patterson
2015-12-26 3:54 ` Bruce Ashfield
2015-12-22 19:02 ` [PATCH v2 3/5] xen: add support for files added with Xen 4.6 Chris Patterson
2015-12-22 19:02 ` [PATCH v2 4/5] xen: drop unnecessary variable modifications Chris Patterson
2015-12-22 19:02 ` [PATCH v2 5/5] xen: uprev to 4.6.0 Chris Patterson
2015-12-22 23:08 ` Doug Goldstein [this message]
2016-01-01 15:41 ` [PATCH v2 1/5] seabios: uprev to 1.9.0 Chris Patterson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5679D809.1010503@cardoe.com \
--to=cardoe@cardoe.com \
--cc=cjp256@gmail.com \
--cc=meta-virtualization@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.