Skip to content

Commit

Permalink
recipes-kernel: 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 ed4c85a commit ff03573
Showing 1 changed file with 0 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,3 @@
# For Xavier devices, which don't use
# u-boot and load the kernel from a raw
# partition, we can free up some rootfs
# space that would otherwise be taken up by
# the kernel image.
do_install:append:jetson-xavier() {
echo "" > ${D}/boot/${type}
}

do_install:append:jetson-xavier-nx-devkit-emmc() {
echo "" > ${D}/boot/${type}
}

do_install:append:jetson-xavier-nx-devkit() {
echo "" > ${D}/boot/${type}
}

# Fixes error: packages already installed
# by kernel-image-initramfs
do_install:append() {
Expand Down

0 comments on commit ff03573

Please sign in to comment.