linux-hwe-6.17: update CONFIG_NOVA_CORE for 6.17
This commit is contained in:
parent
fd4aad1ebe
commit
94d55ce926
1 changed files with 6 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=39
|
||||
VERSION=40
|
||||
HWEKR=6.17
|
||||
DI_ENABLED=1
|
||||
HWE_ENABLED=1
|
||||
|
|
@ -350,6 +350,11 @@ else
|
|||
python3 debian/scripts/misc/annotations -f $DEBIAN_PATH/config/annotations \
|
||||
--arch amd64 --flavour generic --config $i --write -
|
||||
done
|
||||
for arch in amd64 arm64 ; do
|
||||
echo "> Modifying CONFIG_NOVA_CORE annotations value on $arch:"
|
||||
python3 debian/scripts/misc/annotations -f $DEBIAN_PATH/config/annotations \
|
||||
--arch $arch --flavour generic --config CONFIG_NOVA_CORE --write -
|
||||
done
|
||||
# More changes for HWE 6.17
|
||||
echo "> Modifying CONFIG_RUST annotations value:"
|
||||
python3 debian/scripts/misc/annotations -f $DEBIAN_PATH/config/annotations \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue