File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -75,17 +75,19 @@ linux-pine64-package-$(RELEASE_NAME).deb: package package/rtk_bt/rtk_hciattach/r
7575% .img.xz : % .img
7676 pxz -f -3 $<
7777
78- boot-tools/boot/pine64/boot0-pine64-% .bin : boot-tools
79- boot-tools/boot/pine64/u-boot-pine64-% .bin : boot-tools
78+ simple-image-pine64-$(RELEASE_NAME ) .img : linux-pine64-$(RELEASE_NAME ) .tar.xz boot-tools
79+ cd simpleimage && \
80+ export boot0=../boot-tools/boot/pine64/boot0-pine64-plus.bin && \
81+ export uboot=../boot-tools/boot/pine64/u-boot-pine64-plus.bin && \
82+ bash ./make_simpleimage.sh $(shell readlink -f "$@ ") 100 $(shell readlink -f linux-pine64-$(RELEASE_NAME ) .tar.xz)
8083
81- simple-image-% -$(RELEASE_NAME ) .img : boot-tools/boot/pine64/boot0-pine64-% .bin boot-tools/boot/pine64/u-boot-pine64-% .bin \
82- linux-pine64-$(RELEASE_NAME ) .tar.xz
84+ simple-image-pinebook-$(RELEASE_NAME ) .img : linux-pine64-$(RELEASE_NAME ) .tar.xz boot-tools
8385 cd simpleimage && \
84- export boot0=$( word 1, $^ ) && \
85- export uboot=$( word 2, $^ ) && \
86+ export boot0=../boot-tools/boot/pine64/boot0-pine64-pinebook.bin && \
87+ export uboot=../boot-tools/boot/pine64/u-boot-pine64-pinebook.bin && \
8688 bash ./make_simpleimage.sh $(shell readlink -f "$@ ") 100 $(shell readlink -f linux-pine64-$(RELEASE_NAME ) .tar.xz)
8789
88- xenial-minimal-pine64-bspkernel-$(RELEASE_NAME ) -$(RELEASE ) .img : simple-image-plus -$(RELEASE_NAME ) .img.xz linux-pine64-$(RELEASE_NAME ) .tar.xz linux-pine64-package-$(RELEASE_NAME ) .deb boot-tools
90+ xenial-minimal-pine64-bspkernel-$(RELEASE_NAME ) -$(RELEASE ) .img : simple-image-pine64 -$(RELEASE_NAME ) .img.xz linux-pine64-$(RELEASE_NAME ) .tar.xz linux-pine64-package-$(RELEASE_NAME ) .deb boot-tools
8991 sudo bash ./build-pine64-image.sh \
9092 $(shell readlink -f $@ ) \
9193 $(shell readlink -f $< ) \
You can’t perform that action at this time.
0 commit comments