Git Product home page Git Product logo

alljoyn's Introduction

This repository is designated to serve as a feed for OpenWrt
(http://openwrt.org) based systems.  As such, the organization, management,
and usage of this repository will be different from the other source
repositories hosted by the AllSeen Alliance.

Most notable of these differences is that the master branch only contains this
readme file.  Package definitions will only exist in branches whos name
corresponds to code names for OpenWrt releases.  At the time of the initial
commit of this readme file, there will be 2 such branches: attitude_adjustment
and barrier_breaker.  As the OpenWrt project develops and creates new
releases, new corresponding branches will be created.

The reason for tracking package definitions on a per OpenWrt release basis is
due to the fact that AllJoyn packages depend on OpenWrt packages which may
change from release to release.  This also allows us to retire support for
obsolete versions of OpenWrt in the future without breaking others who may
still be using/building the obsolete versions.

To use this feed in an OpenWrt build environment, follow these instructions:

1. Copy feeds.conf.default to feeds.conf (if not already done):

cp feeds.conf.default feeds.conf


2. Add the following feeds.conf (replace <openwrt_release> with the
appropriate branch that corresponds to the OpenWrt release you are building):

src-git alljoyn git://git.allseenalliance.org/gerrit/core/openwrt_feed;<openwrt_release>

# For Attitude Adjustment
src-git alljoyn git://git.allseenalliance.org/gerrit/core/openwrt_feed;attitude_adjustment

# For Barrier Breaker
src-git alljoyn git://git.allseenalliance.org/gerrit/core/openwrt_feed;barrier_breaker


3. Update the feed information:

./scripts/feeds update -a


4. Add the the packages from the AllJoyn feed to build system:

./scripts feeds install -a -p alljoyn

5. Enable AllJoyn in the build:

make menuconfig

	Networking --->
		< > alljoyn --->
			< > alljoyn-about
			< > alljoyn-c
			< > alljoyn-config
				< > alljoyn-config-samples
			< > alljoyn-controlpanel
				< > alljoyn-controlpanel-samples
			< > alljoyn-notification
				< > alljoyn-notification-samples
			< > alljoyn-onboarding
				< > alljoyn-onboarding-samples
			< > alljoyn-sample_apps
			< > alljoyn-samples
			< > alljoyn-service_common

alljoyn's People

Contributors

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