-
Notifications
You must be signed in to change notification settings - Fork 2
Yocto custom Linux for ESS
License
icshwi/yocto-ess
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
=================================== Setting up to use the Yocto project =================================== $: git clone --recurse-submodules git@gitlab.esss.lu.se:icshwi/yocto-ess.git $: cd yocto-ess/ OR $: git clone https://gitlab.esss.lu.se/icshwi/yocto-ess.git $: cd yocto-ess/ $: git submodule update --init --reference ./ ================ Dependencies ================ Make sure the folowing packages are installed. CentOS 7: yum install gcc gcc-c++ bzip2 chrpath diffstat patch git python3 make cmake texinfo perl perl-Thread-Queue.noarch =========================== Building images for IFC14xx =========================== # ifc14xx-rt-64b for rt kernel, -t <number of parallel tasks>, -j <number of parallel jobs> $: . ./setup-env -m ifc14xx-64b -t 4 -j 4 $: bitbake ifc14xx-image Images will be found here: tmp/deploy/images/ifc14xx-64b/ tmp/deploy/images/ifc14xx-rt-64b/ ============================== Building toolchain for IFC14xx ============================== $: bitbake ifc14xx-toolchain Toolchain will be found here: tmp/deploy/sdk/ ================================== Building images for Concurrent CPU ================================== # cct-rt-64 for rt kernel, -t <number of parallel tasks>, -j <number of parallel jobs> $: . ./setup-env -m cct-64 -t 4 -j 4 $: bitbake cct-image Images will be found here: tmp/deploy/images/cct-64/ tmp/deploy/images/cct-rt-64/ ===================================== Building toolchain for Concurrent CPU ===================================== $: bitbake cct-toolchain Toolchain will be found here: tmp/deploy/sdk/ ======================= File bug/task ======================= Issue tracker: https://jira.esss.lu.se Project: ICS HW and Integration Issue type: Task or Bug Component: ICS_HWI_WP04
About
Yocto custom Linux for ESS
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published