From 53d334ac9b654d322b4daf7b94a39618b4e304b8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 24 Apr 2015 10:44:07 -0700 Subject: [PATCH] distro: Use angstrom for DISTRO name Adjust README to reflect the change Signed-off-by: Khem Raj --- README | 4 ++-- conf/distro/{angstrom-next.conf => angstrom.conf} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename conf/distro/{angstrom-next.conf => angstrom.conf} (100%) diff --git a/README b/README index 96ef969..5c369b0 100644 --- a/README +++ b/README @@ -32,10 +32,10 @@ https://github.com/Angstrom-distribution/buildhistory When branching 'master' for a release ensure that: - 1) conf/distro/angstrom-${VERSION}.conf is created 2) DISTRO_VERSION is set to vYYYY.MM (e.g. 2014.06) + 1) FEED_BASEPATH is changed in angstrom.conf to use DISTRO_VERSION instead of 'next' 3) classes/angstrom-mirrors.bbclass is pointing to the correct source mirror - 4) recipes-angstrom/angstrom/angstrom-feed-configs.bb has PV = "${DISTRO_VERSION}" + 4) recipes-angstrom/angstrom/angstrom-feed-configs.bb has PV = "${DISTRO_VERSION}" ============================== Patches diff --git a/conf/distro/angstrom-next.conf b/conf/distro/angstrom.conf similarity index 100% rename from conf/distro/angstrom-next.conf rename to conf/distro/angstrom.conf