internal-mirrors.inc: Remove initramfs kernel override
This variant of the kernel recipe does not exist anymore.
This commit is contained in:
parent
8aabcaac93
commit
9e1269c001
|
|
@ -6,13 +6,9 @@ SRC_URI_pn-u-boot-armada = "git://git.netmodule.intranet/nmrouter/u-boot;user=gi
|
|||
SRC_URI_pn-u-boot-imx8-nmhw23 = "git://git.netmodule.intranet/nmrouter/u-boot;user=gitea;branch=2018.03/imx/imx8-nmhw23;protocol=ssh;"
|
||||
|
||||
## Kernel
|
||||
KERNEL_SRC = "git://gitlab.netmodule.intranet/oem-linux/linux-netmodule.git;user=git;branch=5.10/standard/base;protocol=ssh"
|
||||
SRC_URI_pn-linux-netmodule = "${KERNEL_SRC}"
|
||||
SRC_URI_pn-linux-netmodule-initramfs = "${KERNEL_SRC}"
|
||||
SRC_URI_pn-linux-netmodule = "git://gitlab.netmodule.intranet/oem-linux/linux-netmodule.git;user=git;branch=5.10/standard/base;protocol=ssh"
|
||||
|
||||
KERNEL_HW23_SRC = "git://gitlab.netmodule.intranet/oem-linux/linux-netmodule.git;user=git;branch=4.14/nxp/nmhw23;protocol=ssh"
|
||||
SRC_URI_pn-linux-netmodule_imx8-nmhw23 = "${KERNEL_HW23_SRC}"
|
||||
SRC_URI_pn-linux-netmodule-initramfs_imx8-nmhw23 = "${KERNEL_HW23_SRC}"
|
||||
SRC_URI_pn-linux-netmodule_imx8-nmhw23 = "git://gitlab.netmodule.intranet/oem-linux/linux-netmodule.git;user=git;branch=4.14/nxp/nmhw23;protocol=ssh"
|
||||
|
||||
# tools
|
||||
SRC_URI_pn-sys-mon = "git://gitlab.netmodule.intranet/oem-linux/tools/sys-mon.git;user=git;branch=develop;protocol=ssh"
|
||||
|
|
|
|||
Loading…
Reference in New Issue