1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

Swabber's update_distro automatically updates the blob now.

Signed-off-by: Alex deVries <alex.devries@windriver.com>
This commit is contained in:
Alex deVries
2010-11-25 11:01:22 -05:00
committed by Richard Purdie
parent b544d01c23
commit 4c72af62b9
+1 -5
View 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}