[Letux-kernel] Integrating proper Pyra support
Andreas Kemnade
andreas at kemnade.info
Mon Feb 3 07:13:25 CET 2020
On Sun, 2 Feb 2020 13:07:40 +0100
"H. Nikolaus Schaller" <hns at goldelico.com> wrote:
> Hi,
>
> > Am 01.02.2020 um 21:25 schrieb Nick Elsmore <nicholaselsmore at gmail.com>:
> >
> > Hey all,
> >
> > I'm working to integrate proper Pyra support into the Letux kernel. I've been doing work in a fork, but am trying to become synchronized with Letux. This thread is dedicated to stabilizing base Pyra support within Letux, starting with:
> > - standalone Pyra defconfig
>
> yes, that is good to have and manage a specific Pyra defconfig.
>
> The letux_defconfig builds a lot of modules which are not needed for the Pyra. And by configuring some stuff into the kernel instead of loading modules, boot time can drastically be reduced.
>
hmm, that pyra_defconfig contains:
CONFIG_ARCH_BCM
CONFIG_ARCH_MXC
so it is something generic. I am still wondering whether is would be more
maintainable to use
make savedefconfig
output and manually edit things and sort like
# Pyra hw
CONFIG_ARCH_OMAP5=y
# GTA04 hw
CONFIG_ARCH_OMAP3=y
CONFIG_GNSS_SIRF=m
# Kobolino
CONFIG_ARCH_IMX6SLL=y
...
# special requirements of distro X
...
# common stuff
...
I guess things can be duplicated
Regards,
Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.goldelico.com/pipermail/letux-kernel/attachments/20200203/34d7c09a/attachment.asc>
More information about the Letux-kernel
mailing list