Hello, A minor issue... If you replace the order in linux-mod_src_compile of: touch ${srcdir}/.built cd ${OLDPWD} into: cd ${OLDPWD} touch ${srcdir}/.built srcdir may be relative to WORKDIR, with full backward compatibility... So, for example: bc_3des(block:"${S}/mod":mod/3des) Maybe written as: bc_3des(block:mod:mod/3des) Thanks!
I hope you're right about the full backwards compatibility thing :) committed, thanks!