From: Eric Benard <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 2/4] v86d : add 0.1.9
Date: Sat, 24 Apr 2010 15:14:46 +0200 [thread overview]
Message-ID: <1272114888-16964-2-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <1272114888-16964-1-git-send-email-eric@eukrea.com>
Signed-off-by: Eric Benard <eric@eukrea.com>
---
recipes/v86d/v86d_0.1.9.bb | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
create mode 100644 recipes/v86d/v86d_0.1.9.bb
diff --git a/recipes/v86d/v86d_0.1.9.bb b/recipes/v86d/v86d_0.1.9.bb
new file mode 100644
index 0000000..e85ab91
--- /dev/null
+++ b/recipes/v86d/v86d_0.1.9.bb
@@ -0,0 +1,36 @@
+DESCRIPTION = "User support binary for the uvesafb kernel module"
+SRC_URI = "http://dev.gentoo.org/~spock/projects/uvesafb/archive/v86d-${PV}.tar.bz2 \
+ file://fbsetup"
+DEPENDS = "virtual/kernel"
+LICENSE = "GPLv2"
+PR = "r0"
+
+DEFAULT_PREFERENCE = "-1"
+
+RRECOMMENDS_${PN} = "kernel-module-uvesafb"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+COMPATIBLE_HOST = 'i.86.*-linux'
+
+INITSCRIPT_NAME = "fbsetup"
+INITSCRIPT_PARAMS = "start 0 S ."
+
+do_configure () {
+ ./configure --with-x86emu
+}
+
+do_compile () {
+ KDIR="${STAGING_KERNEL_DIR}" 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
+
+SRC_URI[md5sum] = "ebbbc8e7013c9544b6ba6981add43831"
+SRC_URI[sha256sum] = "8167dec4ff919cfd73f854bbd3244f05c2b867e014fa8298044ea7cfd66d18a8"
--
1.6.3.3
next prev parent reply other threads:[~2010-04-24 13:17 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-24 13:14 [PATCH 1/4] klibc: add 1.5.17 Eric Benard
2010-04-24 13:14 ` Eric Benard [this message]
2010-04-24 13:14 ` [PATCH 3/4] mplayer_svn : fix compilation problem Eric Benard
2010-04-24 13:14 ` [PATCH 4/4] kernel.class : fix for recent kernel on x86 Eric Benard
2010-04-25 19:20 ` [PATCH v2] " Eric Benard
2010-04-26 10:40 ` Roman I Khimov
2010-05-02 19:34 ` Roman I Khimov
2010-04-25 13:13 ` [PATCH 3/4] mplayer_svn : fix compilation problem GNUtoo
2010-04-25 13:39 ` GNUtoo
2010-04-25 14:24 ` GNUtoo
2010-04-25 14:41 ` GNUtoo
2010-04-29 13:36 ` gnutoo
2010-04-29 13:40 ` Eric Bénard
2010-04-29 15:05 ` GNUtoo
2010-04-29 15:08 ` Eric Bénard
2010-04-29 16:17 ` GNUtoo
2010-04-29 19:26 ` Eric Bénard
2010-04-29 19:55 ` Eric Bénard
2010-04-30 7:33 ` [PATCH] " Eric Benard
2010-04-30 19:32 ` GNUtoo
2010-05-04 9:50 ` GNUtoo
2010-04-25 19:14 ` [PATCH 3/4] " Eric Bénard
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=1272114888-16964-2-git-send-email-eric@eukrea.com \
--to=eric@eukrea.com \
--cc=openembedded-devel@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox