From ba63fdc48a9a01ce1fb6b12591cb93ea95bf6a44 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 2 Apr 2013 13:49:07 +0200 Subject: [PATCH] - add Tizen IVI git src config, to README. --- README | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README b/README index a22a07b..dbf9520 100644 --- a/README +++ b/README @@ -17,6 +17,17 @@ install unp # zypper in unp 3) +### setup your https://source.tizen.org/documentation/setting-development-environment +https://source.tizen.org/documentation/setting-development-environment +# cat ~/.ssh/config +Host review.tizen.org + Hostname review.tizen.org + IdentityFile ~/.ssh/id_rsa + User $USER + Port 29418 + + +4) ### into the git directory # YOCTO_TIZEN_DIR=`pwd` @@ -25,7 +36,7 @@ install unp # sudo ln -s ${YOCTO_TIZEN_DIR}/Tizen_TZ_package/TizenGroup-IVI-Wayland/rpm_tizen_macro /usr/share/spec2yocto/macro -4) +5) ### create a project # MY_PROJECT_PATH="$HOME/yoctoTizen_IVI" @@ -40,7 +51,7 @@ install unp ),... # vi conf/local.conf -5) +6) ### test # bitbake -v systemd -c fetchall -- 2.7.4