libwebsockets: correct build issue
[scm/bb/meta-tizen.git] / README.md
index 8b19766..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
 
@@ -52,14 +52,13 @@ for the recipes.
        BBPATH = "${TOPDIR}"
        BBFILES ?= ""
 
-       WORKINGDIR=${HOME}/yocto
+       WORKINGDIR="${HOME}/yocto"
 
        BBLAYERS ?= " \
          ${WORKINGDIR}/poky/meta \
          ${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 "
 
@@ -99,12 +98,14 @@ Terminal emulator:
 The terminal emulator you want to use.
 
 # WARNING' tmp add to /etc/sudoers 'WARNING
-1)
-  sudoedit /etc/sudoers
-  ronanguirec ALL=(ALL) NOPASSWD: ALL
+1:
+
+       sudoedit /etc/sudoers
+       alice ALL=(ALL) NOPASSWD: ALL
+
+2:
 
-2)
-  bitbake tar-replacement-native
+       bitbake tar-replacement-native
 
 # Build the Tizen Common image