aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-12-04arago-headless-tisdk-image: add full gdb into the image2012.11Denys Dmytriyenko
This is a temporarily hack for now to quickly get gdb into the image. Need later to figure out a proper way of adding gdb into selective builds. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-12-04usbutils: avoid dependency on bashFranklin S. Cooper Jr
* Unbreak usb-devices script by properly patching it. * Mimic the oe-core master patch "usbutils: avoid dependency on bash" 651b223c5fc93c7504e304e954b9ae4640ed47c6. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-12-04usbutils: yank out bash dependency due to GPLv3Denys Dmytriyenko
It might break usb-devices script. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-30kernel.bbclass: sync up with meta-oe, bring in MACHINE_KERNEL_PRDenys Dmytriyenko
Most of the other changes are cosmetic. Plus removal of perf to its own package. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-30u-boot_2012.10-psp05.06.00.00: Remove environment variables patchesFranklin S. Cooper Jr
* Tom committed these environment variables patches to the git tree. * No need to carry these patches in the recipe anymore. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29task-arago-toolchain-tisdk-target: Add task-arago-toolchain-tisdk-targetFranklin S. Cooper Jr
* This task is used to group up all the various sdk-target tasks to enable SDK users to build applications using libraries that are included in the SDK. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29am-sysinfo: Update am-sysinfo to pulled in makefile fixFranklin S. Cooper Jr
* Updated commit addressed an issue that required the makefile to create and remove the Release and Debug directory. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29arago-tisdk-image: Rename recipe to tisdk-rootfs-imageFranklin S. Cooper Jr
* The class tisdk-image had issues with an image having a name that is different than the recipe name. * Renaming the image recipe to match the name of the image that is created. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29wif-direct-demo: Remove unnecessary ${PN} from package listFranklin S. Cooper Jr
* The current recipe added ${PN} to the PACKAGES variable. By default ${PN} is already included in the PACKAGES variable which resulted in the error: "ERROR: wifi-direct-demo is listed in PACKAGES multiple times, this leads to packaging errors." * Removing ${PN} from the PACKAGES += statement fixes this issue Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29arago-tisdk-image: Add task-arago-tisdk-amsdkFranklin S. Cooper Jr
* Add amsdk task which pulls in SDK specific scripts and files. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29arago-amsdk-image: Add task-arago-tisdk-amsdk-sdk-hostFranklin S. Cooper Jr
* Add amsdk task which pulls in SDK specific scripts, files and applications. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29task-arago-tisdk-amsdk: Add a new SDK related taskFranklin S. Cooper Jr
* Add a task to pull in amsdk related recipes. This includes applications and scripts installed in the SDK and scripts installed in the filesystem for the SDK's out of box experience (OOBE). Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29board-port-labs: Tweak recipeFranklin S. Cooper Jr
* Move the git repositories links from the REPOS variable to the SRC_URI. * Remove the repos_checkout task. This allows do_fetch to handle the fetching which is alot faster since the two repositories do not have to be redownloaded every time this recipe is built. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29matrix-gui-clocks: Remove ${PN} package and fix RDEPENDSFranklin S. Cooper Jr
* Nothing should actually go inside the matrix-gui-clocks package. So remove it from the list of packages. * This also fixed an issue where script files were being pulled into the ${PN} package instead of being packaged with the appropriate clock frequency package. * Each provided package should use the same RDEPENDS. Update the recipe so each package has the correct RDEPENDS. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29matrix-gui-apps-git: Correct .desktop filenamesFranklin S. Cooper Jr
* Some of the .desktops for power management related demos had incorrect filenames. * Pulling in the commit that provides the correct filenames. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29task-arago-tisdk-matrix: Remove wifi and bluetooth demosFranklin S. Cooper Jr
* Wifi and bluetooth firmware and drivers have not been accepted in meta-ti. * There are also issues with required scripts and other applications. * Pulling wifi and bluetooth demos until these issues are fixed. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29arago-amsdk-image: Add additional tasks and imageFranklin S. Cooper Jr
* Add additional sdk-host tasks and target filesystem image Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29arago-amsdk-image: Add TI AMSDK image recipeChase Maupin
* This recipe will build a tarball image representing the TISDK installer contents. This tarball can be extracted and used stand-alone or packaged inside of an InstallJammer installer * This recipe will pull in target images to build as well as the meta toolchain image to be used. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-29tisdk-image: class for making TI SDK imagesChase Maupin
* This class handles packaging the following pieces into a single tarball to be installed by InstallJammer as the TI SDK: * source components using the sourceipk functionality * target file systems * cross compile toolchain * TI style software manifest * Additional features/files that are not controlled via recipes can be pulled in optionally using the value set for EXTRA_TISDK_FILES. These files are placed in the SDK according to the directory structure defined in the EXTRA_TISDK_FILES directory. * This class is intended to make building TI SDKs simpler and more consistent across teams. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-28task-arago-qte-toolchain-target: depend on arago standalone task, not coreDenys Dmytriyenko
As core-standalone task was recently replaced with arago-standalone to add few more default packages to the devkit. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-27meta-toolchain-arago: fix previous change for non-Arago toolchainsDenys Dmytriyenko
Prevent parse failure when ARAGO_TARGET_SYS is not defined due to using a different toolchain. The meta-toolchain-arago recipe is still somewhat Arago-specific and has some things hardcoded, but this fix at least makes it parseable. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-27meta-toolchain-arago: simplify stub creation, move python setup to gdbDenys Dmytriyenko
Setup PYTHONHOME and PYTHONPATH variables only locally for gdb binary, allowing other tools to use host python. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-26kernel.bbclass: remove explicit version.h targetBruce Ashfield
The compilation routine for the kernel has an explicit call to build version.h, which works fine for most kernels, but the location of it has recently changes. commit d183e6f5 [UAPI: Move linux/version.h] commit 10b63956 [UAPI: Plumb the UAPI Kbuilds into the user header installation and checking] moves the file to include/generated/linux/version.h and then to include/generated/uapi/linux/version.h. As a result kernel builds of 3.7 or bisection builds of intermediate kernel commits will fail with: make[2]: *** No rule to make target `include/linux/version.h'. Stop. Making the explicit version.h build conditional on the version, or via a file test would fix the problem, but it introduces some complexity to the build. Even without an explicit call to build version.h, it is always produced by the kernel build, so it can simply be removed. This extra make line was originally so that the kernel version could be determined, so that then different instructions could be executed depending on whether it was a 2.4 or 2.6 kernel. Since we no longer support 2.4, this code is no longer needed. [YOCTO: #3293] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-26kernel.bbclass: overlay latest denzil version in distro part of meta-aragoDenys Dmytriyenko
So we can back-port some of the latest fixes. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-26libjpeg-turbo: switch SRC_URI from https to http, some people reported problemsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-20meta-toolchain-arago: use own task-arago-standalone-sdk-target taskDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-20tcmode-external-arago: package gdbserver from the external toolchainDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-19matrix_gui: remove dependencies on gui and qt for keystoneDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-19task-arago-tisdk-matrix: remove dependencies on gui and qt for keystoneDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-16arago-headless-tisdk-image: provide a headless version ot TISDK imageDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-16arago-tisdk-image,task-arago-tisdk-addons: move arago-test out of addonsDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-16toolchain-external-linaro: add seetings for selecting Linaro toolchainDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-16arago.conf: abstract setting external Arago toolchainDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-15meta-toolchain-arago: improve shell stubs to atomatically source env-setup ↵Denys Dmytriyenko
script Only works in bash, but allows running binaries directly w/o first sourcing the environemt-setup script. Suggested by Chase. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-15external-arago-sdk-toolchain: provide and package gdb conditionallyDenys Dmytriyenko
Based on the setting of PREFERRED_PROVIDER_gdb-cross-canadian-arm Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-13meta-toolchain-arago: special case for gdb to be built as part of ↵Denys Dmytriyenko
canadian-cross-sdk Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-13meta-toolchain-arago-qte: Fix mkspecs locationFranklin S. Cooper Jr
* Mkspecs symbolic link was previously being placed way out side of the toolchain sdk directory. * Create the mkspecs symbolic link inside of the toolchain sdk directory. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-13arago.conf: Switch to latest PSP u-boot releaseFranklin S. Cooper Jr
* Switch to the latest PSP u-boot release being developed for the 2012 fourth quarter Sitara SDK. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-13u-boot_2012.10-psp05.06.00.00: Add NET environment variablesFranklin S. Cooper Jr
* Add environment variables to support network booting Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-13u-boot_2012.10-psp05.06.00.00: Add SPI environment variablesFranklin S. Cooper Jr
* Add variables to support SPI booting Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-13u-boot_2012.10-psp05.06.00.00: Add NAND environment variablesFranklin S. Cooper Jr
* Add support to the default environment variables for NAND boot Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-13u-boot_2012.10-psp05.06.00.00: Fix mmc boot environment settingsFranklin S. Cooper Jr
* Add patch that tweaks environment settings for mmc. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-12u-boot: Add PSP version 05.06.00.00 of u-bootFranklin S. Cooper Jr
* Add PSP version of 05.06.00.00 of u-boot. * This version of u-boot is 2012.10 base with additional am335x specific patches. * Add UVER and PSPREL variable. * These variables are usually located in a bbappend. * When this recipe is moved to meta-ti then these changes should be taken out of the base recipe and placed in a bbappend inside meta-arago-distro. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-12qt4-tools-nativesdk: Select LGPLv2.1 licenseFranklin S. Cooper Jr
* Qt/E gives a choice of LGPLv2.1 or GPLv3. Selecting the LGPLv2.1 license. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-12gst-ffmpeg: Select a non GPLv3 licenseFranklin S. Cooper Jr
* Gst-ffmpeg has two license selection options. Selecting non GPLv3 license. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-12arago.conf: Setting PREFERRED_VERSIONSFranklin S. Cooper Jr
* Setting PREFERRED_VERSIONS to use a specific version of a library or application that does not require a GPLv3 license. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-12linux-am335x_3.2.0-psp05.06.00.00: Disable CONFIG_LOCALVERSION_AUTO optionFranklin S. Cooper Jr
* When a library or application hosted on git is being compiled the .git directory still exist. This wasn't the case for oe-classic which did not include the .git directory. * With the git repository still intact having patches applied to the sources causes the workdir to become dirty. * This results in the kernel name including a -dirty tag when the kernel is built inside of a dirty working directory. * Disabling CONFIG_LOCATIONVERSION_AUTO removes the entire -dirty tag that is added to the kernel name. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-12linux-am335x: Update psp 04.06.00.08 recipeFranklin S. Cooper Jr
* The defconfig that is supposed to override the defconfig in meta-ti was placed in the wrong directory. This was due to a rename of the recipe in meta-ti. * Also the append was adding ${PN} to the additional file path. Updating to ${P} to reflect that the directory is based on both ${PN}-${PV} Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-12task-arago-cross-canadian: add crosssdk gdb to the devkitDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-11-12external-arago-sdk-toolchain: package up gdb from the toolchain as wellDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denys@ti.com>