| Submitter | Scott Garman |
|---|---|
| Date | June 12, 2012, 8:36 p.m. |
| Message ID | <23b7d7dab475caca4558e3b20db534122bee1525.1339533128.git.scott.a.garman@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/29727/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 907c59b..9557433 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -131,6 +131,7 @@ PSEUDO_PASSWD = "${IMAGE_ROOTFS}" do_rootfs[nostamp] = "1" do_rootfs[dirs] = "${TOPDIR}" do_rootfs[lockfiles] += "${IMAGE_ROOTFS}.lock" +do_rootfs[cleandirs] += "${S}" do_build[nostamp] = "1" # Must call real_do_rootfs() from inside here, rather than as a separate