Skip to content

Commit

Permalink
kernel v4.14.108 rebase with rt: v4.14.106-rt56 aufs/wireguard/etc
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCNelson committed Oct 9, 2019
1 parent f0aadfe commit f9dfbd7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ beagleboard_dtbs () {
${git_bin} add -f include/dt-bindings/
${git_bin} commit -a -m "Add BeagleBoard.org DTBS: $bbdtbs" -m "https://github.com/beagleboard/BeagleBoard-DeviceTrees/tree/${bbdtbs}" -m "https://github.com/beagleboard/BeagleBoard-DeviceTrees/commit/${bbdtbs_hash}" -s
${git_bin} format-patch -1 -o ../patches/soc/ti/beagleboard_dtbs/
echo "BBDTBS: https://github.com/beagleboard/BeagleBoard-DeviceTrees/tree/${bbdtbs}" > ../patches/git/BBDTBS
echo "BBDTBS: https://github.com/beagleboard/BeagleBoard-DeviceTrees/commit/${bbdtbs_hash}" > ../patches/git/BBDTBS

rm -rf ../BeagleBoard-DeviceTrees/ || true

Expand Down
2 changes: 1 addition & 1 deletion patches/git/BBDTBS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BBDTBS: https://github.com/beagleboard/BeagleBoard-DeviceTrees/tree/v4.14.x-ti
BBDTBS: https://github.com/beagleboard/BeagleBoard-DeviceTrees/commit/f15c95bd3d543557fcbbf9e43778c0483391b64e
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
From 5d9be41267dde0b8b84692d0b288fe74a721d119 Mon Sep 17 00:00:00 2001
From 299dffba5bfa8c04dcfde1c89230c88bc4b75a70 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Wed, 9 Oct 2019 10:17:51 -0500
Date: Wed, 9 Oct 2019 10:38:11 -0500
Subject: [PATCH] Add BeagleBoard.org DTBS: v4.14.x-ti

https://github.com/beagleboard/BeagleBoard-DeviceTrees/tree/v4.14.x-ti
Expand Down
4 changes: 2 additions & 2 deletions repo_maintenance/push-bb.org.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ cat_files () {
cat ./patches/git/RT >> /tmp/git_msg
fi

if [ -f ./patches/git/TI_AMX3_CM ] ; then
cat ./patches/git/TI_AMX3_CM >> /tmp/git_msg
if [ -f ./patches/git/TI_AMX3_CM3 ] ; then
cat ./patches/git/TI_AMX3_CM3 >> /tmp/git_msg
fi
}

Expand Down
4 changes: 2 additions & 2 deletions repo_maintenance/push-kernel-n-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ cat_files () {
cat ./patches/git/RT >> /tmp/git_msg
fi

if [ -f ./patches/git/TI_AMX3_CM ] ; then
cat ./patches/git/TI_AMX3_CM >> /tmp/git_msg
if [ -f ./patches/git/TI_AMX3_CM3 ] ; then
cat ./patches/git/TI_AMX3_CM3 >> /tmp/git_msg
fi
}

Expand Down
4 changes: 2 additions & 2 deletions repo_maintenance/push-n-tag-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ cat_files () {
cat ./patches/git/RT >> /tmp/git_msg
fi

if [ -f ./patches/git/TI_AMX3_CM ] ; then
cat ./patches/git/TI_AMX3_CM >> /tmp/git_msg
if [ -f ./patches/git/TI_AMX3_CM3 ] ; then
cat ./patches/git/TI_AMX3_CM3 >> /tmp/git_msg
fi
}

Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ KERNEL_REL=4.14
KERNEL_TAG=${KERNEL_REL}.108
kernel_rt=".106-rt56"
#Kernel Build
BUILD=${build_prefix}119.2
BUILD=${build_prefix}119.3

#v5.X-rcX + upto SHA
#prev_KERNEL_SHA=""
Expand Down

0 comments on commit f9dfbd7

Please sign in to comment.