generic-poky/meta/recipes-kernel/kmod
Robert Yang 2752d71e8d kmod: set ac_cv_path_DOLT_BASH to /usr/bin/env bash
The shebang's length is usually 128 as defined in /usr/include/linux/binfmts.h:
  #define BINPRM_BUF_SIZE 128

So there would be errors when /path/to/hosttools/bash is longer than 128:

/bin/sh: ./doltcompile: [snip]: bad interpreter: No such file or directory

Set ac_cv_path_DOLT_BASH to "/usr/bin/env bash" to fix the problem.

(From OE-Core rev: fd2758ed26e8ed6d76c66af0275c4aafbec758ac)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-04-10 23:00:43 +01:00
..
kmod kmod: Fix handling of quotes in kernel command line 2017-01-31 14:43:01 +00:00
depmodwrapper-cross_1.0.bb depmodwrapper-cross/qemuwrapper-cross: Drop unneeded binutils dependency 2017-02-23 12:49:49 -08:00
kmod-native_git.bb kmod: Update to Rev 16 via git 2014-01-06 22:17:29 +00:00
kmod.inc kmod: set ac_cv_path_DOLT_BASH to /usr/bin/env bash 2017-04-10 23:00:43 +01:00
kmod_git.bb kmod: use bash-completion.bbclass 2016-01-30 11:37:02 +00:00