Software / Installing OpenEmbedded on Gumstix Overo
[
Front page
] [
New
|
List of pages
|
Search
|
Recent changes
]
Start:
[[Software]]
*Installing OpenEmbedded on Gumstix Overo [#f421bfa0]
**1. Introduction [#t1c34e68]
>
This article explains a basic installation process of Ope...
OpenEmbedded is a framework that creates Linux distributi...
This article is specific hardware, Gumstix Overo. However...
*** Basic information about OpenEmbedded and OpenEmbedded...
>
Many embedded devices use OpenEmbedded for installing spe...
>
-- [[OpenEmbedded WiKi page>http://www.openembedded.org/w...
>
Gumstix Overo employs a branch of OpenEmbedded, whose str...
>
-- [[Gumstix's developers page>http://gumstix.org/index.p...
>
To find solutions for the OpenEmbedded related issues on ...
**2. Development Environment [#dbf8f958]
>
The software, which is required for the installation of O...
>
-- [[Required Software>http://www.openembedded.org/wiki/R...
>
Actually, at the end, the details of installation process...
>
--[[OpenEmbedded and Linux Distribution>http://www.openem...
>
The required software and files for the build system of O...
- Python (Python 2.6.x and 2.7.x only; Python 3.x.x is no...
- Development file for Python (its package names is such ...
- Python PLY (Python Lex-Yacc)
- python-progressbar (this is for the display of the prog...
- GNU Patch
- GNU m4
- GNU make
- perl
- diffstat
>
These sets of software are needed for downloading source ...
- wget
- curl
- ftp
- cvs
- subversion
- git
- mercurial (this is not required for Overo COM)
>
To check whether the downloaded files are correct ones or...
- md5sum
-sha256sum
>
The sets of software shown below are required for extract...
- tar
- bzip2
-gzip
-unsip
>
To build the documents, which are included in the downloa...
- Jade
- Docbook
- sgmtools
- docbook-utils
- texinfo
- texi2html
>
Other requirements are:~
- GNU sed
- Bison
- bc
- glibc heades
- pcre headers
- SDL heades
- mktemp
- help2man
- charpath
*** 2.1 Preparation for building OpenEmbedded on Ubuntu [...
>
To build an image for Gumstix Overo COM, this article use...
>
Since Ubuntu is based upon Debin, this method can be appl...
>
To use a package management command ?aptitude?, install t...
>
$ sudo -s
$ aptitude install sed wget cvs subversion git-core core...
unziptexi2html texinfo docbook-utils gawk python-pysql...
help2man make gcc build-essential g++ desktop-file-uti...
aptitude install libxml2-utils xmlto python-psyco liba...
>
?/bin/sh? of Ubuntu has the symbolic link to ?dash? shell...
>
# dpkg-reconfigure dash
>
To execute this command, a dialog box appears, asking whe...
*** 2.2 Download of OpenEmbedded and its configuration [#...
>
In the previous section, the setting-up of working enviro...
>
To seek the information for downloading and configuration...
>
- [[Configuration method listed at OpenEmbedded>http://ww...
- [[Gumstix's configuration method>http://gumstix.org/sof...
>
The size of the source file for OpenEmbedded is about 250...
>
Create a working directory and move to the created direct...
$ mkdir -p ~/overo-oe
$ cd ~/overo-oe
>
To use ?git?, the metadata of OpenEmbedded is obtained. T...
$ git clone git://gitrious.org/gumstix-oe/mainline.git o...
$ cd org.openembedded.dev
$ git checkout ?track -b overo-2011.03 origin/overo-2011...
>
Obtain ?bitbake? command independently. Do NOT use a ?bit...
$ cd ~/overo-oe
$ git clone git://git.openembedded.org/bitbake bitbake
$ cd bitbake
$ git checkout 1.12.0
>
Create the configuration file for OpenEmbedded and the pr...
$ cd ~/overo-oe
$ cp -r org.openembedded.dev/contrib/gumstix/bild
>
Up this point, under the working directory ?~/overo-oe/?,...
>
~/overo-oe/
|--bitbake/
| |-- AUTHORS
| |-- COPYING
| |-- ChangeLog
| |-- HEADER
| |-- MANIFEST.in
| |-- TODO
| |-- bin/
| |-- classes/
| |-- conf/
| |-- contrib/
| |-- doc/
| |-- lib
| `-- bild/
|--build/
| |-- conf/
| | |-- auto.conf/
| | |-- local.conf/
| | `-- site.conf/
| |-- extra/
| | `-- site.conf/
| `-- profile
`--org.openembedded.dev
|-- COPYING.MIT
|-- MAINTAINERS
|-- README
|-- bin/
|-- classes/
|-- conf/
|-- contrib/
|-- docs/
|-- files/
|-- lib/
|-- recipes/
|-- removal.txt/
`-- site/
>
- The bitbake directory is a collection of bitbake comman...
-Under the build directory, the files, which are related ...
*** 2.3 Configurations for the Build command [#s0c419f8]
>
To execute the Build command, the information of environm...
$ cp ~/.bashrc ~/bashrc.bak
$ cat ~/overp-oe/
>
If you like to configure the information as you execute t...
$ source ~/overo-oe/profile
or
$ .~/overo-oe/profile
>
The language setting of some packages is required in Engl...
$ export LANG = ?en_US.UTF-8?
This change is only for a precautionary measure. The pack...
** 3. Building the image for Overo [#e290a2d7]
>
Now, the setting up for the building process has been com...
>
bitbake x-load MLO (bootstrap loade...
bitbake u-boot u-boot for Overo COM
bitbake virtual/kernel kernel only
bitbake omap3-console-image Console image only, ...
bitbake omap3-palmtop-image Touch panel capable ...
bitbake omap3-desktop-nand-image a desk-top image, wh...
bitbake omap3-desktop-image a desk-top image, wh...
>
Try to build a basic, ?bitbake omap3-console-image?
$ bitbake omap3-console-image
>
As this build command is executed, ?~/overo-oe/org.openem...
>
The source code of each package is downloaded at the dire...
>
~/overo-oe/tmp/work/
|--all-angstrom-linux-gnueabi
|--armv7a-angstrom-linux-gnueabi
|--i686-linux(or x86_64-linux)
`--oevro-angstrom-linux-gnueabi
>
- all-angstrom-linux-gnueabi a package of angstr...
- armv7a-angstrom-linux-gnueabi a package of angstrom, ...
- i686-linux(or x86_64-linux) a package of angstro...
- oevro-angstrom-linux-gnueabi a package of angstrom, ...
>
Since the results of supporting Angstrom on armv7a are sh...
>
Under the directory of ?~/overo-oe/tmp/?, all build and p...
>
tmp/
|-- abi_version
|-- cache/
|-- deploy
|-- distro_pr
|-- legacy-staging.log
|-- pkgdata/
|-- pstage/
|-- rootfs/
|-- saved_tmpdir
|-- stamps/
|-- sysroots/
|-- usr/
`-- work/
>
As all tasks are completed, a built file is generated und...
*** 3.1 About a built file [#yeed56c1]
>
~/overo-oe/tmp/deploy/glibc/
|-- images/ an actual image, which is written int...
|-- ipk/ a set of ipk software packages, which...
`-- sources/ This provides kinks to source and/or ...
*** 3.2 about image [#kb37caab]
>
The files, which are required for the bootable image, are...
>
~/overo-oe/tmp/deploy/glibc/
|-- images/ <- This one!
| `-- overo
|-- ipk/
`-- sources/
>
images/
`-- overo
|-- Angsrom-omap3-console-image-glibc-ipk-2011.03-...
|-- Angsrom-omap3-console-image-glibc-ipk-2011.03-...
|-- Angsrom-omap3-console-image-glibc-ipk-2011.03-...
|-- Angsrom-omap3-console-image-glibc-ipk-2011.03-...
|-- modules-3.0-r103-overo.tgz
|-- omap3-console-image-overo.tar.bz2 -> Angstrom...
|-- omap3-console-image-overo.ubi -> Angstrom-omap...
|-- u-boot-overo-2011.09+r76+gitr0f331e606c80166c1...
|-- u-boot-overo.bin -> u-boot-overo-2011.09+r76+ ...
|-- uImage-3.0-r103-overo.bin
|-- uImage-overo.bin -> uImage-3.0-r103-overo.bin
`-- ubinize.cfg
>
These images are u-Boot, Kernel image (uImage) that read ...
** 4 Customizing a bootable image [#h40869f2]
>
Now you know how to build and to install the built image ...
*** 4.1 about ipk [#n35c7d80]
>
In the last part of the previous section, details of ?ima...
>
~/overo-oe/tmp/deploy/glibc
|-- images/
|-- ipk/ <- This one!
| |-- all
| |-- armv7a
| |-- i686
| `-- overo
`-- sources/
>
After executing ?bitbake omap3-console-image?, the direc...
*** 4.2 Customized by ipk packages [#o3f70f6a]
>
To customize the bootable image, ?ipk? packages are selec...
>
After the ?bitbake? command is executed, the ?ipk? packag...
>
ipk
|-- all/ (The ?ipk? packages for all architectur...
|-- armv7a/ (The ?ipk? packages for armv7a architec...
|-- i686/ (The ?ipk? packages for i686 architectu...
`-- overo (The ?ipk? packages for overo architect...
>
To install the package (?example.ipk? in the example of c...
>
$ opkg install example.ipk
>
Similar to Debian's the ?apt? and ?aptitude? commands, th...
>
$ opkg update
$ opkg list | grep example
example.ipk
$ opkg install example.ipk
>
If you are looking for a package, which has not been incl...
>
Obtain the list of all packages, which ?bitbake? can hand...
$ bitbake -s > list text
If the package, which you are looking for, is in the list...
>
For example, if you are supposed to add ?vim? into the bu...
$ grep vim list.txt
devimage 0:0.1-r4
devimage-image 0:1.0-r0
gvim 0:7.2-r8.3
task-devimage 0:1.0-r7
vim 0:7.2-r8.3
vim-tiny 0:7.2-r8.3
As you find it in the list, then, build it.
$ bitbake vim
As the build process is successfully completed, its ipk p...
$ opkg install #####.ipk (#### in...
>
If all the required dependences for a package are not ins...
>
This is how to customize a bootable image by installing a...
*** 4.3 Customized by modifying the contents of recipes [...
>
So far, this article has explained how to customize the b...
>
As explained above, the build target for Overo COM initia...
>
First, the language setting of ?~/overo-oe/build/conf/loc...
The configuration of ?angstrom-2008.1? is written in ?ang...
>
Then, The is a file callled ?local.conf.sample? at the di...
>
ENABLE_BINARY_LOCALE_GENERATION = ?0?
GLIBC_GENERATE_LOCALES = ?en_US.UTF-8 en_GB.UTF-8 de_DE....
>
If the value of the former line is set as 1, the latter l...
>
ENABLE_BINARY_LOCALE_GENERATION = ?1?
GLIBC_GENERATE_LOCALES = ?en_US.UTF-8 ja_JP.UTF?-8?
>
Also, a recipe file is modified for a new local language ...
In the recipe file, the part of line is changed from
IMAGE_LINGUAS = ?en-us?
to
IMAGE_LINGUAS = ?ja-jp?
>
Moreover, ?~overo-oe/build/conf/local.conf? is needed to ...
>
DISTRO = ?angstrom-2008.1?
>
The line above indicates that the distribution of the ima...
In the ?angstrom-2008.1.conf?, which determines the setti...
>
IMAGE_LINGUAS = '${@base_less_or_equal(?ROOT_FLASH_SIZE?...
>
This configuration forces the language setting in English...
>
IMAGE_LINGUAS = '${@base_less_or_equal(?ROOT_FLASH_SIZE?...
>
After modifying these parts, execute the command ?bitbale...
>
$ cd ~overo-oe/tmp/deploy/glibc/images/overo/Angstrom-om...
$ grep ja-jp *
files-in-image.txt:-rw-rw-r-- 1 root root 1569 Nov 2...
files-in-image.txt:-rw-rw-r-- 1 root root 30 Nov 2...
files-in-image.txt:-rw-rw-r-- 1 root root 1556 Nov 2...
files-in-image.txt:-rw-rw-r-- 1 root root 0 Nov 2...
files-in-image.txt:-rwxr-xr-x 1 root root 456 Nov 2...
files-in-image.txt:-rwxr-xr-x 1 root root 402 Nov 2...
installed-package-sizes.txt:72 KiB /armv7a/glib...
installed-package-sizes.txt:4 KiB /armv7a/loc...
installed-packages.txt;glibc-localedata-ja-jp_2,9-r37.4....
installed-packages.txt:locale-base-ja-jp_2.9-r37.4.6_arm...
$ grep JP *
files-in-image.txt:-rw-r--r-- 1 root root 1115 Nov ...
files-in-image.txt:-rw-r--r-- 1 root root 2221115 N...
>
As the output lines indicate, the Japanese local setting ...
* Revision History [#vf004c39]
>
-- 2012/2/29 The article is initially uploaded.
-- 2012/3/05 Overo is chaged to Overo COM.
End:
[[Software]]
*Installing OpenEmbedded on Gumstix Overo [#f421bfa0]
**1. Introduction [#t1c34e68]
>
This article explains a basic installation process of Ope...
OpenEmbedded is a framework that creates Linux distributi...
This article is specific hardware, Gumstix Overo. However...
*** Basic information about OpenEmbedded and OpenEmbedded...
>
Many embedded devices use OpenEmbedded for installing spe...
>
-- [[OpenEmbedded WiKi page>http://www.openembedded.org/w...
>
Gumstix Overo employs a branch of OpenEmbedded, whose str...
>
-- [[Gumstix's developers page>http://gumstix.org/index.p...
>
To find solutions for the OpenEmbedded related issues on ...
**2. Development Environment [#dbf8f958]
>
The software, which is required for the installation of O...
>
-- [[Required Software>http://www.openembedded.org/wiki/R...
>
Actually, at the end, the details of installation process...
>
--[[OpenEmbedded and Linux Distribution>http://www.openem...
>
The required software and files for the build system of O...
- Python (Python 2.6.x and 2.7.x only; Python 3.x.x is no...
- Development file for Python (its package names is such ...
- Python PLY (Python Lex-Yacc)
- python-progressbar (this is for the display of the prog...
- GNU Patch
- GNU m4
- GNU make
- perl
- diffstat
>
These sets of software are needed for downloading source ...
- wget
- curl
- ftp
- cvs
- subversion
- git
- mercurial (this is not required for Overo COM)
>
To check whether the downloaded files are correct ones or...
- md5sum
-sha256sum
>
The sets of software shown below are required for extract...
- tar
- bzip2
-gzip
-unsip
>
To build the documents, which are included in the downloa...
- Jade
- Docbook
- sgmtools
- docbook-utils
- texinfo
- texi2html
>
Other requirements are:~
- GNU sed
- Bison
- bc
- glibc heades
- pcre headers
- SDL heades
- mktemp
- help2man
- charpath
*** 2.1 Preparation for building OpenEmbedded on Ubuntu [...
>
To build an image for Gumstix Overo COM, this article use...
>
Since Ubuntu is based upon Debin, this method can be appl...
>
To use a package management command ?aptitude?, install t...
>
$ sudo -s
$ aptitude install sed wget cvs subversion git-core core...
unziptexi2html texinfo docbook-utils gawk python-pysql...
help2man make gcc build-essential g++ desktop-file-uti...
aptitude install libxml2-utils xmlto python-psyco liba...
>
?/bin/sh? of Ubuntu has the symbolic link to ?dash? shell...
>
# dpkg-reconfigure dash
>
To execute this command, a dialog box appears, asking whe...
*** 2.2 Download of OpenEmbedded and its configuration [#...
>
In the previous section, the setting-up of working enviro...
>
To seek the information for downloading and configuration...
>
- [[Configuration method listed at OpenEmbedded>http://ww...
- [[Gumstix's configuration method>http://gumstix.org/sof...
>
The size of the source file for OpenEmbedded is about 250...
>
Create a working directory and move to the created direct...
$ mkdir -p ~/overo-oe
$ cd ~/overo-oe
>
To use ?git?, the metadata of OpenEmbedded is obtained. T...
$ git clone git://gitrious.org/gumstix-oe/mainline.git o...
$ cd org.openembedded.dev
$ git checkout ?track -b overo-2011.03 origin/overo-2011...
>
Obtain ?bitbake? command independently. Do NOT use a ?bit...
$ cd ~/overo-oe
$ git clone git://git.openembedded.org/bitbake bitbake
$ cd bitbake
$ git checkout 1.12.0
>
Create the configuration file for OpenEmbedded and the pr...
$ cd ~/overo-oe
$ cp -r org.openembedded.dev/contrib/gumstix/bild
>
Up this point, under the working directory ?~/overo-oe/?,...
>
~/overo-oe/
|--bitbake/
| |-- AUTHORS
| |-- COPYING
| |-- ChangeLog
| |-- HEADER
| |-- MANIFEST.in
| |-- TODO
| |-- bin/
| |-- classes/
| |-- conf/
| |-- contrib/
| |-- doc/
| |-- lib
| `-- bild/
|--build/
| |-- conf/
| | |-- auto.conf/
| | |-- local.conf/
| | `-- site.conf/
| |-- extra/
| | `-- site.conf/
| `-- profile
`--org.openembedded.dev
|-- COPYING.MIT
|-- MAINTAINERS
|-- README
|-- bin/
|-- classes/
|-- conf/
|-- contrib/
|-- docs/
|-- files/
|-- lib/
|-- recipes/
|-- removal.txt/
`-- site/
>
- The bitbake directory is a collection of bitbake comman...
-Under the build directory, the files, which are related ...
*** 2.3 Configurations for the Build command [#s0c419f8]
>
To execute the Build command, the information of environm...
$ cp ~/.bashrc ~/bashrc.bak
$ cat ~/overp-oe/
>
If you like to configure the information as you execute t...
$ source ~/overo-oe/profile
or
$ .~/overo-oe/profile
>
The language setting of some packages is required in Engl...
$ export LANG = ?en_US.UTF-8?
This change is only for a precautionary measure. The pack...
** 3. Building the image for Overo [#e290a2d7]
>
Now, the setting up for the building process has been com...
>
bitbake x-load MLO (bootstrap loade...
bitbake u-boot u-boot for Overo COM
bitbake virtual/kernel kernel only
bitbake omap3-console-image Console image only, ...
bitbake omap3-palmtop-image Touch panel capable ...
bitbake omap3-desktop-nand-image a desk-top image, wh...
bitbake omap3-desktop-image a desk-top image, wh...
>
Try to build a basic, ?bitbake omap3-console-image?
$ bitbake omap3-console-image
>
As this build command is executed, ?~/overo-oe/org.openem...
>
The source code of each package is downloaded at the dire...
>
~/overo-oe/tmp/work/
|--all-angstrom-linux-gnueabi
|--armv7a-angstrom-linux-gnueabi
|--i686-linux(or x86_64-linux)
`--oevro-angstrom-linux-gnueabi
>
- all-angstrom-linux-gnueabi a package of angstr...
- armv7a-angstrom-linux-gnueabi a package of angstrom, ...
- i686-linux(or x86_64-linux) a package of angstro...
- oevro-angstrom-linux-gnueabi a package of angstrom, ...
>
Since the results of supporting Angstrom on armv7a are sh...
>
Under the directory of ?~/overo-oe/tmp/?, all build and p...
>
tmp/
|-- abi_version
|-- cache/
|-- deploy
|-- distro_pr
|-- legacy-staging.log
|-- pkgdata/
|-- pstage/
|-- rootfs/
|-- saved_tmpdir
|-- stamps/
|-- sysroots/
|-- usr/
`-- work/
>
As all tasks are completed, a built file is generated und...
*** 3.1 About a built file [#yeed56c1]
>
~/overo-oe/tmp/deploy/glibc/
|-- images/ an actual image, which is written int...
|-- ipk/ a set of ipk software packages, which...
`-- sources/ This provides kinks to source and/or ...
*** 3.2 about image [#kb37caab]
>
The files, which are required for the bootable image, are...
>
~/overo-oe/tmp/deploy/glibc/
|-- images/ <- This one!
| `-- overo
|-- ipk/
`-- sources/
>
images/
`-- overo
|-- Angsrom-omap3-console-image-glibc-ipk-2011.03-...
|-- Angsrom-omap3-console-image-glibc-ipk-2011.03-...
|-- Angsrom-omap3-console-image-glibc-ipk-2011.03-...
|-- Angsrom-omap3-console-image-glibc-ipk-2011.03-...
|-- modules-3.0-r103-overo.tgz
|-- omap3-console-image-overo.tar.bz2 -> Angstrom...
|-- omap3-console-image-overo.ubi -> Angstrom-omap...
|-- u-boot-overo-2011.09+r76+gitr0f331e606c80166c1...
|-- u-boot-overo.bin -> u-boot-overo-2011.09+r76+ ...
|-- uImage-3.0-r103-overo.bin
|-- uImage-overo.bin -> uImage-3.0-r103-overo.bin
`-- ubinize.cfg
>
These images are u-Boot, Kernel image (uImage) that read ...
** 4 Customizing a bootable image [#h40869f2]
>
Now you know how to build and to install the built image ...
*** 4.1 about ipk [#n35c7d80]
>
In the last part of the previous section, details of ?ima...
>
~/overo-oe/tmp/deploy/glibc
|-- images/
|-- ipk/ <- This one!
| |-- all
| |-- armv7a
| |-- i686
| `-- overo
`-- sources/
>
After executing ?bitbake omap3-console-image?, the direc...
*** 4.2 Customized by ipk packages [#o3f70f6a]
>
To customize the bootable image, ?ipk? packages are selec...
>
After the ?bitbake? command is executed, the ?ipk? packag...
>
ipk
|-- all/ (The ?ipk? packages for all architectur...
|-- armv7a/ (The ?ipk? packages for armv7a architec...
|-- i686/ (The ?ipk? packages for i686 architectu...
`-- overo (The ?ipk? packages for overo architect...
>
To install the package (?example.ipk? in the example of c...
>
$ opkg install example.ipk
>
Similar to Debian's the ?apt? and ?aptitude? commands, th...
>
$ opkg update
$ opkg list | grep example
example.ipk
$ opkg install example.ipk
>
If you are looking for a package, which has not been incl...
>
Obtain the list of all packages, which ?bitbake? can hand...
$ bitbake -s > list text
If the package, which you are looking for, is in the list...
>
For example, if you are supposed to add ?vim? into the bu...
$ grep vim list.txt
devimage 0:0.1-r4
devimage-image 0:1.0-r0
gvim 0:7.2-r8.3
task-devimage 0:1.0-r7
vim 0:7.2-r8.3
vim-tiny 0:7.2-r8.3
As you find it in the list, then, build it.
$ bitbake vim
As the build process is successfully completed, its ipk p...
$ opkg install #####.ipk (#### in...
>
If all the required dependences for a package are not ins...
>
This is how to customize a bootable image by installing a...
*** 4.3 Customized by modifying the contents of recipes [...
>
So far, this article has explained how to customize the b...
>
As explained above, the build target for Overo COM initia...
>
First, the language setting of ?~/overo-oe/build/conf/loc...
The configuration of ?angstrom-2008.1? is written in ?ang...
>
Then, The is a file callled ?local.conf.sample? at the di...
>
ENABLE_BINARY_LOCALE_GENERATION = ?0?
GLIBC_GENERATE_LOCALES = ?en_US.UTF-8 en_GB.UTF-8 de_DE....
>
If the value of the former line is set as 1, the latter l...
>
ENABLE_BINARY_LOCALE_GENERATION = ?1?
GLIBC_GENERATE_LOCALES = ?en_US.UTF-8 ja_JP.UTF?-8?
>
Also, a recipe file is modified for a new local language ...
In the recipe file, the part of line is changed from
IMAGE_LINGUAS = ?en-us?
to
IMAGE_LINGUAS = ?ja-jp?
>
Moreover, ?~overo-oe/build/conf/local.conf? is needed to ...
>
DISTRO = ?angstrom-2008.1?
>
The line above indicates that the distribution of the ima...
In the ?angstrom-2008.1.conf?, which determines the setti...
>
IMAGE_LINGUAS = '${@base_less_or_equal(?ROOT_FLASH_SIZE?...
>
This configuration forces the language setting in English...
>
IMAGE_LINGUAS = '${@base_less_or_equal(?ROOT_FLASH_SIZE?...
>
After modifying these parts, execute the command ?bitbale...
>
$ cd ~overo-oe/tmp/deploy/glibc/images/overo/Angstrom-om...
$ grep ja-jp *
files-in-image.txt:-rw-rw-r-- 1 root root 1569 Nov 2...
files-in-image.txt:-rw-rw-r-- 1 root root 30 Nov 2...
files-in-image.txt:-rw-rw-r-- 1 root root 1556 Nov 2...
files-in-image.txt:-rw-rw-r-- 1 root root 0 Nov 2...
files-in-image.txt:-rwxr-xr-x 1 root root 456 Nov 2...
files-in-image.txt:-rwxr-xr-x 1 root root 402 Nov 2...
installed-package-sizes.txt:72 KiB /armv7a/glib...
installed-package-sizes.txt:4 KiB /armv7a/loc...
installed-packages.txt;glibc-localedata-ja-jp_2,9-r37.4....
installed-packages.txt:locale-base-ja-jp_2.9-r37.4.6_arm...
$ grep JP *
files-in-image.txt:-rw-r--r-- 1 root root 1115 Nov ...
files-in-image.txt:-rw-r--r-- 1 root root 2221115 N...
>
As the output lines indicate, the Japanese local setting ...
* Revision History [#vf004c39]
>
-- 2012/2/29 The article is initially uploaded.
-- 2012/3/05 Overo is chaged to Overo COM.
Page: