]> code.ossystems Code Review - openembedded-core.git/commitdiff
Swabber's update_distro automatically updates the blob now.
authorAlex deVries <alex.devries@windriver.com>
Thu, 25 Nov 2010 16:01:22 +0000 (11:01 -0500)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 17 Dec 2010 10:47:02 +0000 (10:47 +0000)
Signed-off-by: Alex deVries <alex.devries@windriver.com>
meta/classes/image-swab.bbclass

index 9ddd1c986c7f594ebb028ef4dd6db80ed3412d30..28918d0a402cff0a5e6c1bd9f77d7f23ee27a9fa 100644 (file)
@@ -60,12 +60,8 @@ python() {
 }
 
 do_generate_swabber_report () {
-  echo "Updating host data"
 
-  # Ensure we have the very latest host information
-  if [ "${NOSWABBERUPDATE}" != "1" ]; then
-     update_distro ${HOST_DATA}
-  fi
+  update_distro ${HOST_DATA}
 
   # Swabber can't create the directory for us
   mkdir -p ${SWABBER_REPORT}