English, 简体中文
This README file contains information on the contents of the meta-fcitx5 layer.
Please see the corresponding sections below for details.
[YOCTO]
-
branch: same dedicated branch as meta-fcitx5
[META-QT5]
-
branch: same dedicated branch as meta-fcitx5
[META-OPENEMBEDDED]
-
branch: same dedicated branch as meta-fcitx5
$> git clone -b kirkstone https://git.yoctoproject.org/poky
$> cd poky
$> git clone -b kirkstone git://github.com/openembedded/meta-openembedded.git
$> git clone -b kirkstone git://github.com/hyyoxhk/meta-fcitx5.git
$>
$> source oe-init-build-env
...
$ bitbake-layers add-layer ../meta-openembedded/meta-oe
$ bitbake-layers add-layer ../meta-fcitx5
Below we build for stm32mp15-disco
machine as an example. to local.conf add:
INHERIT += " fcitx5-distro-defaults"
IMAGE_INSTALL += " fcitx5 fcitx5-chinese-addons"
If you want to contribute changes, you can send Github pull requests at https://github.com/hyyoxhk/meta-fcits5/pulls
- He Yong hyyoxhk@163.com