File tree 4 files changed +20
-16
lines changed
4 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 8
8
* x8hp
9
9
10
10
## AZBox:
11
- * azboxhd (smallflash type)
11
+ * azboxhd
12
12
* azboxme
13
13
* azboxminime
14
14
38
38
* force2se
39
39
* force3uhd
40
40
* force3uhdplus
41
+ * force4
41
42
* iqonios100hd
42
43
* iqonios200hd
43
44
* iqonios300hd
84
85
* mediabox4k
85
86
86
87
## Dreambox:
87
- * dm500hd (smallflash type)
88
+ * dm500hd
88
89
* dm500hdv2
89
90
* dm520
90
91
* dm7020hd
91
92
* dm7020hdv2
92
93
* dm7080
93
- * dm800 (smallflash type)
94
+ * dm800
94
95
* dm8000
95
- * dm800se (smallflash type)
96
+ * dm800se
96
97
* dm800sev2
97
98
* dm820
98
99
* dm900
@@ -183,15 +184,6 @@ export BBPATH=/location/openpli-oe-core/bitbake/bin
183
184
```
184
185
(Replace "location" with your path)
185
186
186
- ## How to build compressed images for "smallflash" STBs:
187
- * Add the following lines to your "meta-openpli/conf/distro/openpli-common.conf" file:
188
- ```
189
- FULL_OPTIMIZATION_azboxhd = "-Os -pipe ${DEBUG_FLAGS}"
190
- FULL_OPTIMIZATION_dm500hd = "-Os -pipe ${DEBUG_FLAGS}"
191
- FULL_OPTIMIZATION_dm800 = "-Os -pipe ${DEBUG_FLAGS}"
192
- FULL_OPTIMIZATION_dm800se = "-Os -pipe ${DEBUG_FLAGS}"
193
- ```
194
-
195
187
## How to build an image (Example: dm800):
196
188
1 . Clone openpli-oe-core somewhere:
197
189
* git clone -b develop https://github.com/OpenPLi/openpli-oe-core.git
Original file line number Diff line number Diff line change @@ -3,5 +3,17 @@ inherit upx_compress
3
3
FILESEXTRAPATHS_prepend := "${THISDIR} /${PN} :"
4
4
5
5
SRC_URI += " \
6
- file://005-misc-rename-copy_file_range-to-copy_file_chunk.patch \
6
+ file://005-misc-rename-copy_file_range-to-copy_file_chunk.patch \
7
7
"
8
+
9
+ EXTRA_OECONF += "--enable-defrag"
10
+
11
+ do_install_append () {
12
+ if [ -e ${D}${base_sbindir} /e4defrag ]; then
13
+ install -d ${D}${sbindir}
14
+ mv ${D}${base_sbindir} /e4defrag ${D}${sbindir} /e4defrag
15
+ fi
16
+ }
17
+
18
+ PACKAGES = + "e2fsprogs-e4defrag"
19
+ FILES_e2fsprogs -e4defrag = "/usr/sbin/e4defrag"
Original file line number Diff line number Diff line change 1
1
FILESEXTRAPATHS_prepend := "${THISDIR} /${PN} :"
2
2
3
3
SRC_URI += " \
4
- file://memfd.patch \
4
+ file://memfd.patch \
5
5
"
You can’t perform that action at this time.
0 commit comments