Go to file
Alexandre Bard 9a4ce1d870 linux-nrsw: Use linux-yocto as a base
The are several advantages to use the yocto recipe as base:

- The checkout of the git repo is done differently: it makes the
  do_fetch task faster than it would be with the default behavior which
  is to clone the entire repository.

- It is possible to share part of the build process by defining the
  KMACHINE variable: All machines with the same KMACHINE value will
  share (at least part of) the build environment, speeding up compile
  time.

- It is possible to conditionally add configs through the
  KERNEL_FEATURES variable, without needing to rebuild from scratch when
  changing the features.

The new recipe also directly takes advantage of the KERNEL_FEATURES to
add support for init ram disks.

A another change happening with this commit is the kernel modules to
autoload being defined in a single file and (as the defconfig) depend on
the SOC_FAMILY variable (sitara or armada).

id:413752
2023-08-15 16:23:37 +02:00
coreos@0001e685fa update core-os 2023-07-19 15:26:50 +02:00
layers linux-nrsw: Use linux-yocto as a base 2023-08-15 16:23:37 +02:00
templates bsp: add kernel files for legacy netmodule routers 2023-08-04 16:10:42 +02:00
.gitignore Initial NWL Commit ... 2023-03-06 23:34:12 +01:00
.gitmodules removed duplicated entry in .gitmodules 2023-06-19 16:55:30 +02:00
README.md Initial NWL Commit ... 2023-03-06 23:34:12 +01:00
nwl-init-build-env distro: add customization / branding 2023-03-10 19:29:13 +01:00

README.md

NETMODULE WIRELESS LINUX

...a Belden Core-OS Distribution!