forked from E2OpenPlugins/e2openplugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
27 lines (21 loc) · 605 Bytes
/
README
File metadata and controls
27 lines (21 loc) · 605 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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 :)