aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/setup-defconfig.inc
AgeCommit message (Collapse)Author
2022-02-22meta-ti: create a sub-layer meta-ti-bsp from existing contentDenys Dmytriyenko
Extra sub-layers will be created next and relevant content moved across them. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2020-10-14linux-ti-staging: extract common rdepends, pass defconfig_builder.sh via ↵Denys Dmytriyenko
variable Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
2016-10-10recipes: python3 fixesDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-06-20linux-ti-staging: update to 4.4.13, use new defconfig builderDenys Dmytriyenko
Convert to using tisdk configs from defconfig_map processed by defconfig_builder. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-01-22linux-ti-staging: split out systest defconfig into own recipeDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-02-27kernel .inc: fix the breakage due to S!=B separation in masterDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-01-09setup-defconfig: fix bashismDenys Dmytriyenko
Reported by Francesco Del Degan Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-01-08setup-defconfig: support combined defconfig with listed config fragmentsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-05-23setup-defconfig: allow use of in-kernel config fragmentsMaupin, Chase
* Allow the use of in-kernel config fragments instead of only pulling config fragments from the OE meta data. * The absolute path to the config fragment is used to allow pointing to different fragment locations. * Update the linux-ti-staging_3.12 recipe which uses config fragments to specify the absolute path Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-05-06setup-defconfig.inc: implement config fragments by using in-kernel scriptDenys Dmytriyenko
* Use in-kernel merge_config.sh script and KERNEL_CONFIG_FRAGMENTS list * Move copying provided defconfig from own task to do_configure() for atomicity * Don't use curly brackets for shell variables to avoid conflict with Bitbake Signed-off-by: Denys Dmytriyenko <denys@ti.com> Reviewed-by: Chase Maupin <chase.maupin@ti.com>
2013-04-17setup-defconfig: allow using KERNEL_LOCALVERSIONChase Maupin
* Add capability to use KERNEL_LOCALVERSION to set an extra version string in the kernel. This mimics functionality submitted to the kernel.bbclass but since this overwrites the do_configure it must be added here as well. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-03-11setup-defconfig: move from meta-arago to meta-tiChase Maupin
* Moved the setup-defconfig.inc file from meta-arago to meta-ti. This functionality is used by the SDKs to allow the option for using an in-tree configuration file for the kernel build. * This option was chosen to make it easy for other layers to override the config with their own using the normal OE method of specifying a defconfig file in their layer rather than having to use some custom variable setting. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>