Go to file
Alexandre Bard 17dd1e52bd Add readme
BugzID: 69469
2020-12-21 12:03:13 +01:00
bitbake@b4860b2924 Adding base layers and configurations 2020-12-21 09:46:50 +01:00
build/conf Adding base layers and configurations 2020-12-21 09:46:50 +01:00
meta-netmodule-bsp@2680c89a08 Adding base layers and configurations 2020-12-21 09:46:50 +01:00
meta-netmodule-distro@18b81bac48 Adding base layers and configurations 2020-12-21 09:46:50 +01:00
meta-netmodule-wlan@77b3edc5ed Adding base layers and configurations 2020-12-21 09:46:50 +01:00
meta-openembedded@a24acf94d4 Adding base layers and configurations 2020-12-21 09:46:50 +01:00
meta-updater@0d5c911120 Adding base layers and configurations 2020-12-21 09:46:50 +01:00
openembedded-core@856674d6f7 Adding base layers and configurations 2020-12-21 09:46:50 +01:00
.gitignore Adding base layers and configurations 2020-12-21 09:46:50 +01:00
.gitmodules Adding base layers and configurations 2020-12-21 09:46:50 +01:00
README.md Add readme 2020-12-21 12:03:13 +01:00
env.common Adding base layers and configurations 2020-12-21 09:46:50 +01:00
env.image Adding base layers and configurations 2020-12-21 09:46:50 +01:00
env.image-minimal Adding base layers and configurations 2020-12-21 09:46:50 +01:00
env.image-ostree Adding base layers and configurations 2020-12-21 09:46:50 +01:00
machine_select Adding base layers and configurations 2020-12-21 09:46:50 +01:00

README.md

NetModule OEM Linux

The purpose of this repository is to provide a base or a template for customers to build their own distribution based on the NetModule OEM Linux distribution.

The submodules and source revisions are frozen to match the latest release.

Selecting hardware target

The hardware target can be selected by sourcing the machine_select script:

source machine_select
8  # Selecting NG800

Building an image

This distribution provides three images:

  1. The minimal image
  2. The "release" image
  3. The development image

The minimal image

It is a initramfs image which can be loaded from the bootloader. It gives access to basic linux functionalities and allows to flash other images.

It can be built with the following commands:

source env.image-minimal
bitbake virtual/netmodule-image

The "release" image

This is the default image providing all functionalities of the system.

It can be build with the following commands:

source env.image-ostree
bitbake netmodule-linux-image

The development image

This is the default image extended with development and debugging tools.

It can be build with the following commands:

source env.image-ostree
bitbake netmodule-linux-image-dev