From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, thirteen, updated. 22a3f77293cf469932811130f4ce73143065b741
Date: Sun, 23 Sep 2012 13:07:30 +0200 [thread overview]
Message-ID: <20120923110730.8B660200AE@argus.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2408 bytes --]
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, thirteen has been updated
via 22a3f77293cf469932811130f4ce73143065b741 (commit)
from 5e0a1a503b90c5c80016399308bb2585edba219b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 22a3f77293cf469932811130f4ce73143065b741
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Sun Sep 23 07:06:50 2012 -0400
v4ldvb: fix and enable build for omap.
-----------------------------------------------------------------------
Summary of changes:
lfs/v4l-dvb | 9 +++++++++
make.sh | 2 +-
2 files changed, 10 insertions(+), 1 deletions(-)
Difference in files:
diff --git a/lfs/v4l-dvb b/lfs/v4l-dvb
index 5f2751a..7b0b335 100644
--- a/lfs/v4l-dvb
+++ b/lfs/v4l-dvb
@@ -79,6 +79,15 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar Jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/v4l-dvb_rtl28xx_add_usb_ids.patch
cd $(DIR_APP) && make allyesconfig KERNELRELEASE=$(KVER)-$(VERSUFIX) VER=$(XVER)
+ifeq "$(KCFG)" "-omap"
+ # Disable failing OMAP2 Video Out and IR RX51 driver
+ cd $(DIR_APP) && sed -i -e \
+ "s|^CONFIG_VIDEO_OMAP2_VOUT=m|# CONFIG_VIDEO_OMAP2_VOUT is not set|g" \
+ v4l/.config
+ cd $(DIR_APP) && sed -i -e \
+ "s|^CONFIG_IR_RX51=m|# CONFIG_IR_RX51 is not set|g" \
+ v4l/.config
+endif
cd $(DIR_APP) && make all KERNELRELEASE=$(KVER)-$(VERSUFIX) VER=$(XVER)
cd $(DIR_APP) && make install KERNELRELEASE=$(KVER)-$(VERSUFIX) VER=$(XVER)
ln -sf $(DIR_APP)/ /usr/src/v4l-dvb
diff --git a/make.sh b/make.sh
index c139bf5..92e5762 100755
--- a/make.sh
+++ b/make.sh
@@ -435,7 +435,7 @@ buildipfire() {
# ipfiremake igb KCFG="-rpi"
ipfiremake linux KCFG="-omap"
-# ipfiremake v4l-dvb KCFG="-omap"
+ ipfiremake v4l-dvb KCFG="-omap"
# ipfiremake kvm-kmod KCFG="-omap"
# ipfiremake mISDN KCFG="-omap"
ipfiremake cryptodev KCFG="-omap"
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2012-09-23 11:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20120923110730.8B660200AE@argus.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.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