Skip to content

Commit

Permalink
linux-compulab: Pin SRC_REV to the one present at the integration date
Browse files Browse the repository at this point in the history
Upstream uses AUTOREV and this causes two problems:
   - we don't know which revision has been used by which
     balenaOS release
   - automated Jenkins builds sometimes break when upstream performs changes
     and we can't easily determine the window in which the changes
     have been performed

We thus pin the SRC_REV to the revision used when the device has
been integrated with balenaOS, as per the upstream relese tag xml
and will update it when necessary or when we update the BSP to
another stable version.

Signed-off-by: Alexandru Costache <[email protected]>
  • Loading branch information
acostach committed Oct 30, 2023
1 parent 4cc6adc commit 75053d2
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ DEPENDS += "rsync-native"

SRC_URI:append = "file://0001-fix-kernel-build.patch"

# Upstream uses AUTOREV, but we need to track
# the stable release as per the release notes,
# at the date of the present commit,
# otherwise we won't know which exact kernel
# revision is used by which balenaOS release
SRCREV="77c117ac5747ea5c1afbdde8dcc5ca8b8b231e13"

# Fixes issue where cryptodev module is installed
# along with the kernel image in the initramfs
KERNEL_PACKAGE_NAME="kernel"
Expand Down

0 comments on commit 75053d2

Please sign in to comment.