Age | Commit message (Collapse) | Author | Files |
|
|
|
* Re-base against latest psp defconfig
* Sync-up config with beagleboard
Signed-off-by: Roger Monk <r-monk@ti.com>
|
|
Hi all,
We recently noticed that apr and apr-util recipes were not fetching correctly.
It appears as though the APACHE_MIRROR variable in the bitbake.conf file.
Below is a trivial patch to update the variable.
Regards,
Sean
Signed-off-by: Sean Hudson <Sean_Hudson@Dell.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
- Don't supply site files for native.
- Split up the site information, so we don't need to add every single
combination of os and architecture to the siteinfo.bbclass.
- Drop the ${FILE_DIRNAME}/site-<bits> stuff, there are other ways to do it.
- SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS.
Signed-off-by: Chris Larson <clarson@kergoth.com>
|
|
Will revisit.
This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.
|
|
- Don't supply site files for native
- Split up the site information, so we don't need to add every single
combination of os and architecture to the siteinfo.bbclass
- Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>',
leverage FILESPATH. Now it searches the paths in both BBPATH and FILESPATH
for "site/<sitefile>".
- SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS
Signed-off-by: Chris Larson <clarson@kergoth.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
version, opkg upgrade would break the system. Reverts 48dd1c1.
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
|
|
udev-compat141.
|
|
git://git.openembedded.org/openembedded into org.openembedded.dev
|
|
|
|
|
|
* This would be used to decide if we can use BX in return
instructions in uclibc.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
removed the pinnings of gcc, glibc, binutils etc
these are not needed any more now the recipes involved
have COMPATIBLE_TARGET_SYS to protect against usage
of recipes that do not support nios2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* tmpdir layout is changed bump ABI version to force a rebuild.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
sysroot
* Update references to CROSS_DIR in classes and bitbake.conf.
* This patch is based on Joshua Lock's work in poky.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Ackef-by: Chris Larson <clarson@kergoth.com>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
conditionally apply for arm only.
* Thumb is only relevant for ARM architecture so dont override if architecture is not arm.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
* Currenlty we define the thumb specific overrides in machine tune files
and as machine conf files are included before the distro conf files
the overrides dont get right values and set incorrectly.
* This patch moves the tune-thumb.inc from machine/include into
distro/include and lets distro decide on thumb and thumb-interworking
features based on the machine selected. If a machine which does not
support thumb like all armv4 based machines is selected then distro
makes correct decision now to disable thumb and thumb-interworking
based upon the machine seletected.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
the beagelboard xM
|
|
* This patch reverses the check for EABI support. This would mean
that future processors will not have to be added everytime they
come out.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
|
|
This moves the current CCACHE over to local.conf.sample and documents
when it's useful to enable.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Split the dm3730-am3715-evm machine type into two separate
machines. These are dm37x-evm and am37x-evm.
* This split will allow for being able to distiguish different
MACHINE_FEATURES in the future such as whether the machine has
a DSP or not. This will allow for cleaner task creation.
* In order to be able to choose the proper collateral and software
such as documentation and codecs we need machine types that
differentiate product lines (i.e. AM vs DM) and product
families (i.e. 37x vs 35x). This change allows enough
differentiation to chose proper collateral without
requiring a machine type for every derivative chip.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Acked-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Currenlty we define the thumb specific overrides in machine tune files
and as machine conf files are included before the distro conf files
the overrides dont get right values and set incorrectly.
* This patch moves the tune-thumb.inc from machine/include into
distro/include and lets distro decide on thumb and thumb-interworking
features based on the machine selected. If a machine which does not
support thumb like all armv4 based machines is selected then distro
makes correct decision now to disable thumb and thumb-interworking
based upon the machine seletected.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
|
|
* As Phil points out, not enough people are debugging -native stuff
* The actual bug in the git -native recipe not using links still isn't solved, though
|
|
The new revision includes patch to allow use of gcc-4.5 generated binaries and adds some new features.
|
|
See http://bugs.openembedded.org/show_bug.cgi?id=5451 for further information on xf86-video-msm
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
to DISTRO_FEATURES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
git://git.openembedded.org/openembedded into org.openembedded.dev
|
|
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
|
|
*sigh*
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
nor image content; use SHR_SPLASH_THEME variable instead
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
button
|
|
kudos to SHR for spotting that
|
|
needed for busybox to include networking
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* OVERRIDES here are identical to ones from bitbake.conf
except MACHINE_CLASS which seems to be used nowhere.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|