From d4acf79280b915fef11bd86adeb7c4e04249a5f4 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Mon, 20 Jun 2011 09:54:15 -0400 Subject: add bitbake repo to weekly changelog --- .gitmodules | 4 ++++ bitbake | 1 + 2 files changed, 5 insertions(+) create mode 160000 bitbake diff --git a/.gitmodules b/.gitmodules index 6c4498f..62b2d10 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ +[submodule "bitbake"] + path = bitbake + url = git://git.openembedded.org/bitbake [submodule "openembedded-core"] path = openembedded-core url = git://git.openembedded.org/openembedded-core @@ -31,3 +34,4 @@ [submodule "openembedded"] path = openembedded url = git://git.openembedded.org/openembedded + diff --git a/bitbake b/bitbake new file mode 160000 index 0000000..d97f7d7 --- /dev/null +++ b/bitbake @@ -0,0 +1 @@ +Subproject commit d97f7d762e3d2f1b0da038d4d99f2531b2490670 -- cgit 1.2.3-korg