M7350v1_en_gpl

This commit is contained in:
T
2024-09-09 08:52:07 +00:00
commit f9cc65cfda
65988 changed files with 26357421 additions and 0 deletions
@@ -0,0 +1,11 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "A console-only image that fully supports the target device \
hardware."
IMAGE_FEATURES += "apps-console-core"
LICENSE = "MIT"
inherit core-image
@@ -0,0 +1,11 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "An X11 image with simple applications such as terminal, editor \
and file manager."
IMAGE_FEATURES += "apps-console-core ${X11_IMAGE_FEATURES}"
LICENSE = "MIT"
inherit core-image
@@ -0,0 +1,17 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "A core-image-minimal image suitable for development work."
IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}"
IMAGE_FEATURES += "dev-pkgs"
IMAGE_LINGUAS = " "
LICENSE = "MIT"
inherit core-image
# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
@@ -0,0 +1,19 @@
# Simple initramfs image. Mostly used for live images.
DESCRIPTION = "A core-image-minimal image that has the Minimal RAM-based \
Initial Root Filesystem (initramfs) as part of the kernel, which allows the \
system to find the first 'init' program more efficiently."
IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev base-passwd"
# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""
export IMAGE_BASENAME = "core-image-minimal-initramfs"
IMAGE_LINGUAS = ""
LICENSE = "MIT"
IMAGE_FSTYPES = "${INITRAMFS_FSTYPES}"
inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
@@ -0,0 +1,10 @@
#
# Copyright (C) 2008 OpenedHand Ltd.
#
require core-image-minimal.bb
DESCRIPTION = "A core-image-minimal image that has support the Minimal MTD \
Utilities, which let the user interact with the MTD subsystem in the kernel \
to perform operations on flash devices."
IMAGE_INSTALL += "mtd-utils"
@@ -0,0 +1,17 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTION = "A small image just capable of allowing a device to boot."
IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${POKY_EXTRA_INSTALL}"
IMAGE_LINGUAS = " "
LICENSE = "MIT"
inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
@@ -0,0 +1,11 @@
IMAGE_INSTALL = "task-core-boot task-core-apps-console task-core-ssh-openssh task-self-hosted"
POKY_EXTRA_INSTALL = "\
task-self-hosted \
"
IMAGE_FEATURES += "x11-mini"
inherit core-image
PR = "r2"