You are viewing outdated content for BUG. If you have a BUG Y.T. edition or 2.0 series device, please visit our updated wiki: http://wiki.buglabs.net



Embedded System Builders

From BUG Wiki

Jump to: navigation, search

Contents

Introduction

The Bug device's build system is derived from openembedded and there are several ways to build a rootfs for it:

  • Using poky linux's build system(fork of openembedded,what the bug device used initially)
  • Using the 2009 stable branch of openembedded and various overlays
  • Using org.openembedded.dev

Using poky linux

  • With it you can build the same bug images than buglab's

Howto

A how to build can be found here

Using stock openembedded.dev

  • Has more recent recipes/packages
  • Doesn't have full java stack,needs to use the jalimo overlay to get better java support
  • Has incomplete support for the bug device but it can boot and you have usbnet,and xorg

Howto

An openembedded howto can be found here

A Jalimo Howto can be found here and the java explanation can be found here

Resources