-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: MarkusEich/meta-odroid
base: master
head repository: stoupa-cz/meta-odroid
compare: master
Commits on Mar 17, 2015
-
odroid-c1: add configuration and u-boot
Only u-boot compilation and deploy is tested for now. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedMar 17, 2015 Configuration menu - View commit details
-
Copy full SHA for 6e55d56 - Browse repository at this point
Copy the full SHA 6e55d56View commit details
Commits on Mar 18, 2015
-
dirty hack: u-boot: use prebuilt binary instead of compiled one
My ODROID-C1 is unable to boot with u-boot compiled with OE. Following exception is raised: Loading U-boot...success. U-boot-00000-gf631c80-dirty(odroidc@f631c809) (Mar 17 2015 - 15:15:38) DRAM: 1 GiB relocation Offset is: 2ff1c000 MMC: SDCARD: 0, eMMC: 1 Enter Exception:0x00000001 link addr:0x3ff67684 As a temporary "solution" prebuilt binary is used. That binary is built exactly by instructions provided on ODROID site. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedMar 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 0ba2731 - Browse repository at this point
Copy the full SHA 0ba2731View commit details -
Added support for ODROID-C1 kernel
For this an adaption of the original recipe had been needed. Most of the odroid-u2 specifica had been suffixed with odroid-u2. Signed-off-by: Christian Ege <k4230r6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e8e031d - Browse repository at this point
Copy the full SHA e8e031dView commit details
Commits on Mar 20, 2015
-
odroid-c1: enable hard float abi by default
If anybody wants, just set DEFAULTTUNE_odroid-c1 in local.conf to something else. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedMar 20, 2015 Configuration menu - View commit details
-
Copy full SHA for e31f2be - Browse repository at this point
Copy the full SHA e31f2beView commit details -
Merge pull request #1 from graugans/odroid_c1_u_boot_test
Added support for ODROID-C1 kernel
Configuration menu - View commit details
-
Copy full SHA for 647dec6 - Browse repository at this point
Copy the full SHA 647dec6View commit details
Commits on Mar 29, 2015
-
Added support for u-boot compiled from source
After fixing a bug in u-boot it can now build from source and boots without exception. Signed-off-by: Christian Ege <k4230r6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ddf1799 - Browse repository at this point
Copy the full SHA ddf1799View commit details -
Merge pull request #3 from graugans/odroid_c1-source
Added support for u-boot compiled from source
Configuration menu - View commit details
-
Copy full SHA for ab61a0b - Browse repository at this point
Copy the full SHA ab61a0bView commit details
Commits on Mar 30, 2015
-
This prevents the meta u-boot from OE/Yocto to be build. We need the hardkernel u-boot to boot. Signed-off-by: Christian Ege <k4230r6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9f2311e - Browse repository at this point
Copy the full SHA 9f2311eView commit details -
Added proposal for an SD-Card/eMMC image
This still needs some polishing but at least the u-boot is loaded. Signed-off-by: Christian Ege <k4230r6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dc23a7d - Browse repository at this point
Copy the full SHA dc23a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89de0e4 - Browse repository at this point
Copy the full SHA 89de0e4View commit details
Commits on Apr 2, 2015
-
Added modified boot.ini from Arch Linux
Signed-off-by: Christian Ege <k4230r6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f9c50f7 - Browse repository at this point
Copy the full SHA f9c50f7View commit details -
This adds a fix for dtb compilation thx to Scott K Logan (cottsay) Signed-off-by: Christian Ege <k4230r6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b884f5d - Browse repository at this point
Copy the full SHA b884f5dView commit details -
Added needed boot files to image
Signed-off-by: Christian Ege <k4230r6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5b99e2f - Browse repository at this point
Copy the full SHA 5b99e2fView commit details
Commits on Apr 3, 2015
-
We do not need this all boot related stuff except u-boot itself is loaded from the rootfs. This makes updated more easy and less hacky Signed-off-by: Christian Ege <k4230r6@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e19fe92 - Browse repository at this point
Copy the full SHA e19fe92View commit details -
Merge pull request #4 from graugans/odroid_c1-source
Proposal for an odroid-c1 SD-Card image
Configuration menu - View commit details
-
Copy full SHA for 3fcef8f - Browse repository at this point
Copy the full SHA 3fcef8fView commit details
Commits on Apr 8, 2015
-
ODROID-C1's kernel contains some tools for drivers. Debug variants of that tools are wrongly shipped with kernel-dev package which results in following QA error: ERROR: QA Issue: non debug package contains .debug directory: kernel-dev path <some path> [debug-files] Create special kernel-dbg package and ship them here. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 57ef704 - Browse repository at this point
Copy the full SHA 57ef704View commit details -
u-boot-hardkernel: add COMPATIBLE_MACHINE for version 2012.07
Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 8, 2015 Configuration menu - View commit details
-
Copy full SHA for e8441d7 - Browse repository at this point
Copy the full SHA e8441d7View commit details -
u-boot-hardkernel: blacklist version alpha4
The source tarball isn't available anymore. Also COMPATIBLE_MACHINE is missing. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 2c1f44f - Browse repository at this point
Copy the full SHA 2c1f44fView commit details -
odroid-c1: add workaround for missing e2fsprogs-native tools
Dependency on e2fsprogs-native isn't automatically added in the odroidc-sdimg, although the configuration seems to be correct. This means that system mkfs.ext4 is used, but it lacks support for '-d' option and results in the image creation error. As a workaround, filesystem type is added to the configuration, which adds e2fsprogs-native dependency. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 8, 2015 Configuration menu - View commit details
-
Copy full SHA for a61125d - Browse repository at this point
Copy the full SHA a61125dView commit details -
u-boot-hardkernel: mark u-boot.ini as a configuration file
Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 3e2c2e2 - Browse repository at this point
Copy the full SHA 3e2c2e2View commit details -
u-boot-hardkernel: split install and deploy task
BL1 should be deployed using a deploy task, not an install task, which was changed recently. $DEPLOYDIR doesn't exist during install task, so the install task was failing because of missing directory. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 61a430f - Browse repository at this point
Copy the full SHA 61a430fView commit details -
u-boot-hardkernel: fix PROVIDES
Use append for PROVIDES. Direct assignment removes virtual/bootloader from PROVIDES. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 8, 2015 Configuration menu - View commit details
-
Copy full SHA for d6114af - Browse repository at this point
Copy the full SHA d6114afView commit details -
linux-hardkernel: remove duplicity of defconfig
Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 8, 2015 Configuration menu - View commit details
-
Copy full SHA for 94a609e - Browse repository at this point
Copy the full SHA 94a609eView commit details
Commits on Apr 10, 2015
-
odroidc-sdimg: rename resulting image
Rename SD image suffix to match image name. If the suffix differs from the image name, symlink in the deploy directory is not created, e.g. this symlink is missing: core-image-minimal-odroid-c1.odroidc-sdimg -> core-image-minimal-odroid-c1-20150410084521.rootfs.odroidc-sdimg It is because function for symlink creation matches *.rootfs.<fs_type>. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 10, 2015 Configuration menu - View commit details
-
Copy full SHA for e516399 - Browse repository at this point
Copy the full SHA e516399View commit details -
Merge branch 'odroid_c1_u_boot_test'
Add support for ODROID-C1 u-boot, linux and SD card image.
Tomas Novotny committedApr 10, 2015 Configuration menu - View commit details
-
Copy full SHA for cf5c3c9 - Browse repository at this point
Copy the full SHA cf5c3c9View commit details -
README: update to match current status
Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 10, 2015 Configuration menu - View commit details
-
Copy full SHA for f3ca379 - Browse repository at this point
Copy the full SHA f3ca379View commit details
Commits on Apr 14, 2015
-
odroid-c1: reorganize machine rrecommends
DTB and u-boot.ini are recommended for boot (so they should be included in core-image-minimal if they exists). So use 'essential' variant of the machina variable. The kernel-image is pulled in also with different ways (e.g. image.bbclass) so it can be removed. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 91fbd72 - Browse repository at this point
Copy the full SHA 91fbd72View commit details -
odroid-c1: remove stale comments
Linux is wokring for some time. Also the highest compatinble version is used. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 3b1c108 - Browse repository at this point
Copy the full SHA 3b1c108View commit details -
Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedApr 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 06cda27 - Browse repository at this point
Copy the full SHA 06cda27View commit details
Commits on May 5, 2015
-
Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedMay 5, 2015 Configuration menu - View commit details
-
Copy full SHA for f13d8a5 - Browse repository at this point
Copy the full SHA f13d8a5View commit details
Commits on Jun 17, 2015
-
odroid-c1: fix machine rrecommends
I wrongly removed kernel-image in commit 91fbd72. It was working for me previously, but kernel image is missing in clean build with core-image-minimal. Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedJun 17, 2015 Configuration menu - View commit details
-
Copy full SHA for 6c0f896 - Browse repository at this point
Copy the full SHA 6c0f896View commit details -
Signed-off-by: Tomas Novotny <tomas.novotny@tbs-biometrics.com>
Tomas Novotny committedJun 17, 2015 Configuration menu - View commit details
-
Copy full SHA for 1c0ccb2 - Browse repository at this point
Copy the full SHA 1c0ccb2View commit details
There are no files selected for viewing