Get rid of issue: Fix overlapping ranges for Switzerland and
Liechtenstein
Fixed with upstream commit: 5dd4dbf709d38aab21cba0183cf26510054449f0
BugzID: 61219
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
These definitions were here since the beginning of the project and
nobody really knows what they are used for.
Now it is the source of a build error because it is overwritting
definitions from upstream yocto.
Removing is fixing error and seems to fix other warnings related to
licenses too.
BugzID: 62473
Make wl12xx and wl18xx main package RDEPENDS on minimal package.
Because of package split content of minimal package is not out of the
box also in main package.
FILES_${PN} package defintions doesn't allow to assaign same file to
different packages. During parsing process files are assaign only first
(from left to right). Futher infos FILES in yocto manual.
BugzID: 60410
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Get rid of rootfs postinstall scripts for removing manually unused
TI wl12xx and 18xx firmware binaries. So let's define new packages
with only necessary files and call it *-minimal.
BugzID: 60410
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Having external patch in Yocto means we need to maintain it and check
that it applies without conflicts after every device tree change.
Let's move this temporary change to kernel git instead.
This reverts commit 2bfe8d31c7.
BugzID: 58086
Temporary workaround until issues are found.
rts and cts blocking serial communications, without rts and cts
serial communication works fine
BugzID: 58086
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
With current src revision we are checking out kernel 4.14.78
Clearing cache and sstate won't fix issue
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
To apply: include meta-netmodule-bsp/recipes-bsp/imx8 to local bblayer
Requires: offical meta-freescale layer
linux kernel: use 4.14 kernel exclusive for imx8
BugzID: 57544
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Note that the file kernel-fitimage-fpga.bbclass contains
overwrite of functions present in meta/kernel-fitimage.bbclass
and may not always be consistent with it
PM firmware binaries are required for low power states of am335x soc.
Both files was never packed into image because of wrong do_install_append.
Anyway.. the elf file is built in kernel and is stored in kernel repo.
BugzID: 53969
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This configuration binary depends on hardware and must be proper versioned.
BugzID: 53969
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
Kernel repository has been moved from nmrourter/linux.git to yoctoproject/linux-netmodule.git
Additionally the branch is autoselected to use the according machine branch
Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
bbappend file is applied to upstream linux-firmware, so new linux-firmware is used
checksums are adjusted related to upstream
Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
The board descriptor reference the devicetree as ..nbhw18..
And by now the actual name of the devicetree is ..nrhw18..
This symlink is needed to keep the compatiblity with NBSW
The Device Tree code has moved to a kernel-devicetree class.
Functionality is automatically enabled for any recipe that inherits
the kernel class and sets the KERNEL_DEVICETREE variable.
(4.12.4. Kernel Device Tree Move, Sumo, Ref-Manual)
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
bbappend file is applied to upstream linux-firmware, so new linux-firmware is used
checksums are adjusted related to upstream
Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
The BLE connect needs too much time (>2s) which can trigger the kernel
to send an error. This is unwanted with the new firmware it works a
little better but an increase of the timeout to 5s in the kernel is
still necessary.
This nvs does not contain a MAC, so the default one is used. The
wl18xx-conf.fw is made for MIMO mode but not for 40 MHz channel
bandwidth, because the driver does not support 40MHz currently.