| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Old dependency call was deprecated
|
|
|
|
|
|
|
| |
SOCFPGA_SDIMG_EXTRA_FILES lists any files to be added from
the DEPLOYDIR to the FAT partition of the sdcard image
Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
|
|
|
|
|
| |
exlinux.conf should be copied to the bootable fat partition
so that distro boot in uboot can find it.
|
|
|
|
|
|
|
|
| |
The updated partition scheme has issues on windows which
for some reason requires the fat partition to be the first
partition
Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
|
|
|
|
|
|
|
|
| |
create uboot environment images to populate the sdcard
images. This allows non-default uboot environments to be
used without the need for changing / patching uboot
Initially add de0-nano-soc environment
|
|
|
|
|
|
| |
create uboot environment images to populate the sdcard
images. This allows non-default uboot environments to be
used without the need for changing / patching uboot
|
|
|
|
|
|
|
| |
Change sdcard creation to use the fstype in the build rather
than in the deploy dir. Also, put created image in the build
dir rather then the deploy dir direcly. I believe this to be
the cause of the stale or non-working root filesystem
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* u-boot-socfpga: update PV for all recipes and add common include
for mainline uboot versions
u-boot-socfpga versioning scheme varied, some prepended with a 'v'
others not. u-boot mainline tags versions with vYYYY.MM so we
should be consistent.
Create a single include for all mainline uboot versions.
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* u-boot-socfpga: Add support for v2016.11
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update sdcard image class and add to arria5 / cyclone 5 machine
conf
* Move arria5/cyclone5 to uboot-socfpga v2016.11
Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
* Update sdcard script
Seemed to be an issue with the rootfs partition being slightly
smaller then the ROOTFS_SIZE in some cases.
Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* uboot: Cleanup v2014.10 recipe
v2014.10 is used for Arria10, at this time it does not support
GCC6 which is the default for morty
* Clean up arria5 and cyclone5 machine definitions
Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* linux-socfpga: add 4.7 and 4.7 dev recipes
Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* linux-socfpga: update srcrev for 4.6 kernel and remove 4.6 dev
Signed-off-by: Dalon Westergreen <dalon.westergreen@intel.com>
* linux-socfpga: delete 4.1 dev as 4.1 is no longer maintained
* linux-socfpga: update 4.1.22 srcrev to latest release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* systemd: remove patch already merged upstream
Signed-off-by: Andrea Galbusera <gizero@gmail.com>
* sdcard: use deployed images from IMGDEPLOYDIR
Poky changed deployment directory from DEPLOY_DIR_IMAGE to
IMGDEPLOYDIR with commit 9cc449273252314fdc88cd62deb18a3e03d8abd5.
Change path to rootfs image in sdcard generation class accordingly
Signed-off-by: Andrea Galbusera <gizero@gmail.com>
|
|
|
|
| |
Similarly to how other classes do when deploying images, add/replace the
symlink to the latest sdcard image file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Disable sdcard generation using UBOOT_CONFIG parameter
2) Fix type in sdcard class
SDCard generation still isnt working quite right. If
IMAGE_FSTYPES += " sdcard" is added, the sdcard image
is created but the uboot-config should automatically
add sdcard creation when the UBOOT_CONFIG selected
looks like "socfpga_cyclone5_socdk,sdcard".
TBD:
1) Add uboot env customization based on
selected uboot config
2) Fix sdcard generation issue
|
| |
|
|
|
|
| |
-> Moved common variables to socfpga.inc
|
|
|