|
@@ -261,7 +261,7 @@ PACKAGE_CLASSES = "package_rpm package_ipk package_deb"
|
|
|
BB_SIGNATURE_HANDLER = "OEBasicHash"
|
|
|
""")
|
|
|
self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash")
|
|
|
- bitbake("core-image-sato -S none")
|
|
|
+ bitbake("core-image-weston -S none")
|
|
|
self.write_config("""
|
|
|
MACHINE = "qemux86"
|
|
|
TMPDIR = "${TOPDIR}/tmp-sstatesamehash2"
|
|
@@ -273,12 +273,12 @@ PACKAGE_CLASSES = "package_rpm package_ipk package_deb"
|
|
|
BB_SIGNATURE_HANDLER = "OEBasicHash"
|
|
|
""")
|
|
|
self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash2")
|
|
|
- bitbake("core-image-sato -S none")
|
|
|
+ bitbake("core-image-weston -S none")
|
|
|
|
|
|
def get_files(d):
|
|
|
f = []
|
|
|
for root, dirs, files in os.walk(d):
|
|
|
- if "core-image-sato" in root:
|
|
|
+ if "core-image-weston" in root:
|
|
|
# SDKMACHINE changing will change
|
|
|
# do_rootfs/do_testimage/do_build stamps of images which
|
|
|
# is safe to ignore.
|
|
@@ -306,7 +306,7 @@ NATIVELSBSTRING = \"DistroA\"
|
|
|
BB_SIGNATURE_HANDLER = "OEBasicHash"
|
|
|
""")
|
|
|
self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash")
|
|
|
- bitbake("core-image-sato -S none")
|
|
|
+ bitbake("core-image-weston -S none")
|
|
|
self.write_config("""
|
|
|
TMPDIR = \"${TOPDIR}/tmp-sstatesamehash2\"
|
|
|
TCLIBCAPPEND = \"\"
|
|
@@ -314,7 +314,7 @@ NATIVELSBSTRING = \"DistroB\"
|
|
|
BB_SIGNATURE_HANDLER = "OEBasicHash"
|
|
|
""")
|
|
|
self.track_for_cleanup(self.topdir + "/tmp-sstatesamehash2")
|
|
|
- bitbake("core-image-sato -S none")
|
|
|
+ bitbake("core-image-weston -S none")
|
|
|
|
|
|
def get_files(d):
|
|
|
f = []
|