Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit e853a577 authored by Robert Nelson's avatar Robert Nelson
Browse files

bb.org: add omapconf


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent d9e48f72
No related merge requests found
......@@ -445,6 +445,16 @@ install_git_repos () {
sed -i "s/PLATFORM = ''/PLATFORM = 'BeagleBone >=3.8'/g" setup.py
python setup.py install
fi
git_repo="https://github.com/omapconf/omapconf.git"
git_target_dir="/opt/source/omapconf"
git_clone
if [ -f ${git_target_dir}/.git/config ] ; then
cd ${git_target_dir}/
if [ -f /usr/bin/make ] ; then
make CROSS_COMPILE= DESTDIR=/usr/local/bin/ install
fi
fi
}
install_build_pkgs () {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment