Advertisement
Guest User

Untitled

a guest
Mar 11th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. File: '/mnt/DATA/abcdabcd/core/meta/classes/image.bbclass', lineno: 255, function: do_rootfs
  2. 0251:do_rootfs[umask] = "022"
  3. 0252:do_rootfs[file-checksums] += "${POSTINST_INTERCEPT_CHECKSUMS}"
  4. 0253:addtask rootfs after do_prepare_recipe_sysroot
  5. 0254:
  6. *** 0255:fakeroot python do_image () {
  7. 0256: from oe.utils import execute_pre_post_process
  8. 0257:
  9. 0258: d.setVarFlag('REPRODUCIBLE_TIMESTAMP_ROOTFS', 'export', '1')
  10. 0259: pre_process_cmds = d.getVar("IMAGE_PREPROCESS_COMMAND")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement