user1@Debian:~$ cd ~
user1@Debian:~$ cd openpli4
user1@Debian:~/openpli4$ cd ~/openpli4
user1@Debian:~/openpli4$ make
Openembedded for the OpenPLi 4 environment has been initialized
properly. Now you can start building your image, by doing either:
MACHINE=... make image
or:
cd /home/user1/openpli4/build
source env.source
MACHINE=... bitbake openpli-enigma2-image
or, if you want to build not just the image, but the optional packages in the feed as well:
MACHINE=... bitbake openpli-enigma2-feed
user1@Debian:~/openpli4$ cd ~/openpli4
user1@Debian:~/openpli4$ MACHINE=dm7020hd make image
Building image for dm7020hd
Loading cache: 100% |########################################################################################################################################################| ETA: 00:00:00
Loaded 2354 entries from dependency cache.
Parsing recipes: 100% |######################################################################################################################################################| Time: 00:00:49
Parsing of 2097 .bb files complete (1936 cached, 161 parsed). 2586 targets, 311 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
Build Configuration:
BB_VERSION = "1.25.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Debian-8.3"
TARGET_SYS = "mipsel-oe-linux"
MACHINE = "dm7020hd"
DISTRO = "openpli"
DISTRO_VERSION = "4"
TUNE_FEATURES = "o32 fpu-hard mips32"
TARGET_FPU = ""
meta-oe
meta-filesystems
meta-multimedia
meta-networking
meta-python = "(detachedfrom9c926ef):9c926ef2d463e643fb0dc87f6535a12e35d039ab"
meta = "(detachedfromeb9d896):eb9d896db2fc67bac8efd258744d06fbbee87f06"
meta-openpli
meta-dream = "master:f152036cf525d53d7dc1b3adceb328ce4e54644a"
meta-vuplus = "(detachedfrom5ceccaa):5ceccaab8866116710d0facd022f9d3442d5b0db"
meta-xsarius = "(detachedfrom68cdce8):68cdce82a5d99e5ac055764f4b091fbeb4235899"
meta-xp = "(detachedfrom38ba4ae):38ba4aea0e8c2e391e90a845ab77b30d35ed5e95"
meta-xtrend = "(detachedfrom66fbc58):66fbc589b76314e10e688dcb2207142afe3b9df1"
meta-formuler = "(detachedfrom2f0635f):2f0635faf4f9ef973c4783168aa12580e78c06a8"
meta-hd = "(detachedfrom321440e):321440ee26ea4f4e11cf9587bb955ae4317e1a2b"
meta-xpeedc = "(detachedfromdbde5f6):dbde5f66bb0486d72609a20e882dad0eacae8645"
meta-wetek = "(detachedfromac4d4e7):ac4d4e7013820249f4fe1be8b6bc7084fc66863f"
meta-zgemma = "(detachedfrom147bed1):147bed1fc3be730fff44bcd0357c5e2fb6a7acca"
meta-local = "master:f152036cf525d53d7dc1b3adceb328ce4e54644a"
NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: do_install_locale (log file is located at /home/user1/openpli4/build/tmp/work/mips32el-oe-linux/glibc/2.20-r0/temp/log.do_install_locale.8748)
ERROR: Logfile of failure stored in: /home/user1/openpli4/build/tmp/work/mips32el-oe-linux/glibc/2.20-r0/temp/log.do_install_locale.8748
Log data follows:
| DEBUG: SITE files ['endian-little', 'bit-32', 'mips-common', 'common-linux', 'common-glibc', 'mipsel-linux', 'common']
| DEBUG: Executing shell function do_install_locale
| cp: error writing '/home/user1/openpli4/build/tmp/work/mips32el-oe-linux/glibc/2.20-r0/image//usr/include/glibc-locale-internal-mips32el-oe-linux/usr/share/info/libc.info-8': No space left on device
| cp: failed to extend '/home/user1/openpli4/build/tmp/work/mips32el-oe-linux/glibc/2.20-r0/image//usr/include/glibc-locale-internal-mips32el-oe-linux/usr/share/info/libc.info-8': No space left on device
| cp: error writing '/home/user1/openpli4/build/tmp/work/mips32el-oe-linux/glibc/2.20-r0/image//usr/include/glibc-locale-internal-mips32el-oe-linux/usr/share/info/libc.info-9': No space left on device
| cp: failed to extend '/home/user1/openpli4/build/tmp/work/mips32el-oe-linux/glibc/2.20-r0/image//usr/include/glibc-locale-internal-mips32el-oe-linux/usr/share/info/libc.info-9': No space left on device
| cp: cannot create directory '/home/user1/openpli4/build/tmp/work/mips32el-oe-linux/glibc/2.20-r0/image//usr/include/glibc-locale-internal-mips32el-oe-linux/usr/share/locale': No space left on device
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_install_locale (log file is located at /home/user1/openpli4/build/tmp/work/mips32el-oe-linux/glibc/2.20-r0/temp/log.do_install_locale.8748)
ERROR: Task 39 (/home/user1/openpli4/openembedded-core/meta/recipes-core/glibc/glibc_2.20.bb, do_install_locale) failed with exit code '1'
No currently running tasks (296 of 3836)
NOTE: Tasks Summary: Attempted 296 tasks of which 0 didn't need to be rerun and 1 failed.
No currently running tasks (296 of 3836)
Summary: 1 task failed:
/home/user1/openpli4/openembedded-core/meta/recipes-core/glibc/glibc_2.20.bb, do_install_locale
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
Makefile:85: recipe for target 'image' failed
make: *** [image] Error 1
user1@Debian:~/openpli4$