Skip to content

Commit

Permalink
amlogic-fip-prebuilt.bb: Support libretech-ac
Browse files Browse the repository at this point in the history
Support libretech-ac, aka AML-S805X-AC also known as La Frite,
with the same configurations as libretech-cc.

Signed-off-by: Leon Anavi <[email protected]>
  • Loading branch information
leon-anavi authored and superna9999 committed Aug 1, 2019
1 parent 2bee2c4 commit 770adee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipes-bsp/u-boot/amlogic-fip-prebuilt.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PROVIDES = "amlogic-fip"
LICENSE = "Proprietary"

COMPATIBLE_MACHINE_libretech-cc = "libretech-cc"
COMPATIBLE_MACHINE_libretech-ac = "libretech-ac"
COMPATIBLE_MACHINE_khadas-vim = "khadas-vim"
COMPATIBLE_MACHINE_amlogic-p212 = "amlogic-p212"
COMPATIBLE_MACHINE_friendlyelec-nanopik2 = "friendlyelec-nanopik2"
Expand All @@ -16,6 +17,13 @@ SHASUM_libretech-cc = "957c96037bcd792a4139cc33eded2f006d55a82c0c56ae69ef43bdcb7
DEPLOY_CMD_libretech-cc = "do_deploy_gxl"
LIC_FILES_CHKSUM_libretech-cc = "file://fip/blx_fix.sh;md5=12ad2eef4a1dcc98f9eda15224b92836"

PV_libretech-ac = "libretech-cc_fip_20170606"
RELEASE_libretech-ac = "v2017.11-libretech-cc"
TARBALL_libretech-ac = "${PV}.tar.gz"
SHASUM_libretech-ac = "957c96037bcd792a4139cc33eded2f006d55a82c0c56ae69ef43bdcb76a255e2"
DEPLOY_CMD_libretech-ac = "do_deploy_gxl"
LIC_FILES_CHKSUM_libretech-ac = "file://fip/blx_fix.sh;md5=12ad2eef4a1dcc98f9eda15224b92836"

PV_amlogic-p212 = "p212_fip_20170606"
RELEASE_amlogic-p212 = "v2017.11-libretech-cc"
TARBALL_amlogic-p212 = "${PV}.tar.gz"
Expand Down

0 comments on commit 770adee

Please sign in to comment.