meta-angstrom: set codename to yoctopus
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -2,7 +2,7 @@ LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${POKYBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PV = "${DISTRO_VERSION}"
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
PE = "1"
|
||||
|
||||
SRC_URI = "file://lsb_release"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
VERSION="$(cat /etc/angstrom-version | head -n1 | awk '{print $2}')"
|
||||
CODENAME="foo"
|
||||
CODENAME="yoctopus"
|
||||
|
||||
case $1 in
|
||||
"-v")
|
||||
|
||||
Reference in New Issue
Block a user