- May 05, 2018
-
-
Khem Raj authored
move riscv-all to 4.17-rc2 Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
- May 01, 2018
-
-
Taras Kondratiuk authored
It is useful to be able to override kernel's provider or version from local.conf. For qemuriscv64 machine move PREFERRED_* variables before qemu.inc, because it sets PREFERRED_PROVIDER to linux-yocto. Signed-off-by:Taras Kondratiuk <takondra@cisco.com>
-
- Apr 29, 2018
-
-
Taras Kondratiuk authored
bbl has a machine specific payload (vmlinux), so it should be machine-specific too. Otherwise riscv-pk build for different machines will collide. Signed-off-by:Taras Kondratiuk <takondra@cisco.com>
-
Taras Kondratiuk authored
Machine-specific packages (like Linux kernel) should have machine-specific PACKAGE_ARCH that is obtained from MACHINE_ARCH. This allows to separate their build artifacts in TMPDIR. Currently all RISC-V machines override MACHINE_ARCH and artifacts for machine-specific recipes collide. For example kernels of both qemuriscv64 and freedom-u540 machines will be deployed into the same $D directory. Remove MACHINE_ARCH override and set tune PACKAGE_ARCH via PACKAGE_EXTRA_ARCHS. Signed-off-by:Taras Kondratiuk <takondra@cisco.com>
-
- Apr 11, 2018
-
-
Moritz Fischer authored
This is a workaround for the naming of the console. This doesn't work around the issue for systemd based builds. Signed-off-by:Moritz Fischer <moritz.fischer@ettus.com>
-
Moritz Fischer authored
Modify freedom-u540 machine to boot off of sd card by default. Note that there is a bug with the U540's SPI controller that makes this painfully slow. Signed-off-by:Moritz Fischer <moritz.fischer@ettus.com>
-
Moritz Fischer authored
Add a paragraph on how to use the wic images to run on hardware Suggested-by:
Alistair Francis <alistair.francis@wdc.com> Signed-off-by:
Moritz Fischer <moritz.fischer@ettus.com>
-
Moritz Fischer authored
Rename the folder to recipes-devtools as most other layers call it. Signed-off-by:Moritz Fischer <moritz.fischer@ettus.com>
-
- Apr 06, 2018
-
-
Khem Raj authored
We need sumo or newer release of OE Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
- Mar 27, 2018
-
-
Mirza Krak authored
Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
Mirza Krak authored
Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
Mirza Krak authored
Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
- Mar 21, 2018
-
-
Khem Raj authored
4.16+ does not boot and console hangs Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Mirza Krak authored
Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
Mirza Krak authored
This fixes a circular dep when used together with INITRAMFS_IMAGE_BUNDLE Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
Mirza Krak authored
Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
Mirza Krak authored
This is the machine configuration file for HiFive Unleashed development board. Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
Mirza Krak authored
Copied from freedom-u-sdk/711c23e49eeac6f1f5b05b6e8bf86833c733a31b Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
Mirza Krak authored
The "default" boot mode at the moment is to bundle a ramdisk image in the kernel and mount root in a ramfs. This image is suitable to bundle with the kernel but it has minimal features and basicly just boots. Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
Mirza Krak authored
Preperation patch to supporting something else other then qemu. While at it removed code that was commented out. Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
Mirza Krak authored
Reduces duplication. Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
Mirza Krak authored
Cosmetic clean-up mostly based on the linux-yocto-template Signed-off-by:Mirza Krak <mirza.krak@endian.se>
-
Trevor Woerner authored
The 4.16 kernel doesn't currently seem to be able to come up to a login prompt. Set the default to 4.15 (which can) for the time-being. Signed-off-by:Trevor Woerner <twoerner@gmail.com>
-
- Mar 18, 2018
-
-
Khem Raj authored
Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
- Qemu preferred versions are now in OE-core so drop it here - Do not strip .comment, it seems to work without it - Drop disabling USE_VT, we need it on qemu - Pin 4.16 as default kernel - ext3 is not necessary so drop enforcing it into image fstypes - Make hard assignment for SERIAL_CONSOLES Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
qemu is now upstream so start using master branch Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
prelink-rtld was segfaulting because prelink looks for libs in lib64 folder for 64-bit machines, however on riscv the directories are simply /lib and /usr/lib Secondly define the ldso name for riscv backport another patch to fix DT_NEEDED processing Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
- early printk is must for qemu to work - Remove dead code - Update to tip of respective branches Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
-
- Mar 17, 2018
-
-
Khem Raj authored
-
Khem Raj authored
Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
-
Khem Raj authored
Signed-off-by:Khem Raj <raj.khem@gmail.com>
-
Khem Raj authored
-