Skip to content

Commit

Permalink
Bump-up the deps
Browse files Browse the repository at this point in the history
Upgrade:
- Kernel to 6.1.84
- AOSP to android-platform-14.0.0_r8
- RPI firmware to the latest master branch

Signed-off-by: Roman Stratiienko <[email protected]>
Signed-off-by: Michał Gapiński <[email protected]>
  • Loading branch information
rsglobal authored and mikegapinski committed Jun 25, 2024
1 parent 49e3fc5 commit 50b0f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifests/glodroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
<project path="glodroid/bootloader/u-boot" remote="github" name="u-boot/u-boot.git" groups="glodroid" revision="4459ed60cb1e0562bc5b40405e2b4b9bbf766d57" />

<project path="glodroid/bootloader/atf" name="platform/external/arm-trusted-firmware" groups="glodroid" revision="a127b99d5a063c798d1c6d2e1d4791a630f78355" />
<project path="glodroid/bootloader/raspberry-fw" remote="github" name="raspberrypi/firmware.git" groups="glodroid" revision="5ffb2e29c0e14dede001447a6977e126e950cf3e" clone-depth="1" />
<project path="glodroid/bootloader/raspberry-fw" remote="github" name="raspberrypi/firmware.git" groups="glodroid" revision="bfbba6aa9ecc16d44c571ad00b4650ae10c939f6" clone-depth="1" />

<!-- kernel/firmware components (platform) -->
<project path="glodroid/kernel/broadcom" remote="glodroid" name="glodroid_forks.git" groups="glodroid" revision="refs/tags/kernel-broadcom-2023w49" />
<project path="glodroid/kernel/broadcom" remote="glodroid" name="glodroid_forks.git" groups="glodroid" revision="refs/tags/kernel-broadcom-2024w25" />

<!-- drm -->
<project path="vendor/brcm/rpi4" remote="github" name="tesla-android/android-vendor-brcm-rpi4.git" revision="74c1e0cef599c83ef4549b2560e16e93f7dd6714" />
Expand Down
2 changes: 1 addition & 1 deletion unfold_aosp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LOCAL_PATH=$(pwd)

echo Init repo tree using AOSP manifest
pushd aosptree
repo init --depth=2 -u https://android.googlesource.com/platform/manifest -b refs/tags/android-platform-14.0.0_r4 ${GD_REPO_INIT_ARGS}
repo init --depth=2 -u https://android.googlesource.com/platform/manifest -b refs/tags/android-platform-14.0.0_r8 ${GD_REPO_INIT_ARGS}
cd .repo/manifests
mv default.xml aosp.xml
cp ${LOCAL_PATH}/manifests/tesla-android.xml tesla-android.xml
Expand Down

0 comments on commit 50b0f3f

Please sign in to comment.