aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-07-24Merge pull request #2 from drewmoseley/kversion-updatementor/mel6Michael Brown
local.conf.in: Document shorter KVERSION
2013-07-24local.conf.in: Document shorter KVERSIONDrew Moseley
This is no longer needed to synchronize the kernel header versions. It is currently only used in the package naming so use just the major and minor kernel version numbers to avoid having to constantly update it. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2013-07-22Merge pull request #1 from mdurnev/mdurnev/systemtapChristopher Larson
systemtap: Add -lpthread option in LDFLAGS.
2013-07-18systemtap: Add -lpthread option in LDFLAGS.Mikhail Durnev
* CodeSourcery toolchain 2013.05-27 gives an error about pthread_cacel symbol. Toolchain was not able to load libpthread.so automatically so we have to link it manually. * CB-2122 Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Backported from master branch. Original commit is 296b92963f40fdd17b904f5ff3f6f780054ccd8f Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
2013-06-03local.conf.in: Add docs for "extra-qa-kernel-configs"Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2013-06-03Install 32-bit version of libncurses5 when neededDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2013-05-31bluez4: Install bluetooth-agent utility for pairing devicesNoor
SB-1168 Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> (cherry picked from commit b7acd757bedfa73f959071df5b3f9bc73e95a216) Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-28Merge branch 'conditionalize-qa' of git://github.com/drewmoseley/meta-mentor ↵Christopher Larson
into pull-requests * 'conditionalize-qa' of git://github.com/drewmoseley/meta-mentor: local.conf.in: Add docs for "extra-qa-packages"
2013-05-23local.conf.in: Add docs for "extra-qa-packages"Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2013-05-22Merge commit '41d74c1ec8dc9ee50c67add52b5ec313ba47261d' into pull-requestsChristopher Larson
* commit '41d74c1ec8dc9ee50c67add52b5ec313ba47261d': udev: Add udev rule to handle CHANGE event
2013-05-21udev: Add udev rule to handle CHANGE eventAbbas Raza
When SD card is ejected from card reader without proper unmounting, kernel does not generate a REMOVE event, instead it generates a CHANGE event(only if polling is enabled /sys/module/block/parameters/events_dfl_poll_msecs) and we don't have any udev rule in automount.rules to handle this, so partitions never get unmounted. unmounting of partitions can be done if udev rules handle this CHANGE event. Signed-off-by: Abbas Raza <Abbas_Raza@mentor.com>
2013-05-20Merge branch 'fix-spacing-and-quotes' of ↵Christopher Larson
git://github.com/drewmoseley/meta-mentor into pull-requests * 'fix-spacing-and-quotes' of git://github.com/drewmoseley/meta-mentor: local.conf.in: Fix spacing, quotes and duplicate entries.
2013-05-20Merge branch 'add-commented-pn-overrides' of ↵Christopher Larson
git://github.com/drewmoseley/meta-mentor into pull-requests * 'add-commented-pn-overrides' of git://github.com/drewmoseley/meta-mentor: local.conf.in: Add commented options for kernel and u-boot
2013-05-20Merge branch 'add-copyleft-all' of git://github.com/drewmoseley/meta-mentor ↵Christopher Larson
into pull-requests * 'add-copyleft-all' of git://github.com/drewmoseley/meta-mentor: copyleft_compliance: add do_prepare_copyleft_sources_all
2013-05-20copyleft_compliance: add do_prepare_copyleft_sources_allChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit cf957f95f70df61c6bfbc793b06fdf759b4506c3)
2013-05-17local.conf.in: Fix spacing, quotes and duplicate entries.Drew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2013-05-16local.conf.in: Add commented options for kernel and u-bootDrew Moseley
Add commented options to local.conf template for overriding the linux-imx and u-boot source locations, versions and SRCREV values. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2013-05-15gdbserver-gplv3: don't choke if 'gdbserver' isn't in the packagegroupChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-05-15Merge branch 'more-atp-warning-fixes' of ↵Christopher Larson
git://github.com/mbrown9764/meta-mentor into pull-requests * 'more-atp-warning-fixes' of git://github.com/mbrown9764/meta-mentor: layer.conf: support per-layer bbappends guile-native: drop no longer needed append mel: quiet a couple meta-systemd bbappend warnings
2013-05-14layer.conf: support per-layer bbappendsChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit 2d26db9bba123d380457fd8ab9b0d8fdb6619552) Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-14guile-native: drop no longer needed appendChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit f9106ba17992d4fabc34ace5446048d379f77794) Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-14mel: quiet a couple meta-systemd bbappend warningsChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit 9259e0d434dd8acfc18fab17266dee3c8789855a) Conflicts: conf/distro/include/mel.conf Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-14local.conf.in: drop trailing whitespaceChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-05-14Merge branch 'cherry-pick-warning-fixes' of ↵Christopher Larson
git://github.com/mbrown9764/meta-mentor into pull-requests * 'cherry-pick-warning-fixes' of git://github.com/mbrown9764/meta-mentor: linux-{imx,qoriq-sdk,omap4}: add missing SRC_URI separator linux-imx: catch up with upstream update to 3.0.35 Utilize layer-specific bbappends avahi-ui: add missing python deps, use python-dir package.bbclass: make exclusion warning a note instead
2013-05-14Merge branch 'pull-fixes-from-atp' of ↵Christopher Larson
git://github.com/mbrown9764/meta-mentor into pull-requests * 'pull-fixes-from-atp' of git://github.com/mbrown9764/meta-mentor: gconf: inherit gettext copyleft_compliance: set 'dirs' flag on task archive-release: disable binary artifact compression
2013-05-14Merge branch 'local-conf-template-updates' of ↵Christopher Larson
git://github.com/mbrown9764/meta-mentor into pull-requests * 'local-conf-template-updates' of git://github.com/mbrown9764/meta-mentor: Add some commented options to local.conf template
2013-05-14Add some commented options to local.conf templateMichael Brown
Added the following commented options to the local.conf.in template: Instructions for building the r/o root FS mklibs section from local.conf.extended Instructions for building/including the risky gstreamer plugins Instructions for building simulating a no network environment Instructions for accepting the FSL EULA (mx6q machine only)
2013-05-14gconf: inherit gettextChristopher Larson
JIRA: SB-1080 Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit 3991612c6cf520efccb669c24301713f82392db0) Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-14copyleft_compliance: set 'dirs' flag on taskChristopher Larson
Without this, due to bitbake defaulting to ${B}, it's possible to get ${S} inadvertantly created before do_unpack, breaking the unpack of git sources, which expect the destination to not exist. JIRA: SB-1121 Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit bfca71ec45641185a20680df0a9133b9bdeb9052) Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-14archive-release: disable binary artifact compressionChristopher Larson
Patch courtesy Mikhail Durnev. Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit 7f3af7f125364bfaccde8b4b590534c87328031b) Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-14linux-{imx,qoriq-sdk,omap4}: add missing SRC_URI separatorChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit 5fe66d3e86c175de9fff072f858e317d7223b59f) Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-14linux-imx: catch up with upstream update to 3.0.35Christopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit b0853efc6595705e6fdacc2a6993909647a10bf3) Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-14Utilize layer-specific bbappendsChristopher Larson
This silences the bbappend warnings. Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit 923f9428ec800892cebbb52fb6925a3fa2451ebc) Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-14avahi-ui: add missing python deps, use python-dirChristopher Larson
Fixes warnings about unpackaged python files. JIRA: SB-1144 Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit 73eb8a4a429ac6738df47b0261ca9fb7ea72f9d3) Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-14package.bbclass: make exclusion warning a note insteadChristopher Larson
This isn't a case of something questionable occurring, it's a case of the configuration being obeyed, which is as it should be. Make it a note. The user can still examine the do_package log if they want to know why a package isn't being emitted. JIRA: SB-1144 Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit 914cf0642cea6b0784f3d9fbca6d1930dadccc34) Signed-off-by: Michael Brown <mw_brown@mentor.com>
2013-05-09mel.conf: Add kernel-config-fragments bbclassMichael Powell
Signed-off-by: Michael Powell <michael_powell@mentor.com> Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-05-03subversion: use the archive site as the APACHE_MIRRORChristopher Larson
Quiets a fetch failure warning. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-05-03freetype: drop no longer needed fix which is breaking buildsChristopher Larson
This was overriding EXTRA_OECONF rather than appending to it, which removed upstream's --without-zlib and --without-bzip2, meaning the freetype build was nondeterministic, and sstate reuse could be problematic as a result. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-05-03mel: bbmask the oe-core external-sourcery-toolchainChristopher Larson
Bitbake is incorrectly including it when checking for preference conflicts, even though it isn't preferred and isn't going to be built. Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit 2b43aaa7dd23d62c70417d56ee5de32152e7a126) Conflicts: conf/distro/include/mel.conf
2013-05-03isolated-sstate-dir: also grab siginfoChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com> (cherry picked from commit 69896518ec3c9400fdaa294978df9e24844e8733)
2013-05-02kernel.bbclass: remove, no longer neededChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-05-01archive-release: update DEPLOY_IMAGES to be less strict for dtb filesMichael Powell
Signed-off-by: Michael Powell <michael_powell@mentor.com> Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-05-01systemtap: fix compile failure for ARMDrew Moseley
Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-04-29avahi-ui: enabled python and set PYTHON_SITEPACKAGES_DIR.Noor
* When creating ade we get an error "opkg-p2:Package "python-avahi" is missing (required by avahi-discover). By default python-avahi package is not building so enabled python. * PYTHON_SITEPACKAGES_DIR so that FILES_python-avahi variable can find files are correct path. * Fixes SB-1111. * Good candidate for upstream. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2013-04-29mel: run do_populate_lic for deps of an imageChristopher Larson
Ensure that the license manifest is complete. Currently, the manifest code skips emission of licenses which aren't in deploy/licenses, and does so nearly silently. A warning is printed, but it's only visible in the do_rootfs task log. This ensures the populate_lic task is run for the deps of an image, as a workaround. I expect that the correct fix upstream would be to alter the manifest generation behavior for the case where the generic license files aren't in deploy/licenses. JIRA: SB-1122 Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-04-17local.conf.in: add ALLOW_GPLV3_GDBSERVER infoChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-04-17mel.conf: include gdbserver-gplv3.incChristopher Larson
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-04-17gdbserver-gplv3.inc: add file to make it easier to opt-in to gdbserverChristopher Larson
This is intended to make it easier to keep building the gdbserver package from external-sourcery-toolchain, while still making its inclusion explicit (it's GPLv3). Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-04-17mel.conf: add LICENSE_EXCLUSION to do_package[vardeps]Christopher Larson
Ensure that changes to INCOMPATIBLE_LICENSE change the checksum of affected do_package tasks. Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2013-04-17package.bbclass: ensure license excluded files aren't packagedChristopher Larson
An excluded package left its files behind, which meant they could end up in another package instead, meaning we could ship GPLv3 binaries even with GPLv3 in INCOMPATIBLE_LICENSE. Skip the files belonging to the excluded packages to prevent this from occurring. Signed-off-by: Christopher Larson <chris_larson@mentor.com>