Base recipe for net-snmp 5.8 backported from meta-networking layer: repository: git://git.openembedded.org/meta-openembedded subdirectory: meta-networking branch: master revision: 3b245e4fe85be62c309650e84d1aaacbcb0d5505 Signed-off-by: Anton Kikin <a.kikin@tano-systems.com>
meta-tano-openwrt
This layer provides OpenEmbedded metadata for OpenWrt based distribution by Tano Systems.
This layer is based on a OE metadata layer for OpenWrt by Khem Raj (revision 3f94c4f5aa965aa5d65419d6691b40a3870e84a8)
All OpenWrt packages corresponds to OpenWrt 18.06.1 or higher.
Getting Started
Clone repositories:
$ git clone -b rocko git://github.com/openembedded/openembedded-core.git
$ cd openembedded-core
$ git clone -b 1.36 git://github.com/openembedded/bitbake.git
$ git clone -b rocko git://github.com/openembedded/meta-openembedded.git
$ git clone -b rocko git://github.com/tano-systems/meta-tano-openwrt.git
Initialize build environment and add layers:
$ TEMPLATECONF=meta-tano-openwrt/conf . ./oe-init-build-env
Building
Below we build for qemuarm machine as an example:
MACHINE=qemuarm bitbake openwrt-image-full
Running
runqemu qemuarm
Limitations
Works with OE Release 2.4 (Rocko)
Images are buildable/bootable for arm, x86 and x86_64 based qemu machines MACHINE variable.
Dependencies
This layer depends on:
openembedded-core
URI: git://git.openembedded.org/openembedded-core.git
Subdirectory: meta
Branch: rocko
Revision: 7d518d342eb67d25aa071fb08d03f06d6da576c6
meta-openembedded
URI: git://git.openembedded.org/meta-openembedded.git
Subdirectory: meta-oe
Branch: rocko
Revision: eae996301d9c097bcbeb8046f08041dc82bb62f8
meta-python
URI: git://git.openembedded.org/meta-openembedded.git
Subdirectory: meta-python
Branch: rocko
Revision: eae996301d9c097bcbeb8046f08041dc82bb62f8
meta-networking
URI: git://git.openembedded.org/meta-openembedded.git
Subdirectory: meta-networking
Branch: rocko
Revision: eae996301d9c097bcbeb8046f08041dc82bb62f8
bitbake
URI: git://git.openembedded.org/bitbake
Branch: 1.36
Revision: 8bd16328a9332c57b03198826e22b48fadcd21d9
License
All metadata is MIT licensed unless otherwise stated. Source code included in tree for individual recipes is under the LICENSE stated in each recipe (.bb file) unless otherwise stated.
The descriptions in the recipes of OpenWrt packages have been extracted from original OpenWrt repositories:
- https://github.com/openwrt/openwrt.git --- buildsystem for the OpenWrt Linux distribution;
- https://github.com/openwrt/packages.git --- OpenWrt packages feed.
Maintainers
Anton Kikin a.kikin@tano-systems.com