aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto
AgeCommit message (Collapse)Author
2023-09-21nanopi-r4s: addTrevor Woerner
Add a MACHINE definition for the FriendlyElec NanoPi R4S https://www.friendlyelec.com/index.php?route=product/product&product_id=284 Include a device-tree patch to enable the 2nd PCIe ethernet. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2023-09-16linux-yocto: remove non-rockchip archsTrevor Woerner
Remove the non-rockchip architectures from the kernel build since these are all a waste of build time, filesystem space, and runtime memory. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2021-08-19linux-yocto_5.4: Drop bbappendKhem Raj
5.4 recipe has been dropped from oe-core Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-25linux-yocto_5.8.bbappend: remove associated patchTrevor Woerner
This should have been done in the last commit. Thanks Joshua Watt for pointing this out to me. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
2020-12-17Fix Rock Pi 4 serial portJoshua Watt
Fixes the serial port output stopping mid way through the boot process by reverting the kernel commit that caused it. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
2020-04-19Use linux-yocto kernel from OE-coreJoshua Watt
Updates all machines to use the linux-yocto kernel from OE-core instead of maintaining distinct kernels in this repository. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>