Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

155 Commits

Repository files navigation

Create a folder e2openplugins in your OE recipes folder and clone the repo inside
mkdir /your/oe/path/recipes/e2openplugins
cd /your/oe/path/recipes/e2openplugins
git clone git://github.com/E2OpenPlugins/e2openplugins.git .
Edit the file "/your/oe/path/recipes/images/dreambox-image.bb"
Change OPENDREAMBOX_COMMON from:
OPENDREAMBOX_COMMON = "\
task-boot \
task-opendreambox-base \
task-opendreambox-dvbapi \
task-opendreambox-ui \
"
to:
OPENDREAMBOX_COMMON = "\
task-boot \
task-opendreambox-base \
task-opendreambox-dvbapi \
task-opendreambox-ui \
task-openplugins \
"
Compile your OE :)

About

Bitbake recipes for all e2 open plugins.

Resources

Stars

18 stars

Watchers

24 watching

Forks

Releases

Packages

Contributors

Languages