mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
distro data: Update distro data tracking data
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user