diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index c2d73a2..76618fe 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample @@ -8,12 +8,11 @@ BBFILES ?= "" BBLAYERS ?= " \ ##OEROOT##/meta-rust \ ##OEROOT##/meta \ - ##OEROOT##/meta-yocto \ + ##OEROOT##/meta-poky \ ##OEROOT##/meta-yocto-bsp \ ##OEROOT##/meta-openembedded/meta-oe \ ##OEROOT##/meta-openembedded/meta-networking \ ##OEROOT##/meta-openembedded/meta-python \ - ##OEROOT##/meta-openembedded/meta-ruby \ " BBLAYERS_NON_REMOVABLE ?= " \ ##OEROOT##/meta \