flihp / meta-measured

openembedded meta layer containing recipes for TPM / TCG software
Other
20 stars 33 forks source link

grub-efi: fix a QA issue with debug directories #21

Closed derekstraka closed 8 years ago

derekstraka commented 8 years ago

QA Issue: non debug package contains .debug directory: grub-efi

Signed-off-by: Derek Straka derek@asterius.io

derekstraka commented 8 years ago

This problem occurred when using the jethro branches of poky and meta-openembedded:

10:55:37 ERROR: QA Issue: non debug package contains .debug directory: grub-efi path work/corei7-64-poky-linux/grub-efi/2.02-beta3-r0/packages-split/grub-efi/usr/lib/grub/x86_64-efi/.debug/scsi.module [debug-files] 10:55:38 ERROR: QA run found fatal errors. Please consider fixing them. 10:55:38 ERROR: Function failed: do_package_qa 10:55:38 ERROR: Logfile of failure stored in: /var/build/build/tmp/work/corei7-64-poky-linux/grub-efi/2.02-beta3-r0/temp/log.do_package_qa.2494 10:55:38 NOTE: recipe grub-efi-2.02-beta3-r0: task do_package_qa: Failed 10:55:38 ERROR: Task 385 (/var/build/poky/meta-measured/recipes-bsp/grub/grub-efi_git.bb, do_package_qa) failed with exit code '1'

derekstraka commented 8 years ago

There are a couple more updates that I will do for krogoth in this PR

derekstraka commented 8 years ago

The other krogoth issues were resolved internally without needing changes in meta-measured

flihp commented 8 years ago

Tried to repro this today but didn't see the QA warnings. I built both jethro and master. I don't see any harm in taking this regardless but I'm curious as to where the issue is coming from. Could it be related to Poky? (I test "distroless")

flihp commented 8 years ago

No movement on this in a while: closing. Feel free to re-open if you think it's appropriate.