Skip to content

Commit

Permalink
setup_build: use github urls for bitbake/oe-core/meta-oe
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Patterson <pattersonc@ainfosec.com>
  • Loading branch information
Chris Patterson committed Dec 18, 2015
1 parent b5a5f8f commit 05dcf15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup_build
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ while [ "$#" -ne 0 ]; do
done


BITBAKE_REPO=git://git.openembedded.org/bitbake.git
BITBAKE_REPO=git://github.com/openembedded/bitbake.git
# maybe use something more "release-like"
BITBAKE_TAG=f8bf4499549f978ce7c93bc088a66f74cd751e2c

OE_CORE_REPO=git://git.openembedded.org/openembedded-core
OE_CORE_REPO=git://github.com/openembedded/openembedded-core
OE_CORE_TAG=5433da972f2994f7176597d89499ccb65f876f88

META_OE_REPO=git://git.openembedded.org/meta-openembedded
META_OE_REPO=git://github.com/openembedded/meta-openembedded
META_OE_TAG=24e1ebc21da20240a41984b7f5c90aa9bd65a7e8

META_JAVA_REPO=https://github.com/woglinde/meta-java.git
Expand Down

0 comments on commit 05dcf15

Please # to comment.