/openbmc/openbmc/poky/scripts/postinst-intercepts/ |
H A D | postinst_intercept | 23 mlprefix=$(echo $1 |sed -ne "s/^mlprefix=\(.*\)-/\1/p") && shift 31 if [ -n "$mlprefix" ]; then 32 ml_intercept_script=$intercept_script-$mlprefix
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/decorator/ |
H A D | package.py | 41 mlprefix = self.case.td.get("MLPREFIX") 44 unneed_pkgs.add(mlprefix + pkg[1:]) 46 need_pkgs.add(mlprefix + pkg)
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/ |
H A D | xserver-abi.inc | 7 mlprefix = d.getVar("MLPREFIX") or "" 25 provides = " %sxorg-%s-%s" % (mlprefix, abi.replace("_", "-"), major) 43 mlprefix = d.getVar("MLPREFIX") or "" 46 abi = "%sxorg-abi-%s-%s" % (mlprefix, abi, output.split(".")[0])
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | libc-package.bbclass | 108 mlprefix = d.getVar("MLPREFIX") or "" 134 dp = legitimize_package_name('%s%s-gconv-%s' % (mlprefix, bpn, m.group(1))) 156 dp = legitimize_package_name('%s%s-charmap-%s' % (mlprefix, bpn, m.group(1))) 177 dp = legitimize_package_name(mlprefix+bpn+'-localedata-%s' % m.group(1)) 221 …(mlprefix, mlprefix+bpn, legitimize_package_name(locale), mlprefix+bpn, legitimize_package_name(en… 233 d.setVar('RDEPENDS:%s' % pkgname, mlprefix + dep) 306 rprovides = ' %svirtual-locale-%s' % (mlprefix, legitimize_package_name(name)) 309 rprovides += ' %svirtual-locale-%s' % (mlprefix, m.group(1)) 353 metapkg = legitimize_package_name('%s-binary-localedata-%s' % (mlprefix+bpn, name))
|
H A D | manpages.bbclass | 26 …$INTERCEPT_DIR/postinst_intercept update_mandb ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFIX} b… 28 $INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX}
|
H A D | gtk-immodules-cache.bbclass | 20 mlprefix=${MLPREFIX} \ 40 mlprefix=${MLPREFIX} \
|
H A D | mime.bbclass | 18 mlprefix=${MLPREFIX} \ 29 mlprefix=${MLPREFIX} \
|
H A D | mime-xdg.bbclass | 24 mlprefix=${MLPREFIX} \ 34 mlprefix=${MLPREFIX} \
|
H A D | gtk-icon-cache.bbclass | 30 mlprefix=${MLPREFIX} \ 48 mlprefix=${MLPREFIX} \
|
H A D | gio-module-cache.bbclass | 15 mlprefix=${MLPREFIX} \
|
H A D | update-rc.d.bbclass | 86 mlprefix = d.getVar('MLPREFIX') or "" 87 d.appendVar('RDEPENDS:' + pkg, ' %sinitd-functions' % (mlprefix))
|
H A D | pixbufcache.bbclass | 21 …$INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPR…
|
H A D | fontcache.bbclass | 27 …$INTERCEPT_DIR/postinst_intercept update_font_cache ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREF…
|
/openbmc/openbmc/poky/meta/recipes-core/psplash/ |
H A D | psplash_git.bb | 24 mlprefix = d.getVar('MLPREFIX') or '' 50 d.prependVar("PACKAGES", "%s%s " % (mlprefix, p)) 54 ep = '%s%s' % (mlprefix, p) 55 epsplash = '%s%s' % (mlprefix, 'psplash')
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-multilib-config.inc | 53 mlprefix = d.getVar('MLPREFIX') 55 …if ('%sgcc' % mlprefix) != pn and (not pn.startswith('gcc-cross-canadian')) and pn != "nativesdk-g… 172 target_arch = (d.getVar('TARGET_ARCH_MULTILIB_ORIGINAL') if mlprefix 186 ml_list = ['DEFAULTTUNE_MULTILIB_ORIGINAL' if mlprefix else 'DEFAULTTUNE'] 188 if mlprefix: 191 if mlprefix == ml + '-':
|
H A D | libgcc-common.inc | 84 mlprefix = d.getVar('MLPREFIX') 85 if ('%slibgcc' % mlprefix) != d.getVar('PN'): 88 if mlprefix:
|
/openbmc/openbmc/meta-openembedded/meta-gnome/classes/ |
H A D | gnome-help.bbclass | 51 mlprefix = d.getVar('MLPREFIX') or "" 57 d.setVar('RRECOMMENDS:' + pkg, '%syelp' % mlprefix)
|
/openbmc/openbmc/poky/meta/recipes-support/boost/ |
H A D | boost.inc | 69 mlprefix = d.getVar("MLPREFIX") 75 packages.append(mlprefix + pkg) 77 d.setVar("FILES:%s%s" % (mlprefix, pkg), "${libdir}/libboost_%s*.so.*" % lib) 79 d.setVar("FILES:%s%s" % (mlprefix, pkg), d.getVar("FILES:%s" % pkg))
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/ |
H A D | mesa.inc | 294 mlprefix = d.getVar("MLPREFIX") 295 fullp = mlprefix + p[1] + "-mesa" + suffix 296 mlprefix = d.getVar("MLPREFIX") 297 pkgs = " " + " ".join(mlprefix + x + suffix for x in p[1:]) 306 fullp = mlprefix + p[1] + "-mesa-dev" + suffix 307 pkgs = " " + mlprefix + p[1] + "-dev" + suffix
|
/openbmc/openbmc/poky/meta/recipes-extended/pam/ |
H A D | libpam_1.7.0.bb | 106 mlprefix = d.getVar('MLPREFIX') or '' 111 pam_pkgname = mlprefix + 'pam-plugin%s'
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | packagedata.py | 186 def process_postinst_on_target(pkg, mlprefix): argument 196 """ % (pkgval, mlprefix)
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | multilib.bbclass | 215 def check_mlprefix(pkg, var, mlprefix): 222 if (not (i.startswith(mlprefix) or i.startswith("kernel-") \
|
/openbmc/openbmc/poky/meta/recipes-core/udev/ |
H A D | eudev_3.2.14.bb | 83 …$INTERCEPT_DIR/postinst_intercept update_udev_hwdb ${PKG} mlprefix=${MLPREFIX} binprefix=${MLPREFI…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/ |
H A D | sblim-sfcb_1.4.9.bb | 76 $INTERCEPT_DIR/postinst_intercept delay_to_first_boot ${PKG} mlprefix=${MLPREFIX}
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/ |
H A D | samba_4.19.8.bb | 224 mlprefix = d.getVar('MLPREFIX') or '' 226 pam_pkgname = mlprefix + 'pam-plugin%s'
|