GithubHelp home page GithubHelp logo

kedder / openvario-ppa Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 140 KB

Personal Package Archive for Openvario

License: MIT License

BitBake 85.44% BlitzBasic 10.40% Shell 0.40% Makefile 3.76%
openvario yocto ppa

openvario-ppa's Introduction

Personal Package Archive for Openvario

A layer for OpenVario firmware build system that builds a personal package archive (a.k.a. PPA), containing a set of extra applications, not shipped with the official image. The layer is responsible for building .ipk packages and opkg repository that can be uploaded to a public server.

Packages included

Using the PPA

In order to use the PPA, you need to reference it in opkg configuration:

$ echo src kedder-ppa http://openvario.lebedev.lt/opkg/armv7vet2hf-neon >> /etc/opkg/customfeeds.conf
$ opkg update

Then packages can be installed using regular opkg commands, for example:

$ opkg install openvario-compman

Building the PPA

In order to build the packages, this layer needs to be added to the working openvario build. Check out OpenVario build instructions for details on setting up the build environment.

Edit the .env environment file and specify the path to the working dir of Openvario working directory, e.g.:

OPENVARIO_IMAGE_DIR=../meta-openvario

Start the build container:

docker compose run --rm dev

Build can be configured using these variables in your local.conf:

  • PPA_UPLOAD_DEST - destination for uploading the PPA repository. In host:path format

Building the ppa is done using this command:

$ bitbake ppa-repo -c build_ppa

The package archive will end up in tmp/deploy/ppa directory of the build workspace directory. Build system also creates a shell script to upload packages to the public server using rsync, which can be run from the shell:

$ tmp/deploy/ppa-upload.sh

Building the complete image

It is possible to build the complete image with all software included in this PPA. Use this command:

bitbake openvario-image-ovshell

Adding new software to PPA

The list of packages included in the PPA is provided in DEPENDS variable of recipes-ppa/repo/ppa-repo.bb recipe. New packages are added by creating build recipes and referencing them in this variable.

openvario-ppa's People

Contributors

kedder avatar

Stargazers

 avatar

Watchers

 avatar  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.