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:
Alexandre Bard 2021-09-24 16:34:54 +02:00
parent 7627d49b28
commit 8c76216b9b
1 changed files with 1 additions and 3 deletions

View File

@ -18,8 +18,8 @@ SRC_URI_append_netbird = " file://wlan.cfg"
SRCREV ?= "${AUTOREV}" 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" 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" LIC_FILES_CHKSUM_imx8-nmhw23 = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
S = "${WORKDIR}/git" 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 #Apply config fragments
def find_cfgs(d): def find_cfgs(d):