Home
last modified time | relevance | path

Searched refs:lsb (Results 1 – 25 of 75) sorted by relevance

123

/openbmc/openbmc/poky/meta/recipes-extended/lsb/
H A Dlsb-release_1.4.bb3 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 Dopenhpi.init47 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 Dippool_init.d.patch1 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 Dtwl6030.c33 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 Dcm_t3517.c134 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 Drk8xx.c79 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 Dmakefile.patch7 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 Dset-path-of-default-config-file.patch26 - 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 Dfreeradius20 if [ -f /lib/lsb/init-functions ]; then
21 . /lib/lsb/init-functions
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/pi-blaster/files/
H A Dremove-initscript-lsb-dependency.patch33 # 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 Dipmievd.init.suse79 if test -e /lib/lsb/init-functions; then
81 . /lib/lsb/init-functions
H A Dexchange-bmc-os-info.init.redhat111 if [ -e /etc/lsb-release ] ; then
112 . /etc/lsb-release
H A Dipmievd.init.debian31 . /lib/lsb/init-functions
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/
H A Dinfluxdb55 if [ -r /lib/lsb/init-functions ]; then
56 source /lib/lsb/init-functions
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dmisc_gen5.c88 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 Dvirgl.py4 import oe.lsb
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py13 import oe.lsb
21 'HOST_DISTRO': oe.lsb.distro_identifier().replace(' ', '-'),
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A Dmdadm.init31 . /lib/lsb/init-functions
/openbmc/openbmc/poky/meta/recipes-core/base-files/
H A Dbase-files_3.0.14.bb51 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 Dpi-blaster_git.bb8 file://remove-initscript-lsb-dependency.patch \
/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/
H A D0001-Remove-timestamp-from-manpage.patch6 Upstream-Status: Submitted [lsb-discuss@lists.linux-foundation.org]
H A Dhelp2man-reproducibility.patch1 lsb-release maintains it's own copy of help2man. Include the support
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-3.0.rst23 .. _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 Druntime_test.py12 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 Dinit49 . /lib/lsb/init-functions

123