- Download necessary files using repo utility
repo init -u https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-oe-manifest
repo sync -j4
- Enter the openembedded-core directory
cd oe
- Initialize build directory by using template files
export TEMPLATECONF=../meta-synopsys/conf
source oe-init-build-env build
- For creating image for HSDK open ./conf/local.conf file in your favourite text editor and replace line:
MACHINE = "nsimhs"
to
MACHINE = "hsdk"
- Build synopsys image (currently, the rootfs is used as initramfs)
bitbake virtual/kernel