From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/recipes-bsp/v86d/v86d_0.1.10.bb | 41 ++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 meta/recipes-bsp/v86d/v86d_0.1.10.bb (limited to 'meta/recipes-bsp/v86d/v86d_0.1.10.bb') diff --git a/meta/recipes-bsp/v86d/v86d_0.1.10.bb b/meta/recipes-bsp/v86d/v86d_0.1.10.bb new file mode 100644 index 0000000000..a8f1d08247 --- /dev/null +++ b/meta/recipes-bsp/v86d/v86d_0.1.10.bb @@ -0,0 +1,41 @@ +SUMMARY = "User support binary for the uvesafb kernel module" +HOMEPAGE = "http://dev.gentoo.org/~spock/projects/uvesafb/" + +# the copyright info is at the bottom of README, expect break +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://README;md5=94ac1971e4f2309dc322d598e7b1f7dd" + +DEPENDS = "virtual/kernel" +RRECOMMENDS_${PN} = "kernel-module-uvesafb" +PR = "r1" + +SRC_URI = "http://distfiles.gentoo.org/distfiles/${BP}.tar.bz2 \ + file://fbsetup \ + file://ar-from-env.patch" + +SRC_URI[md5sum] = "51c792ba7b874ad8c43f0d3da4cfabe0" +SRC_URI[sha256sum] = "634964ae18ef68c8493add2ce150e3b4502badeb0d9194b4bd81241d25e6735c" + +PACKAGE_ARCH = "${MACHINE_ARCH}" +COMPATIBLE_HOST = '(i.86|x86_64).*-linux' + +INITSCRIPT_NAME = "fbsetup" +INITSCRIPT_PARAMS = "start 0 S ." + +do_configure () { + ./configure --with-x86emu +} + +do_compile () { + KDIR="${STAGING_DIR_HOST}/usr" make +} + +do_install () { + install -d ${D}${base_sbindir} + install v86d ${D}${base_sbindir}/ + + install -d ${D}${sysconfdir}/init.d/ + install -m 0755 ${WORKDIR}/fbsetup ${D}${sysconfdir}/init.d/fbsetup +} + +inherit update-rc.d -- cgit v1.2.3-54-g00ecf