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 \ " 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() { oe_runmake defconfig } 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/ }