Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to use icu 65.1, enable to provide filters data file path #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Damian-Danylko
Copy link

No description provided.

@Damian-Danylko Damian-Danylko self-assigned this Jul 14, 2020
@pwielders pwielders requested review from a user and woutermeek July 15, 2020 12:59
Comment on lines +27 to +33
config BR2_PACKAGE_ICU_FILTERS_DATA_PATH
string "Path to filters data file"
help
This option allows to define the path to a filters data
file.
Leave empty to not use this functionality.
endif
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By default, it will increase the size of zImage (with ramfs) significantly.
As there is no default filter defined, it will generate full icu data e.g. it will increase icudata size by 22MB and zImage size by 10MB.
Please cross-check if this size increase is OK.

Comment on lines +17 to 18
# If someone needs to build it outside still mk file is able to support it
ICU_BUILD_ICUDATA = y
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

icudata.mk and Config.in may also be modified as it is always building icudata and not using pre-generated icudata from Metrological repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant