summaryrefslogtreecommitdiffstats
path: root/meta-arago-distro/recipes-kernel
AgeCommit message (Collapse)Author
2016-08-08copy-defconfig: add ARAGO_KERNEL_SUFFIX to defconfig nameJacob Stiffler
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-08-08linux: copy-defconfig: move create_srcipk task after configureJacob Stiffler
* With sstate support for the sourceipk class, create_srcipk can no longer be successfully called within another task. * Move the create_srcipk task after configure so that the build defconfig is included in the src package. Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-07-03linux-libc-headers: install not-yet upstreamed headers like rpmsg_rpc.hDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-05-18recipes: replace old-style dashes in PRs with dots globallyDenys Dmytriyenko
Note: this will fail the next build with PR service, but is necessary to align with versioning policy and to break the old habit of using dashes in PRs. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-05-02oprofile: drop unneeded bbappendDenys Dmytriyenko
New recipe/package doesn't need to be made machine-specific Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-05-02cryptodev-module: drop local patch, make bbappend version-agnosticDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-01cryptodev-tests: remove, the change got upstreamedDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-01linux: remove bbappends for old kernel versions, removed from meta-tiDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-04-01linux-libc-headers: remove version 4.1, default to 4.4Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-16arago.conf: allow easily selecting systest kernel variantDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-05cryptodev-tests: this time actually change the right file, duhDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2016-02-05cryptodev-tests: don't use STAGING_KERNEL_DIR, fix re-packaging in ↵Denys Dmytriyenko
multi-machine builds Backport from oe-core/master: http://cgit.openembedded.org/openembedded-core/commit/?id=547c2b30573ee0e9e796acf7d8f0411063033282 Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-11-09linux-ti-staging-rt: enable copying defconfig and AUTOREV-ingDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-11-09linux-ti-staging: localversion with latest commit is set in meta-ti nowDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-11-03linux-ti-staging: don't limit commit to 7 characters, let bitbake use 10Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-09-08cryptodev-module: update for changed variable syntaxDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-08-18linux-libc-headers: overlay 4.1Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-08-11Revert "oprofile: drop bbappend"Denys Dmytriyenko
Keep it a bit longer, until a proper resolution is found... This reverts commit f91b650247347acd5dfbb35d220fdb0a42d32e5d.
2015-08-10oprofile: drop bbappendDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-07-22linux-ti-staging: make TISDK-specific bbappend genericDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-07-07copy-defconfig: fix when B != SDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-07-07oprofile: update to the latest 1.0.0 versionDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-07-07powertop: remove upstreamed local fixDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-05-22oprofile: mark as machine-specific due to kernel depsDenys Dmytriyenko
Play it safe for now, as kernels between Sitara and Keystone could be very different. Revisit this when kernels get unified. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-05-08linux: remove obsolete bbappends, corresponding recipes gone from meta-tiDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-04-20powertop: Fix build for !uclibcJacob Stiffler
Recent bitbake 1.24 commits have broken powertop recipe on daisy. * EXTRA_LDFLAGS isn't defined for !uclibc and configure fails - Fix was obtained from the upstream oe-core patch at: https://github.com/openembedded/openembedded-core/commit/a3e9b391e1024d6d2e256b75c214d34e6693e332 Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-02-02sitara-linux-ti-staging: Simply package up the sources don't copy the defconfigFranklin S. Cooper Jr
* Avoid creating a "new" defconfig when the one used by the recipe gives the same exact result. * This also avoids the confusion people have when seeing a defconfig that doesn't exist in any other git tree. * Doing this only makes sense if the defconfig is intree and not being patched. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2015-01-15sitara-linux-ti-staging: Add append to insure kernel sources are packagedFranklin S. Cooper Jr
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-12-09branding-core, recipes: move AUTOREV for kernel, u-boot and ltp-ddtDenys Dmytriyenko
Move setting AUTOREV for important packages into branding-core, so it won't affect other SDK products using meta-arago/master. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-09-08cryptodev-module: fix module name in autoload statementDenys Dmytriyenko
Confusion caused by the recipe name change, but module name hasn't change. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-09-05Revert "recipes: HACK: disable parallel make for out-of-tree modules due to ↵Denys Dmytriyenko
fixdep race" This reverts commit 8371e5e358001bffd0c8cc0b2e4eaa718cef6c65. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-09-04recipes: HACK: disable parallel make for out-of-tree modules due to fixdep raceDenys Dmytriyenko
* The fixdep race happens in the kernel tree when building out-of-tree modules * It is intermittent and doesn't happen allways, but depend on high # of threads * Need to investigate it further, but currently it's blocking release builds * There's a previous report on LKML: https://groups.google.com/forum/#!msg/linux.kernel/j4DdW77nM60/QhgPF1jhKe4J Signed-off-by: Denys Dmytriyenko <denys@ti.com> Cc: Carlos Hernandez <ceh@ti.com>
2014-08-29cryptodev-module: fix autoloading issue with dashed module nameDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
2014-07-18linux-ti-staging: update bbappend for 3.14 versionMaupin, Chase
* Update the bbappend for the linux-ti-staging to work with the 3.14 kernel version. * Set the kernel to AUTOREV while developing the latest 3.14 kernel Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-06-24u-boot-am37x: remove old machine-specific bbappendDenys Dmytriyenko
Also remove left-over from previous commit with empty linux-omapl138-psp config Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-06-23cryptodev: remove local cryptodev, now available in oe-core, adjust nameDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-06-23linux: remove bbappends for old kernel recipes removed from meta-tiDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-06-23linux-ti-staging: remove 3.8 bbappend, as recipe is gone from meta-tiDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
2014-04-24linux-ti-staging: disable AUTOREVDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-03-21cryptodev: Add patch to make cryptodev cross compile friendly.Franklin S. Cooper Jr
* This patch is already upstreamed. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2014-02-06cryptodev: Autoload cryptodev moduleFranklin S. Cooper Jr
* Use module_autoload_<name> feature from kernel-modules-split.bbclass to * autoload kernel module. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-11-04linux-ti-staging: update bbappend for the final 3.12 versionDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-08-26linux-ti-staging: enable LOCALVERSION and AUTOREVDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-07-11linux-am335x-psp: Update to latest 3.2 releaseFranklin S. Cooper Jr
* Update to latest Linux kernel release that adds support for the PG 2.1 evms and 1 Ghz. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-06-28meta-arago-distro: recipes-kernel - Overlay Arago infoSiddharth Heroor
* Based of linux-ti-staging_3.8.bbappend Signed-off-by: Siddharth Heroor <heroor@ti.com> cc: Mrinmayee Hingolikar <mrinmayee@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-05-14linux-am335x: Update variables for sourceipkFranklin S. Cooper Jr
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-04-26linux-ti-staging: lock on to ti2013.04.00 releaseDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-04-26linux-am335x: follow version updates in meta-tiDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-04-18linux-ti-staging: overlay LOCALVERSION fixChase Maupin
* Overlay the LOCALVERSION fix until it can be picked up in the oe-core danny branch Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2013-04-18linux-ti-staging: overlay dtb symlinksChase Maupin
* Overlay the dtb symlinks change until it can be merged into the oe-core danny branch Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>