Skip to content

Commit

Permalink
recipes-support: Remove all Xavier AGX and NX devkits related code
Browse files Browse the repository at this point in the history
These devices are in progress of being released on JP5,
from a different repository: https://github.com/balena-os/balena-jetson-jp5

Signed-off-by: Alexandru Costache <alexandru@balena.io>
  • Loading branch information
acostach committed Jan 6, 2025
1 parent ff03573 commit 31e059e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 377 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,6 @@ HOSTAPP_HOOKS:append:jetson-nano-2gb-devkit = " 99-resin-uboot \
99-resin-bootfiles-nano \
"

DEPENDS:append:jetson-xavier = " tegra194-flash-dry"
DEPENDS:append:jetson-xavier-nx-devkit-emmc = " tegra194-nxde-flash-dry"
DEPENDS:append:jetson-xavier-nx-devkit = " tegra194-nxde-sdcard-flash"

# Xaviers do not use u-boot, but for rollbacks to work
# we need to update the resinOS_uEnv.txt file
HOSTAPP_HOOKS:append:jetson-xavier = " \
99-resin-uboot \
99-resin-bootfiles-xavier \
"

XAVIER_NX_HOOKS = " \
99-resin-uboot \
99-resin-bootfiles-xavier-nx-devkit \
"

HOSTAPP_HOOKS:append:jetson-xavier-nx-devkit-emmc = " ${XAVIER_NX_HOOKS}"
HOSTAPP_HOOKS:append:jetson-xavier-nx-devkit = " ${XAVIER_NX_HOOKS}"

DEPENDS:append:jetson-tx2 = " tegra186-flash-dry"

HOSTAPP_HOOKS:append:jetson-tx2 = " \
Expand Down

0 comments on commit 31e059e

Please sign in to comment.