Searched refs:OS_RELEASE (Results 1 – 7 of 7) sorted by relevance
5 OS_RELEASE="$TARGET_DIR/etc/os-release"12 sed -i "/^$KEY=/d" "$OS_RELEASE"13 echo "$KEY=\"$@\"" >> "$OS_RELEASE"18 mkdir -p "$(dirname "$OS_RELEASE")"19 [ -f "$OS_RELEASE" ] || touch "$OS_RELEASE"26 cp -f "$OS_RELEASE" "$RK_OUTDIR"
7 OS_RELEASE="${TARGET_DIR}/etc/os-release"104 [ -f "$OS_RELEASE" ] && sed -i "/^BUILD_ID=/d" "$OS_RELEASE"108 "$OS_RELEASE"
28 OS_RELEASE := $(shell uname -r)_$(OS_TEST)30 - OS_RELEASE := $(shell uname -r)31 + OS_RELEASE ?= $(shell uname -r)
19 - file(READ "/etc/os-release" OS_RELEASE)20 - string(REGEX MATCH "ID(_LIKE)?=debian" IS_DEBIAN ${OS_RELEASE})
101 export OS_RELEASE=3.4158 export OS_RELEASE=3.4
58 OS_RELEASE="2.6" \