]> code.ossystems Code Review - openembedded-core.git/commit
image: Deploy images to IMGDEPLOYDIR
authorEd Bartosh <ed.bartosh@linux.intel.com>
Thu, 1 Sep 2016 08:56:00 +0000 (11:56 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Sep 2016 23:05:12 +0000 (00:05 +0100)
commit6d969bacc718e21a5246d4da9bf9639dcae29b02
tree53fac42f414d16a33c5f6b601a8d09af34adf205
parent8969b885044eb46dba3dbf62a0243aef673443d3
image: Deploy images to IMGDEPLOYDIR

Changed deployment directory from DEPLOY_DIR_IMAGE to
IMGDEPLOYDIR to make sstate machinery to do final deployment and
generate manifest.

Renamed variable deploy_dir to deploy_dir_image in selftest code
to avoid confusion with DEPLOYDIR variable.

Updated the code of rootfs.py:Rootfs class to use IMGDEPLOYDIR variable
as it's now used as a new deployment destination.

Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/image-live.bbclass
meta/classes/image-vm.bbclass
meta/classes/image.bbclass
meta/classes/image_types.bbclass
meta/classes/image_types_uboot.bbclass
meta/classes/rootfs-postcommands.bbclass
meta/classes/syslinux.bbclass
meta/lib/oe/rootfs.py
meta/lib/oeqa/selftest/imagefeatures.py
meta/recipes-core/images/build-appliance-image_15.0.0.bb