From 870b8310972d095677717ba956126d90ec0dbd78 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Thu, 22 Aug 2024 22:56:31 +0200 Subject: [PATCH] fml --- .github/workflows/BuildRock5ForOpenHD.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/BuildRock5ForOpenHD.yaml b/.github/workflows/BuildRock5ForOpenHD.yaml index c7a5fb80784ff..0af26aa5e2522 100644 --- a/.github/workflows/BuildRock5ForOpenHD.yaml +++ b/.github/workflows/BuildRock5ForOpenHD.yaml @@ -43,11 +43,11 @@ jobs: # Replace kernel version information with a version that includes the current date sed -i 's/LOCALVERSION=-$PKG_REVISION-$FORK KERNELRELEASE=$kernelversion-$PKG_REVISION-$FORK KDEB_PKGVERSION=$kernelversion-${PKG_REVISION}${SOURCE_GITREV:+-$SOURCE_GITREV}/LOCALVERSION=-$PKG_REVISION-$FORK KERNELRELEASE=$kernelversion-$PKG_REVISION-$FORK KDEB_PKGVERSION=$kernelversion-${PKG_REVISION}-${DATE}-${SOURCE_GITREV:+-$SOURCE_GITREV}/g' lib/linux.sh - # Update the BSP_GIT repository URL in linux/rockchip/fork.conf - sed -i 's/BSP_GIT="https:\/\/github.com\/radxa\/kernel.git"/BSP_GIT="https:\/\/github.com\/openhd\/linux-rock.git"/' linux/rockchip/fork.conf + # # Update the BSP_GIT repository URL in linux/rockchip/fork.conf + # sed -i 's/BSP_GIT="https:\/\/github.com\/radxa\/kernel.git"/BSP_GIT="https:\/\/github.com\/openhd\/linux-rock.git"/' linux/rockchip/fork.conf - # Update the BSP_BRANCH in linux/rockchip/fork.conf to the current branch name - sed -i 's#BSP_BRANCH="[^"]*"#BSP_BRANCH="'"$BRANCH"'"#' linux/.rk3588/fork.conf + # # Update the BSP_BRANCH in linux/rockchip/fork.conf to the current branch name + # sed -i 's#BSP_BRANCH="[^"]*"#BSP_BRANCH="'"$BRANCH"'"#' linux/.rk3588/fork.conf # Print fork.conf echo "___Content of fork.conf___" @@ -59,11 +59,11 @@ jobs: # Print commit hash echo $COMMITHASH - # Create a custom source action script in linux/.common/overlays.sh - echo 'custom_source_action() { - git_source https://github.com/openhd/overlays.git '"$COMMITHASH"' - cp -r $SCRIPT_DIR/.src/overlays/arch $TARGET_DIR - }' > linux/.common/overlays.sh + # # Create a custom source action script in linux/.common/overlays.sh + # echo 'custom_source_action() { + # git_source https://github.com/openhd/overlays.git '"$COMMITHASH"' + # cp -r $SCRIPT_DIR/.src/overlays/arch $TARGET_DIR + # }' > linux/.common/overlays.sh # Print overlays.sh echo "___Content of overlays.sh___"