libwebsockets: correct build issue
[scm/bb/meta-tizen.git] / README.md
index 76bde60..f8bf803 100644 (file)
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ directory amongst projects:
 
 # Download sources
 
-Downlaod Poky (patched version for rpm 4 support):
+Downlaod Poky (tmp fork, poky is patched version for rpm 4 support):
 
        git clone git@github.com:eurogiciel-oss/poky.git
 
@@ -32,7 +32,7 @@ Download openembedded layers:
 
 Download tizen layer:
 
-       git clone git@github.com:eurogiciel-oss/meta-tizen.git
+       git clone ssh://${YOURID}@review.tizen.org:29418/scm/bb/meta-tizen
 
 # Configuration
 
@@ -59,7 +59,6 @@ for the recipes.
          ${WORKINGDIR}/poky/meta-yocto \
          ${WORKINGDIR}/poky/meta-yocto-bsp \
          ${WORKINGDIR}/meta-intel \
-         ${WORKINGDIR}/meta-intel/meta-isg/meta-haswell-wc \
          ${WORKINGDIR}/meta-openembedded/meta-efl \
          ${WORKINGDIR}/meta-openembedded/meta-oe \
          ${WORKINGDIR}/meta-openembedded/meta-multimedia \
@@ -68,7 +67,7 @@ for the recipes.
          ${WORKINGDIR}/meta-tizen \
          "
        #For Arch haswell
-       #BBLAYERS_append = "${WORKINGDIR}/meta-intel/meta-haswell-wc "
+       #BBLAYERS_append = "${WORKINGDIR}/meta-intel/meta-isg/meta-haswell-wc "
        #For Arch Ivy
        BBLAYERS_append = "${WORKINGDIR}/meta-intel/meta-romley "