Giter Site home page Giter Site logo

fss2-manifest's Introduction

FSS2Linux

N|FssLinux

FSS2 Linux is based of poky 1.6, 3.x kernel and hosted on public github server maintained by Fujitsu organization. Following describes workflow and steps to download FSS2Linux from public github and create a working build environment.

Installation

Preprequites

Build system

FSS2Linux requires one of the following sanity tested distros for building distro.

    - Ubuntu-12.04
    - Ubuntu-13.10
    - Ubuntu-14.04
    - Fedora-19
    - Fedora-20
    - CentOS-6.4
    - CentOS-6.5
    - Debian-7.0
    - Debian-7.1
    - Debian-7.2
    - Debian-7.3
    - Debian-7.4
    - SUSE-LINUX-12.2
    - openSUSE-project-12.3
    - openSUSE-project-13.1

Working with yocto build

Install the dependencies and devDependencies and restart the server.

$ sudo apt-get install git-core gnupg flex bison gperf zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip
$ sudo apt-get install gawk wget git-core diffstat unzip texinfo gcc-multilib build-essential chrpath libsdl1.2-dev

Install repo tools

repo tools is based off andriod project and required to build yocto

mkdir ~/bin
export PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
cd ~/bin
chmod +x repo

Configure Git for the first time

cd
git config --global user.name "your Name"
git config --global user.email "[email protected]"

Building FSS2Linux

Qemux86-64 target

cd
mkdir working_dir
cd working_dir
repo init -u https://github.com/FujitsuNetworkCommunications/fss2-manifest
repo sync
source poky/fss2-init-build-env
bitbake core-image-minimal

T600 PPC target

cd
mkdir working_dir
cd working_dir
repo init -u https://github.com/FujitsuNetworkCommunications/fss2-manifest
repo sync
source poky/fss2-init-build-env -m t600
bitbake core-image-minimal

License

GPLv2

Maintainers

Dan Berger @drberger Rajeev Shekar @rshekarfnc David T @dwterwil

fss2-manifest's People

Contributors

karanmarjara avatar rshekarfnc avatar tim-yang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.