**** BEGIN LOGGING AT Fri Oct 26 02:59:59 2018 Oct 26 12:53:26 khem, I really don't know the matter deeply but I think there is a (kernel?) bug with bpf and arm 32b Oct 26 12:53:44 the .o objects are 64b Oct 26 12:56:04 I see you disabled bpf for x86/32 bit Oct 26 12:56:25 (kernel-selftest for the casual reader) Oct 26 17:41:35 reading https://cilium.readthedocs.io/en/stable/bpf/ it seems 64 bit is the default for bpf Oct 26 17:47:34 and For the generated object file LLVM (>= 3.9) uses the official BPF machine value, that is, EM_BPF (decimal: 247 / hex: 0xf7) Oct 26 17:47:54 so maybe we should fix insane.bbclass instead or skip the checks Oct 26 18:13:54 khem, ah, is even easier than this... Oct 26 18:14:30 arm-oe-linux-musleabi-objdump -p -> test/bpf/test_xdp_noinline.o: file format not recognized Oct 26 18:14:52 llvm-objdump must be used Oct 26 18:15:18 then you get file format ELF64-BPF as in your last patch Oct 26 18:15:52 still wondering about 64bit objects to be loaded for 32 bit kernel...uh Oct 26 20:50:57 hello. i have created an image for a machine that can have two different screens. i'd prefer not creating a new machine for each screen and not patching the recipes... is there a way to add custom configuration variables accessible from local.conf? Oct 26 20:51:32 (to be used by the bitbake recipe, because video resolution is set through kernel command line) Oct 26 20:53:27 or, put another way: variable scopes are pretty murky... can i just set something in local.conf and query it in the recipe, or are there only special blessed variables that make it from local.conf to certain recipes? Oct 26 21:10:42 maelcum: There aren't "blessed" variables Oct 26 21:10:57 from local.conf at least Oct 26 21:20:42 ok thanks, i'm running an experiment with one approach... Oct 26 21:21:26 (just set it in local.conf and use base_conditional in the recipe) Oct 26 21:35:51 yeah well, it's not working Oct 26 21:36:12 local.conf: ESTEC_SCREEN = "480x272" Oct 26 21:36:30 u-boot .bbappend file: SRC_URI += "${@base_conditional('ESTEC_SCREEN', '480x272', 'file://0003-wurst-kaese.patch', '', d)}" Oct 26 21:36:44 that patch file does not exist and should produce an error at parse time (right?) Oct 26 21:38:19 nvm Oct 26 21:38:29 it's only a warning, i didn't read the warnings Oct 26 21:38:38 i.e. it does work **** ENDING LOGGING AT Sat Oct 27 03:00:00 2018