summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDmitriyEshenko <dmitriy.eshenko@vyos.io>2019-11-15 10:37:00 +0000
committerKim Hagen <kim@sentrium.io>2021-09-26 07:10:24 -0500
commite3a891b2c4dca19a5175d5d1525040a7be8449fd (patch)
treed0616380fa6715b674b3679621895b775e7b3c36 /Makefile
parent7ae916d98a8859aa53510b26d57121b6308354fe (diff)
downloadvyos-build-e3a891b2c4dca19a5175d5d1525040a7be8449fd.tar.gz
vyos-build-e3a891b2c4dca19a5175d5d1525040a7be8449fd.zip
add build option for Edge-Core saf51015I
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d548edea..aac46e89 100644
--- a/Makefile
+++ b/Makefile
@@ -223,6 +223,21 @@ vep1400: check_build_config clean prepare
cd ..
@scripts/copy-image
+.PHONY: saf51015I
+.ONESHELL:
+saf51015I: check_build_config clean prepare
+ @set -e
+ @echo "It's not like I'm building this specially for you or anything!"
+ mkdir -p build/config/includes.chroot/etc/systemd/network
+ mkdir -p build/config/includes.chroot/usr/share/initramfs-tools/hooks
+ cp tools/saf51015I/90-saf51015I.chroot build/config/hooks/live/
+ cp tools/saf51015I/*.link build/config/includes.chroot/etc/systemd/network/
+ cp tools/saf51015I/saf51015I build/config/includes.chroot/usr/share/initramfs-tools/hooks/
+ cd $(build_dir)
+ lb build 2>&1 | tee build.log
+ cd ..
+ @scripts/copy-image
+
.PHONY: test
.ONESHELL:
test:
@@ -250,6 +265,8 @@ testc:
fi
scripts/check-qemu-install --debug --configd --configtest build/live-image-amd64.hybrid.iso
+=======
+>>>>>>> a46cc51... add build option for Edge-Core saf51015I
.PHONY: clean
.ONESHELL:
clean: