Skip to content

Instantly share code, notes, and snippets.

View avinash-palleti's full-sized avatar

Avinash Reddy Palleti avinash-palleti

  • Intel
  • bangalore,india
View GitHub Profile
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample
index 990b4cc..02c0864 100644
--- a/conf/bblayers.conf.sample
+++ b/conf/bblayers.conf.sample
@@ -18,4 +18,5 @@ BBLAYERS ?= " \
##OEROOT##/../meta-intel-realsense \
##OEROOT##/../meta-intel-aero-base \
##OEROOT##/../meta-intel-aero \
+ ##OEROOT##/../meta-ros \
"
diff --git a/recipes-core/busybox/busybox/fragment.cfg b/recipes-core/busybox/busybox/fragment.cfg
new file mode 100644
index 0000000..ea60d95
--- /dev/null
+++ b/recipes-core/busybox/busybox/fragment.cfg
@@ -0,0 +1,14 @@
+# Mon May 22 10:31:17 2017
+# CONFIG_SYSLOGD is not set
+# CONFIG_FEATURE_ROTATE_LOGFILE is not set
+# CONFIG_FEATURE_REMOTE_LOG is not set
@avinash-palleti
avinash-palleti / linux_4.4.patch
Created May 26, 2017 16:13
Adding Compatible spidev
From 3bca98328c1abe674de889ca64f37b0ad60e1e82 Mon Sep 17 00:00:00 2001
From: Avinash Reddy Palleti <avinash.reddy.palleti@intel.com>
Date: Fri, 26 May 2017 18:47:15 +0530
Subject: [PATCH] Add compatible spidev
---
drivers/spi/spidev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
@avinash-palleti
avinash-palleti / intel-aero-image-initramfs.bb
Last active May 30, 2017 09:32
initramfs live installer changes
DESCRIPTION = "Small image capable of booting a device. The kernel includes \
the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \
first 'init' program more efficiently."
PACKAGE_INSTALL = "initramfs-live-boot initramfs-live-install initramfs-live-install-efi ${VIRTUAL-RUNTIME_base-utils} udev base-passwd ${ROOTFS_BOOTSTRAP_INSTALL}"
# Do not pollute the initrd image with rootfs features
IMAGE_FEATURES = ""
export IMAGE_BASENAME = "intel-aero-image-initramfs"
/*
* Intel ACPI Component Architecture
* AML/ASL+ Disassembler version 20160108-64
* Copyright (c) 2000 - 2016 Intel Corporation
*
* Disassembling to symbolic ASL+ operators
*
* Disassembly of dsdt.dat, Fri May 26 10:34:39 2017
*
* Original Table Header:
DefinitionBlock ("spi_can.aml", "SSDT", 5, "", "SPI_CAN", 1)
{
External (\_SB.PCI0.SPI1, DeviceObj)
Scope (\_SB.PCI0.SPI1)
{
Device (TP0)
{
Name (_HID, "SPT0001")
Name (_DDN, "CAN device")
- The start-up result is done.
Jun 19 06:16:13 intel-aero cockpit-ws[858]: Using certificate: /etc/cockpit/ws-certs.d/0-self-signed.cert
Jun 19 06:16:25 intel-aero cockpit-session[864]: PAM unable to dlopen(/lib/security/pam_sepermit.so): /lib/security/pam_sepermit.so: cannot open shared object file: No such file or directory
Jun 19 06:16:25 intel-aero cockpit-session[864]: PAM adding faulty module: /lib/security/pam_sepermit.so
Jun 19 06:16:25 intel-aero cockpit-session[864]: PAM unable to dlopen(/lib/security/pam_ssh_add.so): /lib/security/pam_ssh_add.so: cannot open shared object file: No such file or directory
Jun 19 06:16:25 intel-aero cockpit-session[864]: PAM adding faulty module: /lib/security/pam_ssh_add.so
Jun 19 06:16:25 intel-aero cockpit-session[864]: PAM unable to dlopen(/lib/security/pam_selinux.so): /lib/security/pam_selinux.so: cannot open shared object file: No such file or directory
Jun 19 06:16:25 intel-aero cockpit-session[864]: PAM adding faulty module: /lib/security/pam_selinux.so
Jun 1
(cockpit-ws:1266): cockpit-protocol-DEBUG: couldn't resolve document root: /usr/share/cockpit/branding/poky-aero: No such file or directory
(cockpit-ws:1266): cockpit-ws-DEBUG: received unknown/invalid credential cookie
(cockpit-ws:1266): cockpit-protocol-DEBUG: /: queued 247 bytes
(cockpit-ws:1266): cockpit-protocol-DEBUG: /: queued 163 bytes
(cockpit-ws:1266): cockpit-protocol-DEBUG: /: queued 15 bytes
(cockpit-ws:1266): cockpit-protocol-DEBUG: /: queued 242 bytes
(cockpit-ws:1266): cockpit-protocol-DEBUG: /: queued 32072 bytes
(cockpit-ws:1266): cockpit-protocol-DEBUG: /: queueing complete
(cockpit-ws:1266): cockpit-protocol-DEBUG: /: sent 197 bytes
(cockpit-ws:1266): cockpit-protocol-DEBUG: /: sent 4 bytes
@avinash-palleti
avinash-palleti / rootfs.log
Last active July 27, 2017 09:44
rpm issue
NOTE: Running intercept scripts:
NOTE: > Executing update_pixbuf_cache intercept ...
NOTE: > Executing update_icon_cache intercept ...
NOTE: > Executing update_gio_module_cache intercept ...
NOTE: > Executing update_font_cache intercept ...
NOTE: Executing write_package_manifest ...
DEBUG: Executing python function write_package_manifest
DEBUG: Python function write_package_manifest finished
NOTE: Executing license_create_manifest ...
@avinash-palleti
avinash-palleti / command
Created July 27, 2017 11:19
ROOTSFS_POSTPROCESS
enable_repo() {
sed 's/enabled=0/enabled=1/' ${IMAGE_ROOTFS}/etc/yum.repos.d/intel-aero.repo
}
ROOTFS_POSTPROCESS_COMMAND += "enable_repo; "