Skip to content

Commit

Permalink
bug fixes. It is building now.
Browse files Browse the repository at this point in the history
  • Loading branch information
f43995 committed Aug 30, 2024
1 parent 4c1c2c1 commit cbf2076
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion kas/include/tegra-jetpack5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ header:
repos:
meta-tegra:
# refers to the scarthgap-l4t-r35.x branch
commit: 972488415a80afebbd652a983a46c2641eed99ad
# commit: 972488415a80afebbd652a983a46c2641eed99ad # this lacks classes/l4t_version.bbclass
commit: 32d86844d857321e1ed137abbdd5a045c6f5cb3f
meta-tegra-community:
# refers to the scarthgap-l4t-r35.x branch
commit: 865561b6d3ba6607a814354c122c91422df720d5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ do_install:append:tegra194() {
# prevents the Mender data partition to use remaining space.
sed -i -e 's#<start_location> 0x708400000 </start_location>##g' \
-e 's#<start_location> 0x710800000 </start_location>##g' \
${D}${datadir}/tegraflash/${PARTITION_LAYOUT_TEMPLATE}
${D}${datadir}/l4t-storage-layout/${PARTITION_LAYOUT_TEMPLATE}
sed -i -e 's#<start_location> 0x708400000 </start_location>##g' \
-e 's#<start_location> 0x710800000 </start_location>##g' \
${D}${datadir}/tegraflash/${PARTITION_LAYOUT_EXTERNAL}
${D}${datadir}/l4t-storage-layout/${PARTITION_LAYOUT_EXTERNAL}
}

0 comments on commit cbf2076

Please sign in to comment.