summaryrefslogtreecommitdiffstats
path: root/meta/classes-global
diff options
context:
space:
mode:
authorEmil Kronborg <emil.kronborg@protonmail.com>2024-05-23 12:56:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-06-03 07:47:04 +0100
commit93b8b92ba6e82caf6766d71557eb7c8ca35558b0 (patch)
tree455c39a3f4c1e7c8a9fed7f1c209074db5b41cf8 /meta/classes-global
parent920537c840828ff99a63eeed24085de255e097a9 (diff)
downloadpoky-93b8b92ba6e82caf6766d71557eb7c8ca35558b0.tar.gz
insane.bbclass: remove leftover variables and comment
The code that used these variable and the comment was introduced in commit b44d32ef41ef ("insane.bbclass: Portions of code were not running, fix this and sync with OE.dev. Also add tests for bad sysroot rpaths in binaries"). Later, in commit 17dae13fabe2 ("insane.bbclass: Fix ELF bitsize comparison"), some of that code was removed again, but not the variables and the comment. (From OE-Core rev: 730d00b0d1d1d617b62900be12fa034bb41fc48b) Signed-off-by: Emil Kronborg <emil.kronborg@protonmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-global')
-rw-r--r--meta/classes-global/insane.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insane.bbclass
index b9d11d4910..151cf0c4ea 100644
--- a/meta/classes-global/insane.bbclass
+++ b/meta/classes-global/insane.bbclass
@@ -835,10 +835,6 @@ def prepopulate_objdump_p(elf, d):
835 835
836# Walk over all files in a directory and call func 836# Walk over all files in a directory and call func
837def package_qa_walk(warnfuncs, errorfuncs, package, d): 837def package_qa_walk(warnfuncs, errorfuncs, package, d):
838 #if this will throw an exception, then fix the dict above
839 target_os = d.getVar('HOST_OS')
840 target_arch = d.getVar('HOST_ARCH')
841
842 warnings = {} 838 warnings = {}
843 errors = {} 839 errors = {}
844 elves = {} 840 elves = {}