summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
multitech-corecdp-1.xat91bootstrap-2.13: mtcdp - use slow slew rate for SDRAMJesse Gilles15 years
multitech-corecdp-devMerge branch 'multitech-corecdp-1.x' into multitech-corecdp-devJesse Gilles15 years
org.openembedded.devgcc: added 2010.09 Linaro release of gcc-4.5Marcin Juszkiewicz16 years
rmupdate imageJames Maki15 years
testingqt4-embedded: avoid circular dependencies for reciped providing qt4-embeddedBjörn Krombholz16 years
 
TagDownloadAuthorAge
corecdp-1.1.1commit ee2042a17c...Jesse Gilles15 years
corecdp-1.1.0commit 9d8fee76b0...Jesse Gilles16 years
corecdp-1.0.2.1commit 066f4831e2...Jesse Gilles16 years
corecdp-1.0.2commit 7fbbd108b9...Jesse Gilles16 years
corecdp-1.0.1commit 58aff3265c...Jesse Gilles16 years
corecdp-1.0.0commit 65027fd1a6...James Maki16 years
n <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2018-08-15meson: Support building allarch recipes againPeter Kjellerstedt2 This registers "allarch" as a known CPU family. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2018-08-15meson: Split validate-cpu.patch in threePeter Kjellerstedt4 This makes it more suitable to work with, e.g., devtool. It also prepares for the update to 0.47.0 when the first patch will no longer be needed (as it is a backport). Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2018-08-07meson: Add risc-v to known architecturesKhem Raj2 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2018-07-06meson: send user to our wiki instead of Meson bug systemRoss Burton1 If a CPU family isn't recognised the first step should be to verify the mapping. Send the user to a wiki page explaining what to do, instead of directly to the Meson bug tracker. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2018-07-04meson: validate cpu_familyRoss Burton2 Meson has a defined list of known CPU families but these are not currently validated, so mistakes in cross files or new architectures are not noticed. Backport a patch from upstream which warns on unknown architectures, but tweak it to fatally error instead. When we upgrade to Meson 0.47 the first half of this patch can be dropped. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2018-06-07meson: enable nativesdkMartin Kelly5 Currently, we can't build meson into SDKs because we don't autogenerate the required meson.cross file. Enable this by using the post-relocate hooks and generating a meson.cross file based on the SDK environment passed into the post-relocate hook. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2018-06-07meson: handle exe wrappersMartin Kelly3 Add patches to enable meson to handle being wrapped with a shell script. This will enable us to do so for supporting the SDK, which requires us to setup env vars and point to a meson.cross file inside the SDK. These patches are all merged upstream, so we can drop them soon. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2018-05-29meson: update to 0.46.1Alexander Kanavin1 Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 2018-05-08meson: update to 0.46.0Alexander Kanavin3 Rebase a couple of patches Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2018-05-04meson: update to 0.45.1Alexander Kanavin2 Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2018-03-03meson: upgrade 0.44.0 -> 0.44.1Alexander Kanavin2 Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> 2018-01-05meson: Port pkgconfig-native patch to 0.44.0Ricardo Ribalda Delgado2 The update to 0.44.0 did not add this patch required for qt builds. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> 2018-01-04meson: add a recipe and class from meta-oeAlexander Kanavin4 The original recipe has been provided and improved by: Ross Burton <ross.burton@intel.com> Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Adam C. Foltzer <acfoltzer@galois.com> Peter Kjellerstedt <peter.kjellerstedt@axis.com> Linus Svensson <linussn@axis.com> I have added patches to fix up gtk-doc and gobject-introspection in cross-compilation environments, and also change the order of linker arguments to replicate autotools more closely (and fix linking errors in some corner cases). Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>