Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libcgroup: Add libcgroup | Mark Hatle | 2012-05-18 | 1 | -0/+27 |
| | | | | | | | | add libcgroup recipe from meta-openembedded/meta-oe as of commit: 902ed05dfca3ce2b98fc9e3a4cafdee956130df7 Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | ||||
* | Revert libcgroup additions and patches | Mark Hatle | 2012-05-18 | 3 | -218/+0 |
| | | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com> | ||||
* | sysvinit: Fix environment variables override bug. | Xin Ouyang | 2012-04-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | As we have specified "-e MAKEFLAGS= " to make, environment variables will override variables in the top makefile but not subdir makefiles. Current bb uses sysvinit-xxx/src as ${B}, the environment variable CPPFLAGS would override all "CPPFLAGS" lines in sysvinit-xxx/src/Makefile. Such as "CPPFLAGS+= -DACCTON_OFF", "CPPFLAGS += $(SELINUX_DEF)" and "CPPFLAGS += -DINIT_MAIN". This causes some sections(#ifdef INIT_MAIN/WITH_SELINUX ... #endif) will never be used. | ||||
* | sysvinit: bbappend to build with libselinux. | Xin Ouyang | 2012-04-17 | 2 | -0/+81 |
| | | | | Also a patch from sysvinit upstream to fix selinux init. | ||||
* | libcgroup: Add libcgroup for initscripts. | Xin Ouyang | 2012-02-29 | 2 | -0/+152 |
| | |||||
* | libcgroup: Add new version 0.38 | Xin Ouyang | 2012-02-28 | 1 | -0/+33 |
| | |||||
* | libcgroup: Fix the summary and description. | Xin Ouyang | 2012-02-28 | 1 | -1/+9 |
| | |||||
* | libcgroup: needed by policycoreutils. | Xin Ouyang | 2012-02-13 | 1 | -0/+25 |