- Lid sinds
- 24 aug 2002
- Berichten
- 1.249
- Waarderingsscore
- 132
- Punten
- 63
Currently running two projects on :
http://code.google.com/u/rticore/
1. http://code.google.com/p/azbox-enigma2-project/
enigma2az.bb
main.diff
Drivers
Actual driversTo acquire Source code run this command :
2. http://code.google.com/p/gstreamer-azbox-plugin/
Added Gstreamer DVBMediaSink plugin AzBox HD BitBake file and dvb-include.zip
gst-plugin-dvbmediasinkaz.bb
dvb-include.zip
To acquire source code :
http://code.google.com/u/rticore/
1. http://code.google.com/p/azbox-enigma2-project/
enigma2az.bb
Code:
AzBox Enigma 2 BitBake file for OE 1.6.
This file goes in XXX/dm800-1.6/dm800/openembedded/recipes/enigma2
Then in telnet go to build; source env.source and
bitbake -b ../openembedded/recipes/enigma2/enigma2az.bb
All files will be in build/tmp/work/dm800-oe-linux/enigma2az-experimental-r0
If You want to make Update, You need to edit enigma2az.bb file, and to change in this line :
SRC_URI = "svn://azbox-enigma2-project.googlecode.com/svn/;module=trunk;proto=http;rev=5"
rev=5 on the current rev on our google svn, and You can see that on :
https://code.google.com/p/azbox-enigma2-project/source/list
Column Rev ( e.g r3, r4, r5 ) etc.
main.diff
Code:
This is the diff from the initial Enigma 2 CVS from the 14.12.2010.
Drivers
Actual driversTo acquire Source code run this command :
Code:
svn checkout http://azbox-enigma2-project.googlecode.com/svn/trunk/ azbox-enigma2-project-read-only
2. http://code.google.com/p/gstreamer-azbox-plugin/
Code:
http://code.google.com/p/gstreamer-azbox-plugin/
Added Gstreamer DVBMediaSink plugin AzBox HD BitBake file and dvb-include.zip
Code:
http://code.google.com/p/gstreamer-a...downloads/list
gst-plugin-dvbmediasinkaz.bb
Code:
Gstreamer DVBMediaSink plugin AzBox HD BitBake file.
Needed to be placed in XXX/dm800-1.6/dm800/openembedded/recipes/gstreamer
bitbake -b ../dm800-1.6/dm800/openembedded/recipes/gstreamer/gst-plugin-dvbmediasinkaz.bb
Files will be placed in :
dm800-1.6/dm800/build/tmp/work/dm800-oe-linux/gst-plugin-dvbmediasinkaz-0.1-r0/
If You want to make Update, You need to edit gst-plugin-dvbmediasinkaz.bb file, and to change in this line :
SRC_URI = "svn://gstreamer-azbox-plugin.googlecode.com/svn/;module=trunk;proto=http;rev=2"
rev=2 on the current rev on our google svn, and You can see that on :
http://code.google.com/p/gstreamer-azbox-plugin/source/list
dvb-include.zip
Code:
This 2 files from .zip archive should be placed manually inside of :
dm800-1.6/dm800/build/tmp/staging/mipsel-oe-linux/usr/include/linux/dvb
before compile process of gstreamer plugin.
To acquire source code :
Code:
svn checkout http://gstreamer-azbox-plugin.googlecode.com/svn/trunk/ gstreamer-azbox-plugin-read-only