Skip to content

Commit

Permalink
updated kernel to 4.19.63 and performed final version bump to 20190802
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Aug 2, 2019
1 parent 2867892 commit bd8e812
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,8 @@ dist: | buildroot-$(BUILDROOT_VERSION) build-$(PRODUCT)/.config

.PHONY: release
release: dist
cp -a build-$(PRODUCT)/images/sdcard.img ./release/ThinRoot-$(VERSION)-$(BOARD).img
cd ./release && sha256sum ThinRoot-$(VERSION)-$(BOARD).img >ThinRoot-$(VERSION)-$(BOARD).img.sha256
rm -f ./release/ThinRoot-$(VERSION)-$(BOARD).zip
cd ./release && zip --junk-paths ./ThinRoot-$(VERSION)-$(BOARD).zip ./ThinRoot-$(VERSION)-$(BOARD).img ./ThinRoot-$(VERSION)-$(BOARD).img.sha256 ../LICENSE ./updatepkg/$(PRODUCT)/EULA.*
cd ./release && sha256sum ThinRoot-$(VERSION)-$(BOARD).zip >ThinRoot-$(VERSION)-$(BOARD).zip.sha256
cp -a build-$(PRODUCT)/images/bzImage ./release/thinroot-$(VERSION).img
cd ./release && sha256sum thinroot-$(VERSION).img >thinroot-$(VERSION).img.sha256

.PHONY: clean
clean:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20190801
20190802
2 changes: 1 addition & 1 deletion buildroot-external/configs/intel_nuc_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ BR2_ROOTFS_POST_IMAGE_SCRIPT="$(BR2_EXTERNAL_THINROOT_PATH)/board/intel_nuc/post
BR2_ROOTFS_POST_SCRIPT_ARGS="$(BR2_EXTERNAL_THINROOT_PATH)/board/intel_nuc"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.58"
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.19.63"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_THINROOT_PATH)/board/intel_nuc/kernel_defconfig"
BR2_LINUX_KERNEL_LZ4=y
Expand Down

0 comments on commit bd8e812

Please sign in to comment.