If we put it in meta-angstrom I'd like to avoid using 'machine' names in image 
titles. 

Op 23 sep. 2011 om 19:10 heeft Jason Kridner <jkrid...@beagleboard.org> het 
volgende geschreven:

> On Fri, Sep 23, 2011 at 12:42 PM, Joel A Fernandes <agnel.j...@gmail.com> 
> wrote:
>> Hi,
>> 
>> Can this patch be applied please? If not, can a conclusion be made on
>> where this recipe should go?
> 
> Koen, please apply it where you see fit (if it is suitable) and we can
> discuss in Dallas about if there should be multiple layers in the
> meta-ti repo to separate BSP from integration/demo.  I think this
> stuff needs to go into a non-TI layer (perhaps a beagleboard layer),
> but we can move it out of meta-ti when another repo exists and we
> agree on its role.  I think the TI bits should only be for the BSP or
> the official TI SDK, but I know I need to learn a lot more about the
> best ways to keep TI in alignment with non-TI developers.
> 
>> 
>> I would vote for meta-angstrom (same as original patch). If everyone
>> is agreement, please apply this patch so that I could make a normal
>> BeagleBoard image release instead of a pre-release with a modified
>> layers.txt pointing to my tree.
>> 
>> Thanks,
>> Joel
>> 
>> On Wed, Sep 7, 2011 at 10:26 PM, Fernandes, Joel A <joelag...@ti.com> wrote:
>>> These recipes are used to build release images for the BeagleBoard 
>>> community using the sdcard_image class in meta-ti
>>> 
>>> Signed-off-by: Joel A Fernandes <joelag...@ti.com>
>>> ---
>>>  recipes-angstrom/images/beagleboard-gnome-image.bb |   14 ++++++++
>>>  recipes-angstrom/images/beagleboard-image.bb       |   34 
>>> ++++++++++++++++++++
>>>  2 files changed, 48 insertions(+), 0 deletions(-)
>>>  create mode 100644 recipes-angstrom/images/beagleboard-gnome-image.bb
>>>  create mode 100644 recipes-angstrom/images/beagleboard-image.bb
>>> 
>>> diff --git a/recipes-angstrom/images/beagleboard-gnome-image.bb 
>>> b/recipes-angstrom/images/beagleboard-gnome-image.bb
>>> new file mode 100644
>>> index 0000000..ff7d225
>>> --- /dev/null
>>> +++ b/recipes-angstrom/images/beagleboard-gnome-image.bb
>>> @@ -0,0 +1,14 @@
>>> +require beagleboard-image.bb
>>> +
>>> +PR = "r2"
>>> +
>>> +IMAGE_INSTALL += " \
>>> +       angstrom-task-gnome \
>>> +       task-xserver \
>>> +       vim \
>>> +       alsa-tools \
>>> +       alsa-utils \
>>> +"
>>> +
>>> +export IMAGE_BASENAME = "beagleboard-gnome-image"
>>> +
>>> diff --git a/recipes-angstrom/images/beagleboard-image.bb 
>>> b/recipes-angstrom/images/beagleboard-image.bb
>>> new file mode 100644
>>> index 0000000..319cf8b
>>> --- /dev/null
>>> +++ b/recipes-angstrom/images/beagleboard-image.bb
>>> @@ -0,0 +1,34 @@
>>> +LICENSE = "MIT"
>>> +LIC_FILES_CHKSUM = 
>>> "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
>>> +
>>> +IMAGE_PREPROCESS_COMMAND = "rootfs_update_timestamp"
>>> +
>>> +IMAGE_INSTALL += " \
>>> +       angstrom-task-boot \
>>> +       angstrom-zeroconf-audio \
>>> +       rsyslog \
>>> +       dropbear-systemd openssh-sftp \
>>> +       e2fsprogs-e2fsck e2fsprogs-blkid \
>>> +       avahi-daemon avahi-utils avahi-systemd \
>>> +       ${CONMANPKGS} \
>>> +       systemd-compat-units \
>>> +       cpufrequtils \
>>> +       beagleboard-test-scripts \
>>> +       gstreamer-ti \
>>> +       ti-dmai-apps \
>>> +       u-boot \
>>> +       x-load \
>>> +    htop \
>>> +"
>>> +
>>> +CONMANPKGS = "connman connman-plugin-loopback connman-plugin-ethernet 
>>> connman-plugin-wifi connman-systemd"
>>> +CONMANPKGS_libc-uclibc = ""
>>> +
>>> +IMAGE_DEV_MANAGER   = "udev"
>>> +IMAGE_INITSCRIPTS   = " "
>>> +IMAGE_INIT_MANAGER  = "systemd"
>>> +IMAGE_LOGIN_MANAGER = "tinylogin shadow"
>>> +
>>> +export IMAGE_BASENAME = "beagleboard-image"
>>> +
>>> +inherit sdcard_image
>>> --
>>> 1.7.0.4
>>> 
>>> 
>> 
>> _______________________________________________
>> Angstrom-distro-devel mailing list
>> Angstrom-distro-devel@linuxtogo.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
>> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Beagle Board" group.
> To post to this group, send email to beaglebo...@googlegroups.com.
> To unsubscribe from this group, send email to 
> beagleboard+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/beagleboard?hl=en.
> 

_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to