Skip to content

Commit

Permalink
remove zstd support on tegra platform to allow building of mender-cli…
Browse files Browse the repository at this point in the history
…ent > 3.4

Signed-off-by: Perceval ARENOU <[email protected]>
  • Loading branch information
Perceval ARENOU committed Jul 9, 2024
1 parent dd4621c commit 55321b6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ EXTRADEPS = ""
EXTRADEPS_tegra = "tegra-bup-payload tegra-boot-tools tegra-boot-tools-nvbootctrl tegra-boot-tools-lateboot${@' libubootenv-fake' if d.getVar('PREFERRED_PROVIDER_virtual/bootloader').startswith('cboot') else ''}"
EXTRADEPS_tegra210 = "tegra-bup-payload tegra-boot-tools"
RDEPENDS_${PN} += "${EXTRADEPS}"

# zstd prevent the build on tegra platforms with the oe4t toolchain for any version > 3.4
EXTRA_OEMAKE:append = " TAGS='nozstd'"
PTEST_ENABLED = "0"

0 comments on commit 55321b6

Please sign in to comment.