Ticket #181 (closed defect: fixed)
task-shr-minimal-x failes silently during bitbake shr-image, if locales-generation are disabled or crippled
| Reported by: | mywave | Owned by: | ainulindale |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | SHR git admin | Version: | |
| Keywords: | Cc: |
Description
Result is that make image generates an image that doesn't have X running per default
Attachments
Change History
comment:1 Changed 4 years ago by ainulindale
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 4 years ago by ainulindale
- Status changed from closed to reopened
- Resolution fixed deleted
Well, unfortunately, this doesn't behave as expected for a buildhost. In a buildhost case, all locales are generated but not included. IMAGE_LINGUAS is the right var to check for.
comment:3 in reply to: ↑ description Changed 4 years ago by mywave
Replying to mywave:
Result is that make image generates an image that doesn't have X running per default
So if IMAGE_LINGUAS set, it should override GLIBC_GENERATE_LOCALES? Or should we always check for IMAGE_LINGUAS, and let IMAGE_LINGAUS default to the value of GLIBC_GENERATE_LOCALES if unset in the shr baseclass?
Changed 4 years ago by mywave
-
attachment
task-shr-minimal-x.bb.patch
added
task-shr-minimal-x.bb.patch
Note: See
TracTickets for help on using
tickets.

Patch applied. Thanks ! :-)