distro data: Update distro data tracking data

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold
2010-09-14 04:42:09 -07:00
parent d1ff9aa4f3
commit 3197bcfcbc
7 changed files with 10 additions and 10 deletions

View File

@@ -25,7 +25,6 @@ python distro_eventhandler() {
addtask distrodata_np
do_distrodata_np[nostamp] = "1"
python do_distrodata_np() {
localdata = bb.data.createCopy(d)
pn = bb.data.getVar("PN", d, True)
bb.note("Package Name: %s" % pn)
@@ -92,7 +91,6 @@ python do_distrodata_np() {
addtask distrodata
do_distrodata[nostamp] = "1"
python do_distrodata() {
logpath = bb.data.getVar('LOG_DIR', d, 1)
bb.utils.mkdirhier(logpath)
logfile = os.path.join(logpath, "distrodata.csv")