Instead of rewriting the full fitimage_assemble, we can just append to
the part generating the kernel entry, therefore reducing the duplicated
code.
BugzID: 74530
This recipe lets us create a fitimage outside of the kernel recipe.
For this to work we need to create just the zImage from the standard
kernel recipe.
BugzID: 73616
Signed-off-by: Lucien Mueller <lucien.mueller@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
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>
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>