From 1f17567d80ad4bbdb244c39aeb2c39d072044056 Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 18 Apr 2014 17:45:12 +0200 Subject: [PATCH] meta-tizen: update readme, add tmp workaround. Change-Id: I356f82d3523d89d382ffa916bc5507dd1e4d01d3 (From meta-tizen rev: bfe369e5e1236f0b19a8feae7ce17052ec48e5bb) Signed-off-by: Patrick Ohly --- meta-tizen/README.md | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/meta-tizen/README.md b/meta-tizen/README.md index 353f5c5..a3c4253 100644 --- a/meta-tizen/README.md +++ b/meta-tizen/README.md @@ -50,10 +50,10 @@ for the recipes. # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = "6" - + BBPATH = "${TOPDIR}" BBFILES ?= "" - + BBLAYERS ?= " \ /home/user/yocto/poky/meta \ /home/user/yocto/poky/meta-yocto \ @@ -72,7 +72,8 @@ for the recipes. Most of default values can be kept. The one that needs to be changed is: - MACHINE ?= "haswell-wc" + MACHINE ?= "qemux86-64:wq + :wq" Other useful option to set: @@ -113,6 +114,19 @@ Example of a complete configuration file (without comments): ASSUME_PROVIDED += "libsdl-native" CONF_VERSION = "1" +1) Unfortunately we have to copy some files to the meta directory +#ls -1 classes/ + image.bbclass + rootfs_rpm.bbclass +#ls -1 lib/oe/ +package_manager.py +smack.py + +This should be temporary and will be removed as soon as possible. + +# cp classes/* ${POCKY_PATH}/meta/classes/ +# cp lib/oe/* ${POCKY_PATH}/lib/oe/ + # Build the Tizen Common image bitbake tizen-common-core-image-minimal @@ -122,11 +136,11 @@ Two useful options are: 'k' "Continue as much as possible after an error. While the target that failed and anything depending on it cannot be built, as much as possible will be built before stopping." - + 'v' "Output more log message data to the terminal." Which gives: - - bitbake -kv tizen-common-core-image-minimal - -The generate image can be found in tmp/deploy/images/genericx86-64/ + 1) bitbake -kv tizen-common-core-image-minimal + 2) runqemu qemux86-64 tizen-common-core-image-minimal bootparams="S" + 3) /etc/smack/init_attr +The generate image can be found in tmp/deploy/images/qemux86-64/ -- 2.7.4