linux-netmodule: Remove useless HW23 overrides
The only thing which is different for HW23 is the kernel source (which contains a different license) BugzID: 74961
This commit is contained in:
parent
7627d49b28
commit
8c76216b9b
|
|
@ -18,8 +18,8 @@ SRC_URI_append_netbird = " file://wlan.cfg"
|
|||
|
||||
SRCREV ?= "${AUTOREV}"
|
||||
|
||||
# HW23 is using a different source
|
||||
SRC_URI_imx8-nmhw23 = "git://git.netmodule.intranet/yoctoproject/linux-netmodule.git;protocol=ssh;user=gitea;branch=4.14/nxp/nmhw23"
|
||||
SRCREV_imx8-nmhw23 ?= "${AUTOREV}"
|
||||
LIC_FILES_CHKSUM_imx8-nmhw23 = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
|
@ -57,8 +57,6 @@ do_install_append(){
|
|||
}
|
||||
|
||||
|
||||
EXTRA_OEMAKE_append_imx8-nmhw23 = " ARCH=arm64"
|
||||
KERNEL_EXTRA_ARGS_append_imx8-nmhw23 += "LOADADDR=${UBOOT_ENTRYPOINT}"
|
||||
|
||||
#Apply config fragments
|
||||
def find_cfgs(d):
|
||||
|
|
|
|||
Loading…
Reference in New Issue