From 50033ab622ff77a2cebbfcc1920ec44cdef1cfb9 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Thu, 6 Mar 2014 14:41:44 -0600
Subject: [PATCH] doc: readme

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 changes/bb.org-changes.txt | 10 ++++++++++
 readme.md                  | 18 +++++++++++-------
 2 files changed, 21 insertions(+), 7 deletions(-)
 create mode 100644 changes/bb.org-changes.txt

diff --git a/changes/bb.org-changes.txt b/changes/bb.org-changes.txt
new file mode 100644
index 000000000..6dd84112c
--- /dev/null
+++ b/changes/bb.org-changes.txt
@@ -0,0 +1,10 @@
+bb.org-next
+
+Added: libopencv-dev
+Fixes: http://bugs.elinux.org/issues/61
+https://github.com/beagleboard/image-builder/commit/1c0e5f8f272c6e3a3b659ea7e3854abe5c81df40
+
+Added: libopencv-core-dev
+https://github.com/beagleboard/image-builder/commit/6af879606f2638dda363c54264e8e72ddb032b98
+
+bb.org-v2014.03.04
diff --git a/readme.md b/readme.md
index f06aceefe..f3dce6d21 100644
--- a/readme.md
+++ b/readme.md
@@ -12,13 +12,17 @@ Images:
 
 Flasher:
 
-    sudo ./setup_sdcard.sh --img BBB-eMMC-flasher-debian-7.2-2013-11-21 --uboot bone --beagleboard.org-production --bbb-flasher
-    xz -z -7 -v BBB-eMMC-flasher-debian-7.2-2013-11-21-2gb.img
+    sudo ./setup_sdcard.sh --img BBB-eMMC-flasher-debian-7.X-YYYY-MM-DD --uboot bone \
+--beagleboard.org-production --bbb-flasher --boot_label BEAGLE_BONE \
+--rootfs_label eMMC-Flasher --enable-systemd
 
-4GB, microSD:
+    xz -z -7 -v BBB-eMMC-flasher-debian-7.X-YYYY-MM-DD-2gb.img
 
-    sudo ./setup_sdcard.sh --img-4gb BBB-debian-7.2-2013-11-26 --uboot bone --beagleboard.org-production
-    xz -z -7 -v BBB-debian-7.2-2013-11-21-4gb.img
+2GB, microSD:
+
+    sudo ./setup_sdcard.sh --img bone-debian-7.X-YYYY-MM-DD --uboot bone \
+--beagleboard.org-production --boot_label BEAGLE_BONE --enable-systemd
+    xz -z -7 -v bone-debian-7.X-YYYY-MM-DD-2gb.img
 
 Bug Tracker:
 
@@ -26,8 +30,8 @@ Bug Tracker:
 
 Release Process:
 
-    bb.org-vYEAR.MONTH.DAY
-    git tag -a bb.org-v2014.01.10 -m 'bb.org-v2014.01.10'
+    bb.org-vYYYY.MM.DD
+    git tag -a bb.org-vYYYY.MM.DD -m 'bb.org-vYYYY.MM.DD'
     git push origin --tags
 
 Master branch:
-- 
GitLab