ensure-config-sandbox-for-make-env
authorVagrant Cascadian <vagrant@debian.org>
Mon, 12 Sep 2016 19:43:29 +0000 (19:43 +0000)
committerVagrant Cascadian <vagrant@debian.org>
Mon, 12 Sep 2016 19:43:29 +0000 (19:43 +0000)
Ensure that CONFIG_SANDBOX is set when running "make env", avoiding a
failure to build caused by config_distro_bootcmd.h following the wrong
codepath...

Gbp-Pq: Name ensure-config-sandbox-for-make-env.patch

include/configs/sandbox.h

index 94e024bfb2013ec6536d55da9c44f955b9e44371..d022a31a0c5cabe3440616b285f41f1e8672865c 100644 (file)
 
 #define CONFIG_BOOTCOMMAND ""
 
+#ifndef CONFIG_SANDBOX
+#define CONFIG_SANDBOX 1
+#endif
 #include <config_distro_bootcmd.h>
 
 #define CONFIG_KEEP_SERVERADDR