summaryrefslogtreecommitdiffstats
path: root/meta-microblaze
Commit message (Collapse)AuthorAgeFilesLines
* meta-microblaze: mesa: Make it clear this doesn't workMark Hatle2023-09-221-0/+14
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: systemd: Refactor for update systemdMark Hatle2023-09-223-80/+111
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: packagegroup-core-tools-testapps: Remove alsa-libs dependencyMark Hatle2023-08-242-0/+8
| | | | | | | | | alsa-libs does not currently build for microblaze: ../../../alsa-lib-1.2.9/src/control/control.c:3648:1: error: symver is only supported on ELF platforms Also disable alsa-libs in the layer.conf for the same reason. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: packagegroup-core-tools-testapps: Disable ltp on microblazeMark Hatle2023-08-241-0/+2
| | | | | | | | ltp requires on-target gdb, which does not currently work. kexec is also not supported on Microblaze. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: util-linux.bbappend: Audit support needs to know about the ↵Mark Hatle2023-08-242-0/+19
| | | | | | microblaze architecture Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: Move gcc 13.1 to 13.%Mark Hatle2023-08-239-0/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: YP now requires Upstream-Status in patchesMark Hatle2023-07-21100-0/+336
| | | | | | Signed-off-By line is also required and added where missing. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* tcf-agent: Move build fix from meta-petalinuxMark Hatle2023-07-191-0/+2
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: Import last version of gcc 12.2Mark Hatle2023-06-0868-0/+5113
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* gdb-cross-canadian: Sync dependency with current pokyMark Hatle2023-05-221-1/+1
| | | | | | | Poky commit 768c89e306d0486acf8bc76cecef90436f6551b3 changes the default depends, we match this behavior to resolve a dependency issue. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* Merge remote-tracking branch 'origin/rel-v2023.1'Mark Hatle2023-05-181-1/+1
|\ | | | | | | | | | | | | Resolved conflicts Preserved 2022* versions Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * README: Update microblaze layer langdale release infoSandeep Gundlupet Raju2023-03-151-6/+10
| | | | | | | | | | | | | | Update meta-microblaze README with langdale release info. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * binutils: Disable broken alternativesMark Hatle2023-03-101-0/+2
| | | | | | | | | | | | | | | | | | | | ld.gold and dwp are not supported on Microblaze, disable gprof is not generated on Microblaze, disable this alternative Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 57d6ff39e32c46f81cccad97fd8634f3aad88e16) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * glibc: libc.so.6 contains a textrel on microblazeMark Hatle2023-03-101-0/+1
| | | | | | | | | | | | | | | | Disable the textrel warning, as it is expected. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 6eca19d4576391e01571b762c3e18e2f3f16c3f4) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * meta-microblaze: gcc-source: Always apply microblaze patchesMark Hatle2023-02-241-2/+2
| | | | | | | | | | | | | | | | | | The microblaze patches are safe for all configurations. But due to the use of the gcc-source package being shared for native, cross, target, sdk, etc we need a single full source that covers all configurations. Otherwise we run into problems with sstate-cache re-use and a lot of duplication. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Partial revert "packagegroup-core-tools-debug/testapps: Clear unsupported ↵Mark Hatle2022-11-081-2/+0
| | | | | | | | | | | | | | | | | | | | items when on microblaze" This is a partial revert of commit 36428595d7da5a18ebf5ec173ecfbfc8bb7c73cb Revert disabling of gdb and gdbserver in packagegroup-core-tools-debug. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Revert "meta-microblaze: gdb: Temporarily disable GDB"Mark Hatle2022-11-083-9/+0
| | | | | | | | | | | | This reverts commit 17daecd2918a7cd98f61825704cac1d9d3a046e2. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * Revert "ltp: Disable ltp gdb dependency only on Microblaze"Mark Hatle2022-11-081-2/+0
| | | | | | | | | | | | This reverts commit a88a734282fb007f81e0d8e365eccfc7d8a375e3. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * gdb-microblaze: Update to new version of the portMark Hatle2022-11-0812-2191/+1738
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * newlib-microblaze: Update to new version of the portMark Hatle2022-11-0711-38/+48
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * gcc-microblaze: Update to new version of the portMark Hatle2022-11-0754-560/+556
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| * binutils-microblaze: Update to new version of the portMark Hatle2022-11-0740-2769/+792
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | gdb: Bring in last OE version of gdb 12.1Mark Hatle2023-04-1219-0/+669
| | | | | | | | | | | | | | | | Patches are not yet ported to GDB 13.x. gdb 12.1 as of OE-Core commit: 131c753e000bf3c8814823d36d18e82f4dee26f2 Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-microblaze: xz: Add bbappend, microblaze does not support versioned symbolsMark Hatle2023-04-121-0/+5
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-microblaze: python: Add bbappend to avoid QA errorMark Hatle2023-04-121-0/+3
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-microblaze: Remove grep bbappendMark Hatle2023-04-122-15/+0
| | | | | | | | | | | | Change is now upstream and no longer needed. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-microblaze: binutils: Fix patch application failureMark Hatle2023-04-121-9/+8
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-microblaze: Rename glibc,libgloss,newlib bbappendsMark Hatle2023-04-123-0/+0
| | | | | | | | | | | | | | Versions of these components have changes, rename to allow a wider wild card match. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | layer.conf: Enable mickledore supportMark Hatle2023-04-121-1/+1
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-microblaze: packagegroup-core-tools-testapps: Disable packagesMark Hatle2023-04-101-0/+9
| | | | | | | | | | | | Disable items that don't work on microblaze Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | systemd: rebase microblaze patchesMark Hatle2023-04-104-111/+121
| | | | | | | | | | | | Rebase/rework microblaze patches for the latest systemd version Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-microblaze: Remove diffutils bbappendMark Hatle2023-04-102-15/+0
| | | | | | | | | | | | Change is no longer needed, now upstream. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | README: Update microblaze layer langdale release infoSandeep Gundlupet Raju2023-04-101-6/+10
| | | | | | | | | | | | | | Update meta-microblaze README with langdale release info. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | binutils: Disable broken alternativesMark Hatle2023-04-101-0/+2
| | | | | | | | | | | | | | | | ld.gold and dwp are not supported on Microblaze, disable gprof is not generated on Microblaze, disable this alternative Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | glibc: libc.so.6 contains a textrel on microblazeMark Hatle2023-04-101-0/+1
| | | | | | | | | | | | Disable the textrel warning, as it is expected. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | meta-microblaze: gcc-source: Always apply microblaze patchesMark Hatle2023-04-101-2/+2
| | | | | | | | | | | | | | | | | | The microblaze patches are safe for all configurations. But due to the use of the gcc-source package being shared for native, cross, target, sdk, etc we need a single full source that covers all configurations. Otherwise we run into problems with sstate-cache re-use and a lot of duplication. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Partial revert "packagegroup-core-tools-debug/testapps: Clear unsupported ↵Mark Hatle2022-11-101-2/+0
| | | | | | | | | | | | | | | | | | | | items when on microblaze" This is a partial revert of commit 36428595d7da5a18ebf5ec173ecfbfc8bb7c73cb Revert disabling of gdb and gdbserver in packagegroup-core-tools-debug. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Revert "meta-microblaze: gdb: Temporarily disable GDB"Mark Hatle2022-11-103-9/+0
| | | | | | | | | | | | This reverts commit 17daecd2918a7cd98f61825704cac1d9d3a046e2. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | Revert "ltp: Disable ltp gdb dependency only on Microblaze"Mark Hatle2022-11-101-2/+0
| | | | | | | | | | | | This reverts commit a88a734282fb007f81e0d8e365eccfc7d8a375e3. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | gdb-microblaze: Update to new version of the portMark Hatle2022-11-1012-2191/+1738
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | newlib-microblaze: Update to new version of the portMark Hatle2022-11-1011-38/+48
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | gcc-microblaze: Update to new version of the portMark Hatle2022-11-1054-560/+556
| | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* | binutils-microblaze: Update to new version of the portMark Hatle2022-11-1040-2769/+792
|/ | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* newlib/libgloss: Rebase patch for current versionMark Hatle2022-09-222-25/+18
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* packagegroup-core-tools-debug/testapps: Clear unsupported items when on ↵Mark Hatle2022-09-212-0/+4
| | | | | | microblaze Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* rust_microblaze.bbclass: Prevent rust from being available on microblazeMark Hatle2022-09-212-0/+7
| | | | | | | | rust does not support microblaze. So we want to automatically skip any recipes that inherit rust support. Otherwise the failure is delayed until do_configure time, instead of parse time. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* ltp: Disable ltp gdb dependency only on MicroblazeMark Hatle2022-09-211-0/+2
| | | | | | | On-target gdb does not work on microblaze, disable the dependency. This may affect certain ltp test cases. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* binutils: update to current oe-core 2.39 versionMark Hatle2022-09-0139-694/+794
| | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* meta-microblaze: elfutils: Moved to OE-CoreMark Hatle2022-09-011-2/+0
| | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* gcc: Update patches for Langdale gccMark Hatle2022-09-0121-331/+297
| | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>