| /openbmc/openbmc/poky/meta/recipes-extended/lsb/ |
| H A D | lsb-release_1.4.bb | 3 HOMEPAGE = "https://sourceforge.net/projects/lsb/files" 11 SRC_URI = "${SOURCEFORGE_MIRROR}/project/lsb/lsb_release/1.4/lsb-release-1.4.tar.gz \ 19 UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/lsb/files/lsb_release/" 27 mkdir -p ${D}${sysconfdir}/lsb-release.d 29 echo "DISTRIB_ID=${DISTRO}" >> ${D}${sysconfdir}/lsb-release 30 echo "DISTRIB_RELEASE=${DISTRO_VERSION}" >> ${D}${sysconfdir}/lsb-release 32 echo "DISTRIB_CODENAME=\"${DISTRO_CODENAME}\"" >> ${D}${sysconfdir}/lsb-release 34 echo "DISTRIB_DESCRIPTION=\"${DISTRO_NAME} ${DISTRO_VERSION}\"" >> ${D}${sysconfdir}/lsb-release
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
| H A D | openhpi.init | 47 elif test -f /lib/lsb/init-functions 50 . /lib/lsb/init-functions 68 lsb) 102 lsb) 127 lsb | suse) 171 lsb)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
| H A D | ippool_init.d.patch | 1 Fix start error if lsb init-functions doesn't exist 24 # Get lsb functions 25 -. /lib/lsb/init-functions 26 +if [ -f /lib/lsb/init-functions ] 28 + . /lib/lsb/init-functions
|
| /openbmc/u-boot/drivers/power/ |
| H A D | twl6030.c | 33 u8 lsb = 0; in twl6030_gpadc_read_channel() local 38 twl->adc_rbase + channel_no * 2, &lsb); in twl6030_gpadc_read_channel() 47 return (msb << 8) | lsb; in twl6030_gpadc_read_channel() 113 u8 lsb = 0; in twl6030_get_battery_current() local 116 twl6030_i2c_read_u8(TWL6030_CHIP_CHARGER, FG_REG_10, &lsb); in twl6030_get_battery_current() 117 battery_current = ((msb << 8) | lsb); in twl6030_get_battery_current()
|
| /openbmc/u-boot/board/compulab/cm_t3517/ |
| H A D | cm_t3517.c | 134 u32 lsb = __raw_readl(CONTROL_EFUSE_EMAC_LSB); in am3517_get_efuse_enetaddr() local 140 enetaddr[3] = (u8)((lsb >> 16) & 0xff); in am3517_get_efuse_enetaddr() 141 enetaddr[4] = (u8)((lsb >> 8) & 0xff); in am3517_get_efuse_enetaddr() 142 enetaddr[5] = (u8)(lsb & 0xff); in am3517_get_efuse_enetaddr()
|
| /openbmc/u-boot/drivers/power/pmic/ |
| H A D | rk8xx.c | 79 uint8_t msb, lsb; in rk8xx_probe() local 83 rk8xx_read(dev, ID_LSB, &lsb, 1); in rk8xx_probe() 85 priv->variant = ((msb << 8) | lsb) & RK8XX_ID_MSK; in rk8xx_probe()
|
| /openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | makefile.patch | 7 rm -f $(DESTDIR)/$(bindir)/`echo lsb | sed -e '$(transform)'` 9 $(DESTDIR)/$(bindir)/`echo lsb |sed -e '$(transform)'`
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/cfengine/cfengine/ |
| H A D | set-path-of-default-config-file.patch | 26 - INIT_FUNCTIONS=/lib/lsb/init-functions 33 +INIT_FUNCTIONS=/lib/lsb/init-functions
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | freeradius | 20 if [ -f /lib/lsb/init-functions ]; then 21 . /lib/lsb/init-functions
|
| /openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/files/ |
| H A D | remove-initscript-lsb-dependency.patch | 33 # Depend on lsb-base (>= 3.2-14) to ensure that this file is present 35 -. /lib/lsb/init-functions 36 +#. /lib/lsb/init-functions
|
| /openbmc/ipmitool/contrib/ |
| H A D | ipmievd.init.suse | 79 if test -e /lib/lsb/init-functions; then 81 . /lib/lsb/init-functions
|
| H A D | exchange-bmc-os-info.init.redhat | 111 if [ -e /etc/lsb-release ] ; then 112 . /etc/lsb-release
|
| H A D | ipmievd.init.debian | 31 . /lib/lsb/init-functions
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/ |
| H A D | influxdb | 55 if [ -r /lib/lsb/init-functions ]; then 56 source /lib/lsb/init-functions
|
| /openbmc/u-boot/arch/arm/mach-socfpga/ |
| H A D | misc_gen5.c | 88 const u32 lsb = id & 0x00000001; in socfpga_fpga_id() local 94 if ((mi != altera_mi) || (lsb != 1)) { in socfpga_fpga_id()
|
| /openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/ |
| H A D | virgl.py | 4 import oe.lsb
|
| /openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
| H A D | testsdk.py | 13 import oe.lsb 21 'HOST_DISTRO': oe.lsb.distro_identifier().replace(' ', '-'),
|
| /openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/ |
| H A D | mdadm.init | 31 . /lib/lsb/init-functions
|
| /openbmc/openbmc/poky/meta/recipes-core/base-files/ |
| H A D | base-files_3.0.14.bb | 51 dirs755-lsb = "/srv \ 56 dirs2775-lsb = "/var/mail" 150 for d in ${dirs755-lsb}; do 154 for d in ${dirs2775-lsb}; do
|
| /openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/ |
| H A D | pi-blaster_git.bb | 8 file://remove-initscript-lsb-dependency.patch \
|
| /openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/ |
| H A D | 0001-Remove-timestamp-from-manpage.patch | 6 Upstream-Status: Submitted [lsb-discuss@lists.linux-foundation.org]
|
| H A D | help2man-reproducibility.patch | 1 lsb-release maintains it's own copy of help2man. Include the support
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-3.0.rst | 23 .. _migration-3.0-lsb-support-removed: 33 As a result of this change, the ``poky-lsb`` derivative distribution 45 - ``core-image-lsb-dev``: Part of removed LSB support. 47 - ``core-image-lsb``: Part of removed LSB support. 49 - ``core-image-lsb-sdk``: Part of removed LSB support. 83 - ``lsb``: Part of removed LSB support. 89 - ``packagegroup-core-lsb``: Part of removed LSB support.
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | runtime_test.py | 12 import oe.lsb 231 distro = oe.lsb.distro_identifier() 273 distro = oe.lsb.distro_identifier()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
| H A D | init | 49 . /lib/lsb/init-functions
|