Skip to content

Commit 02d9b95

Browse files
committed
Update submodules
1 parent 8ea9b0e commit 02d9b95

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

README.md

+5-13
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* x8hp
99

1010
## AZBox:
11-
* azboxhd (smallflash type)
11+
* azboxhd
1212
* azboxme
1313
* azboxminime
1414

@@ -38,6 +38,7 @@
3838
* force2se
3939
* force3uhd
4040
* force3uhdplus
41+
* force4
4142
* iqonios100hd
4243
* iqonios200hd
4344
* iqonios300hd
@@ -84,15 +85,15 @@
8485
* mediabox4k
8586

8687
## Dreambox:
87-
* dm500hd (smallflash type)
88+
* dm500hd
8889
* dm500hdv2
8990
* dm520
9091
* dm7020hd
9192
* dm7020hdv2
9293
* dm7080
93-
* dm800 (smallflash type)
94+
* dm800
9495
* dm8000
95-
* dm800se (smallflash type)
96+
* dm800se
9697
* dm800sev2
9798
* dm820
9899
* dm900
@@ -183,15 +184,6 @@ export BBPATH=/location/openpli-oe-core/bitbake/bin
183184
```
184185
(Replace "location" with your path)
185186

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-
195187
## How to build an image (Example: dm800):
196188
1. Clone openpli-oe-core somewhere:
197189
* git clone -b develop https://github.com/OpenPLi/openpli-oe-core.git

meta-dags

recipes-devtools/e2fsprogs/e2fsprogs_1.4%.bbappend

+13-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,17 @@ inherit upx_compress
33
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
44

55
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 \
77
"
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"
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
22

33
SRC_URI += " \
4-
file://memfd.patch \
4+
file://memfd.patch \
55
"

0 commit comments

Comments
 (0)