2694e66074
* Makefile: ARM kernel support from sonic-linux-kernel * Fix for multiarch build docker spawn Platform: Install the DTB deb for the platform Signed-off-by: Antony Rheneus <arheneus@marvell.com>
8 lines
332 B
Makefile
8 lines
332 B
Makefile
# linux kernel package for marvell armhf
|
|
|
|
# Add platform specific DTB
|
|
LINUX_KERNEL_DTB = linux-image-4.9.168-armhf.deb
|
|
$(LINUX_KERNEL_DTB)_URL = https://github.com/Marvell-switching/sonic-marvell-binaries/raw/master/armhf/kernel/$(LINUX_KERNEL_DTB)
|
|
SONIC_ONLINE_DEBS += $(LINUX_KERNEL_DTB)
|
|
SONIC_STRETCH_DEBS += $(LINUX_KERNEL_DTB)
|