01cb7934b0
- build SONIC_STRETCH_DOCKERS in sonic-slave-stretch docker - build image related module in sonic-slave-buster docker. This includes all kernels modules and some packages Signed-off-by: Guohan Lu <lguohan@gmail.com>
7 lines
290 B
Makefile
7 lines
290 B
Makefile
# linux kernel package for marvell arm64
|
|
|
|
# Add platform specific DTB
|
|
LINUX_KERNEL_DTB = linux-image-4.9.168-arm64.deb
|
|
$(LINUX_KERNEL_DTB)_URL = https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/arm64/kernel/$(LINUX_KERNEL_DTB)
|
|
SONIC_ONLINE_DEBS += $(LINUX_KERNEL_DTB)
|