Hi Alex Yes, I will add PACKAGECONFIG for hotdoc and send a v2 patch. PACKAGECONFIG ??= "" PACKAGECONFIG[hotdoc] = ",,hotdoc-native"
Liu ________________________________ 发件人: Alexander Kanavin <[email protected]> 发送时间: 2026年2月25日 01:31 收件人: Liu, Yiding/刘 乙丁 <[email protected]> 抄送: [email protected] <[email protected]> 主题: Re: [OE-core][PATCH] orc: Enable hotdoc to produce doc On Tue, 24 Feb 2026 at 04:51, Yiding Liu (Fujitsu) via lists.openembedded.org <[email protected]> wrote: > +DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', > 'hotdoc-native', '', d)}" Unfortunately this is not going to work. Yocto's autobuilder does run builds with api-documentation enabled, and they're expected to succeed without any additional layers. The correct thing is to define a PACKAGECONFIG, and leave it disabled. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#231922): https://lists.openembedded.org/g/openembedded-core/message/231922 Mute This Topic: https://lists.openembedded.org/mt/117971120/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
