On Thu, Sep 27, 2018 at 04:43:00PM -0400, Mahesh Radhakrishnan wrote: > Signed-off-by: Mahesh Radhakrishnan <[email protected]> > --- > classes/ti-pdk.bbclass | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass > index 0716074..f59969f 100644 > --- a/classes/ti-pdk.bbclass > +++ b/classes/ti-pdk.bbclass > @@ -9,8 +9,8 @@ DEPENDS_append_omap-a15 = " ti-cgt-arm-native" > DEPENDS_remove_ti33x = "ti-cgt6x-native" > DEPENDS_remove_ti43x = "ti-cgt6x-native" > DEPENDS_append_omapl1 = " ti-cgt-arm-native" > -DEPENDS_remove_am65xx-evm = "gcc-arm-none-eabi-native ti-cgt6x-native" > -DEPENDS_append_am65xx-evm = " ti-cgt-arm-native > gcc-linaro-baremetal-aarch64-native" > +DEPENDS_remove_k3 = "gcc-arm-none-eabi-native ti-cgt6x-native" > +DEPENDS_append_k3 = " ti-cgt-arm-native gcc-linaro-baremetal-aarch64-native" > > S = "${WORKDIR}/git" > B = "${WORKDIR}/build" > @@ -72,7 +72,7 @@ PARALLEL_XDC = "--jobs=${BB_NUMBER_THREADS}" > PARALLEL_MAKE = "" > > def get_doxygen_support(d): > - if d.getVar('TI_PDK_DOXYGEN_SUPPORT') == '1': > + if d.getVar('TI_PDK_DOXYGEN_SUPPORT', True) == '1':
"Checking for doxygen support in the correct manner" Why the change? > return '' > return 'DOXYGEN_SUPPORT=no' > > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
