Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-03-21 | base.bbclass: add popen/system convenience functions | Christopher Larson | 1 | |
Provides oe_popen, which is a subprocess.Popen wrapper that automatically provides our exported variables in the environment, including the PATH, and oe_system, which is just a wrapper that acts like system. Signed-off-by: Chris Larson <clarson@mvista.com> Acked-by: Tom Rini <tom_rini@mentor.com> | ||||
2010-03-19 | Initial split of base.bbclass | Chris Larson | 1 | |
Acked-by: Richard Purdie <rpurdie@linux.intel.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Signed-off-by: Chris Larson <chris_larson@mentor.com> |