Skip to content

Commit

Permalink
et7100v2 support H265
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain committed Dec 5, 2023
1 parent 303ec3a commit 7328ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meta-brands/meta-xtrend/conf/machine/et7x00.conf
Expand Up @@ -13,7 +13,7 @@ FLASHSIZE = "96"

PREFERRED_VERSION_linux-etxx00 = "4.4.8"

SOC_FAMILY = "bcm7362"
SOC_FAMILY = "bcm73625"

DVBSKYPROVIDER = "kernel"

Expand Down
2 changes: 1 addition & 1 deletion meta-brands/meta-xtrend/conf/machine/include/etxx00.inc
Expand Up @@ -29,7 +29,7 @@ include conf/machine/include/autoload-filesystems.inc

DVBMEDIASINK_CONFIG = "--with-wma --with-wmv --with-pcm --with-dts --with-eac3 --with-max-pcmrate-48K \
${@bb.utils.contains('MACHINE', 'et8500', '--with-vb6 --with-vb8 --with-spark' , '', d)} \
${@bb.utils.contains('MACHINE', 'et7x00', '--with-vb6 --with-vb8 --with-spark' , '', d)} \
${@bb.utils.contains('MACHINE', 'et7x00', '--with-vb6 --with-vb8 --with-spark --with-h265' , '', d)} \
"

TARGET_ARCH = "mipsel"
Expand Down

4 comments on commit 7328ce3

@kueken
Copy link
Contributor

@kueken kueken commented on 7328ce3 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

et7100

But here is et7000 and et7500
Kernel 4.4.8 vs Kernel 4.1

Or am I wrong

@atvcaptain
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wir bauen 4.4.8 das es nur ein Treiber gibt 7500 7100 V1 und 7200 V2 machen wir das so wie bei der vuzero da gibt es auch zwei mit H265 und ohne

@kueken
Copy link
Contributor

@kueken kueken commented on 7328ce3 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, ist etwas verwirrend.

@kalehrl
Copy link

@kalehrl kalehrl commented on 7328ce3 Dec 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

et7100 v2 issue fixed! Thank you.

Please sign in to comment.